Html Css Color HEX #CC4037 Persian Red

📋 copy color: '#CC4037'

red 204 ◦ green 64 ◦ blue 55

#CC4037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CC4037

Tints of Persian Red #CC4037

RGB

 RED value IS 204 (80.08% from 255) = 63.16%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 63.16%
G = 19.81%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC4037 (or 0xCC4037) is known color: Persian Red. HEX triplet: CC, 40 and 37. RGB value is (204,64,55). Sum of RGB (Red+Green+Blue) = 204+64+55=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4037 is #33BFC8. Grayscale: #696969. Windows color (decimal): -3391433 or 3621068. OLE color: 3621068.

HSL color Cylindrical-coordinate representation of color #CC4037: hue angle of 3.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC4037 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 55 -
CMYK 0 0.69 0.73 0.2
HSL 3.62º 0.59% 0.51% -
HSV(B) 3.62º 0.73% 0.8% -
XYZ 27.42 16.78 5.41 -
YUV 104.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 204 64 55 0 0.69 0.73 0.2 3.62 0.59 0.51
Hex CC 40 37 0 45 49 14 4 3B 33
Octal 314 100 67 0 105 111 24 4 73 63
Binary 11001100 1000000 110111 0 1000101 1001001 10100 100 111011 110011

Color Harmonies of #CC4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4037

Black with #CC4037

Text Example


Text Example

White with #CC4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4037; }

 p { color: rgb(204,64,55); }

 H1.HeaderClassName
 {
   color: #CC4037;
 }
 .AnyTagClassName
 {
   color: #CC4037;
 }
</style>

background-color css

<style>
 a { background-color: #CC4037; }

 a { background-color: rgb(204,64,55); }

 div.DivClassName
 {
   background-color: #CC4037;
 }
 .BgClassName
 {
   background-color: #CC4037;
 }
</style>

border-color css

<style>
 span { border-color: #CC4037; }

 span { border-color: rgb(204,64,55); }

 td.TdClassName
 {
   border-color: #CC4037;
 }
 .TagClassName
 {
   border-color: #CC4037;
 }
</style>