Html Css Color HEX #CC5A24 Chilean Fire

📋 copy color: '#CC5A24'

red 204 ◦ green 90 ◦ blue 36

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

Shades of Chilean Fire #CC5A24

Tints of Chilean Fire #CC5A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 61.82%
G = 27.27%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5A24 (or 0xCC5A24) is known color: Chilean Fire. HEX triplet: CC, 5A and 24. RGB value is (204,90,36). Sum of RGB (Red+Green+Blue) = 204+90+36=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A24 is #33A5DB. Grayscale: #767676. Windows color (decimal): -3384796 or 2382540. OLE color: 2382540.

HSL color Cylindrical-coordinate representation of color #CC5A24: hue angle of 19.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5A24 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 36 -
CMYK 0 0.56 0.82 0.2
HSL 19.29º 0.7% 0.47% -
HSV(B) 19.29º 0.82% 0.8% -
XYZ 28.88 20.28 4.06 -
YUV 117.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 204 90 36 0 0.56 0.82 0.2 19.29 0.7 0.47
Hex CC 5A 24 0 38 52 14 13 46 2F
Octal 314 132 44 0 70 122 24 23 106 57
Binary 11001100 1011010 100100 0 111000 1010010 10100 10011 1000110 101111

Color Harmonies of #CC5A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A24

Black with #CC5A24

Text Example


Text Example

White with #CC5A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A24; }

 p { color: rgb(204,90,36); }

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

background-color css

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

 a { background-color: rgb(204,90,36); }

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

border-color css

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

 span { border-color: rgb(204,90,36); }

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