Color Hex Logo

#d32201 Color Hex

#D32201
(211,34,1)
0 Favorites   0 Comments

Color spaces of #d32201

RGB 211341
HSL0.030.990.42
HSV100°83°
CMYK 0.000.841.00   0.17
XYZ27.441514.99511.4767
Yxy14.99510.62490.3415
Hunter Lab38.723558.728324.8455
CIE-Lab45.627564.830158.5592

#d32201 color RGB value is (211,34,1).

#d32201 hex color red value is 211, green value is 34 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #d32201 hue: 0.03 , saturation: 0.99 and the lightness value of d32201 is 0.42.

The process color (four color CMYK) of #d32201 color hex is 0.00, 0.84, 1.00, 0.17. Web safe color of #d32201 is #cc3300. Color #d32201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100010 00000001
Octal 323 42 1
Decimal 211 34 1
Hex D3 22 1

RGB Percentages of Color #d32201

%85.77
%13.82
%0.41

CMYK Percentages of Color #d32201

%0
%84
%100
%17

Triadic Colors of #d32201

#d32201 #01d322 #2201d3

Analogous Colors of #d32201

#d32201 #d38b01 #d30149

Monochromatic Colors of #d32201

#d32201

Complementary Color

#d32201 #01b2d3

#d32201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d32201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d32201 Color CSS Codes

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

#d32201 Text Font Color

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

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


#d32201 Background Color

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

This div background color is #d32201


#d32201 Border Color

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

This div border color is #d32201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d32201


Comments

No comments written yet.

Please login to write comment.