Html Css Color HEX #CC5524 Chilean Fire

📋 copy color: '#CC5524'

red 204 ◦ green 85 ◦ blue 36

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

Shades of Chilean Fire #CC5524

Tints of Chilean Fire #CC5524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 62.77%
G = 26.15%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5524 (or 0xCC5524) is known color: Chilean Fire. HEX triplet: CC, 55 and 24. RGB value is (204,85,36). Sum of RGB (Red+Green+Blue) = 204+85+36=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5524 is #33AADB. Grayscale: #737373. Windows color (decimal): -3386076 or 2381260. OLE color: 2381260.

HSL color Cylindrical-coordinate representation of color #CC5524: hue angle of 17.5º 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 #CC5524 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 36 -
CMYK 0 0.58 0.82 0.2
HSL 17.5º 0.7% 0.47% -
HSV(B) 17.5º 0.82% 0.8% -
XYZ 28.47 19.46 3.93 -
YUV 115 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 204 85 36 0 0.58 0.82 0.2 17.5 0.7 0.47
Hex CC 55 24 0 3A 52 14 12 46 2F
Octal 314 125 44 0 72 122 24 22 106 57
Binary 11001100 1010101 100100 0 111010 1010010 10100 10010 1000110 101111

Color Harmonies of #CC5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5524

Black with #CC5524

Text Example


Text Example

White with #CC5524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5524; }

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

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

background-color css

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

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

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

border-color css

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

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

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