Color Hex Logo

#d33240 Color Hex

#D33240
(211,50,64)
0 Favorites   0 Comments

Color spaces of #d33240

RGB 2115064
HSL0.990.650.51
HSV355°76°83°
CMYK 0.000.760.70   0.17
XYZ28.930016.50036.5106
Yxy16.50030.55700.3177
Hunter Lab40.620656.041918.9315
CIE-Lab47.624162.094031.4890

#d33240 color RGB value is (211,50,64).

#d33240 hex color red value is 211, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d33240 hue: 0.99 , saturation: 0.65 and the lightness value of d33240 is 0.51.

The process color (four color CMYK) of #d33240 color hex is 0.00, 0.76, 0.70, 0.17. Web safe color of #d33240 is #cc3333. Color #d33240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00110010 01000000
Octal 323 62 100
Decimal 211 50 64
Hex D3 32 40

RGB Percentages of Color #d33240

%64.92
%15.38
%19.69

CMYK Percentages of Color #d33240

%0
%76
%70
%17

Triadic Colors of #d33240

#d33240 #40d332 #3240d3

Analogous Colors of #d33240

#d33240 #d37532 #d33291

Monochromatic Colors of #d33240

#d33240

Complementary Color

#d33240 #32d3c5

#d33240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33240 Color CSS Codes

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

#d33240 Text Font Color

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

This sample text font color is #d33240
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.


#d33240 Background Color

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

This div background color is #d33240


#d33240 Border Color

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

This div border color is #d33240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33240


Comments

No comments written yet.

Please login to write comment.