Color Hex Logo

#cd370e Color Hex

#CD370E
(205,55,14)
0 Favorites   0 Comments

Color spaces of #cd370e

RGB 2055514
HSL0.040.870.43
HSV13°93°80°
CMYK 0.000.730.93   0.20
XYZ26.622315.74322.0511
Yxy15.74320.59940.3544
Hunter Lab39.677750.331124.7095
CIE-Lab46.635857.162454.7771

#cd370e color RGB value is (205,55,14).

#cd370e hex color red value is 205, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cd370e hue: 0.04 , saturation: 0.87 and the lightness value of cd370e is 0.43.

The process color (four color CMYK) of #cd370e color hex is 0.00, 0.73, 0.93, 0.20. Web safe color of #cd370e is #cc3300. Color #cd370e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110111 00001110
Octal 315 67 16
Decimal 205 55 14
Hex CD 37 E

RGB Percentages of Color #cd370e

%74.82
%20.07
%5.11

CMYK Percentages of Color #cd370e

%0
%73
%93
%20

Triadic Colors of #cd370e

#cd370e #0ecd37 #370ecd

Analogous Colors of #cd370e

#cd370e #cd970e #cd0e45

Monochromatic Colors of #cd370e

#cd370e

Complementary Color

#cd370e #0ea4cd

#cd370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd370e Color CSS Codes

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

#cd370e Text Font Color

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

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


#cd370e Background Color

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

This div background color is #cd370e


#cd370e Border Color

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

This div border color is #cd370e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd370e


Comments

No comments written yet.

Please login to write comment.