Color Hex Logo

#d12033 Color Hex

#D12033
(209,32,51)
0 Favorites   0 Comments

Color spaces of #d12033

RGB 2093251
HSL0.980.730.47
HSV354°85°82°
CMYK 0.000.850.76   0.18
XYZ27.408514.82734.5493
Yxy14.82730.58580.3169
Hunter Lab38.506259.669319.9496
CIE-Lab45.396765.692136.4567

#d12033 color RGB value is (209,32,51).

#d12033 hex color red value is 209, green value is 32 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d12033 hue: 0.98 , saturation: 0.73 and the lightness value of d12033 is 0.47.

The process color (four color CMYK) of #d12033 color hex is 0.00, 0.85, 0.76, 0.18. Web safe color of #d12033 is #cc3333. Color #d12033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100000 00110011
Octal 321 40 63
Decimal 209 32 51
Hex D1 20 33

RGB Percentages of Color #d12033

%71.58
%10.96
%17.47

CMYK Percentages of Color #d12033

%0
%85
%76
%18

Triadic Colors of #d12033

#d12033 #33d120 #2033d1

Analogous Colors of #d12033

#d12033 #d16620 #d1208c

Monochromatic Colors of #d12033

#d12033

Complementary Color

#d12033 #20d1be

#d12033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12033 Color CSS Codes

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

#d12033 Text Font Color

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

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


#d12033 Background Color

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

This div background color is #d12033


#d12033 Border Color

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

This div border color is #d12033


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,32,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d12033; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d12033;
  -webkit-box-shadow: 1px 1px 3px 2px #d12033;
  box-shadow:         1px 1px 3px 2px #d12033; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,32,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12033


Comments

No comments written yet.

Please login to write comment.