Color Hex Logo

#cd001f Color Hex

#CD001F
(205,0,31)
0 Favorites   0 Comments

Color spaces of #cd001f

RGB 205031
HSL0.971.000.40
HSV351°100°80°
CMYK 0.001.000.85   0.20
XYZ25.424213.07812.4806
Yxy13.07810.62040.3191
Hunter Lab36.163762.204821.2476
CIE-Lab42.880768.364944.8211

#cd001f color RGB value is (205,0,31).

#cd001f hex color red value is 205, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cd001f hue: 0.97 , saturation: 1.00 and the lightness value of cd001f is 0.40.

The process color (four color CMYK) of #cd001f color hex is 0.00, 1.00, 0.85, 0.20. Web safe color of #cd001f is #cc0033. Color #cd001f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000000 00011111
Octal 315 0 37
Decimal 205 0 31
Hex CD 0 1F

RGB Percentages of Color #cd001f

%86.86
%0.00
%13.14

CMYK Percentages of Color #cd001f

%0
%100
%85
%20

Triadic Colors of #cd001f

#cd001f #1fcd00 #001fcd

Analogous Colors of #cd001f

#cd001f #cd4800 #cd0086

Monochromatic Colors of #cd001f

#cd001f

Complementary Color

#cd001f #00cdae

#cd001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd001f Color CSS Codes

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

#cd001f Text Font Color

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

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


#cd001f Background Color

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

This div background color is #cd001f


#cd001f Border Color

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

This div border color is #cd001f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,0,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd001f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd001f;
  -webkit-box-shadow: 1px 1px 3px 2px #cd001f;
  box-shadow:         1px 1px 3px 2px #cd001f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,0,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd001f


Comments

No comments written yet.

Please login to write comment.