Color Hex Logo

#d33944 Color Hex

#D33944
(211,57,68)
0 Favorites   0 Comments

Color spaces of #d33944

RGB 2115768
HSL0.990.640.53
HSV356°73°83°
CMYK 0.000.730.68   0.17
XYZ29.370517.19257.2393
Yxy17.19250.54590.3195
Hunter Lab41.463853.877018.6731
CIE-Lab48.501760.010030.1867

#d33944 color RGB value is (211,57,68).

#d33944 hex color red value is 211, green value is 57 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d33944 hue: 0.99 , saturation: 0.64 and the lightness value of d33944 is 0.53.

The process color (four color CMYK) of #d33944 color hex is 0.00, 0.73, 0.68, 0.17. Web safe color of #d33944 is #cc3333. Color #d33944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 01000100
Octal 323 71 104
Decimal 211 57 68
Hex D3 39 44

RGB Percentages of Color #d33944

%62.80
%16.96
%20.24

CMYK Percentages of Color #d33944

%0
%73
%68
%17

Triadic Colors of #d33944

#d33944 #44d339 #3944d3

Analogous Colors of #d33944

#d33944 #d37b39 #d33991

Monochromatic Colors of #d33944

#d33944

Complementary Color

#d33944 #39d3c8

#d33944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33944 Color CSS Codes

.mybgcolor {background-color:#d33944; } 
.myforecolor {color:#d33944; }
.mybordercolor {border:3px solid #d33944; }

#d33944 Text Font Color

<p style="color:#d33944">Text here</p>

This sample text font color is #d33944
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d33944 Background Color

<div style="background-color:#d33944">
Div content here</div>

This div background color is #d33944


#d33944 Border Color

<div style="border:3px solid #d33944">
Div here</div>

This div border color is #d33944


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,57,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d33944; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d33944;
  -webkit-box-shadow: 1px 1px 3px 2px #d33944;
  box-shadow:         1px 1px 3px 2px #d33944; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,57,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d33944">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d33944;
  -webkit-box-shadow: 1px 1px 3px 2px #d33944;
  box-shadow:         1px 1px 3px 2px #d33944;">
Div content here</div>

This div box has shadow with color #d33944


Comments

No comments written yet.

Please login to write comment.