Color Hex Logo

#cd371b Color Hex

#CD371B
(205,55,27)
0 Favorites   0 Comments

Color spaces of #cd371b

RGB 2055527
HSL0.030.770.45
HSV87°80°
CMYK 0.000.730.87   0.20
XYZ26.740915.79062.6754
Yxy15.79060.59150.3493
Hunter Lab39.737450.579523.8244
CIE-Lab46.698657.376849.9568

#cd371b color RGB value is (205,55,27).

#cd371b hex color red value is 205, green value is 55 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cd371b hue: 0.03 , saturation: 0.77 and the lightness value of cd371b is 0.45.

The process color (four color CMYK) of #cd371b color hex is 0.00, 0.73, 0.87, 0.20. Web safe color of #cd371b is #cc3333. Color #cd371b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110111 00011011
Octal 315 67 33
Decimal 205 55 27
Hex CD 37 1B

RGB Percentages of Color #cd371b

%71.43
%19.16
%9.41

CMYK Percentages of Color #cd371b

%0
%73
%87
%20

Triadic Colors of #cd371b

#cd371b #1bcd37 #371bcd

Analogous Colors of #cd371b

#cd371b #cd901b #cd1b58

Monochromatic Colors of #cd371b

#cd371b

Complementary Color

#cd371b #1bb1cd

#cd371b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd371b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd371b Color CSS Codes

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

#cd371b Text Font Color

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

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


#cd371b Background Color

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

This div background color is #cd371b


#cd371b Border Color

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

This div border color is #cd371b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd371b


Comments

No comments written yet.

Please login to write comment.