Html Css Color HEX #CC4036 Persian Red

📋 copy color: '#CC4036'

red 204 ◦ green 64 ◦ blue 54

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

Shades of Persian Red #CC4036

Tints of Persian Red #CC4036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 63.35%
G = 19.88%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC4036 (or 0xCC4036) is known color: Persian Red. HEX triplet: CC, 40 and 36. RGB value is (204,64,54). Sum of RGB (Red+Green+Blue) = 204+64+54=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4036 is #33BFC9. Grayscale: #686868. Windows color (decimal): -3391434 or 3555532. OLE color: 3555532.

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

Color convert

RGB 204 64 54 -
CMYK 0 0.69 0.74 0.2
HSL 0.6% 0.51% -
HSV(B) 0.74% 0.8% -
XYZ 27.4 16.77 5.28 -
YUV 104.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 204 64 54 0 0.69 0.74 0.2 4 0.6 0.51
Hex CC 40 36 0 45 4A 14 4 3C 33
Octal 314 100 66 0 105 112 24 4 74 63
Binary 11001100 1000000 110110 0 1000101 1001010 10100 100 111100 110011

Color Harmonies of #CC4036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4036

Black with #CC4036

Text Example


Text Example

White with #CC4036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4036; }

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

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

background-color css

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

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

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

border-color css

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

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

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