Html Css Color HEX #CC5520 Chilean Fire

📋 copy color: '#CC5520'

red 204 ◦ green 85 ◦ blue 32

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

Shades of Chilean Fire #CC5520

Tints of Chilean Fire #CC5520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.97%

R = 63.55%
G = 26.48%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC5520 (or 0xCC5520) is known color: Chilean Fire. HEX triplet: CC, 55 and 20. RGB value is (204,85,32). Sum of RGB (Red+Green+Blue) = 204+85+32=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 32 (12.89% from 255 or 9.97% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5520 is #33AADF. Grayscale: #727272. Windows color (decimal): -3386080 or 2119116. OLE color: 2119116.

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

Color convert

RGB 204 85 32 -
CMYK 0 0.58 0.84 0.2
HSL 18.49º 0.73% 0.46% -
HSV(B) 18.49º 0.84% 0.8% -
XYZ 28.41 19.44 3.62 -
YUV 114.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 204 85 32 0 0.58 0.84 0.2 18.49 0.73 0.46
Hex CC 55 20 0 3A 54 14 12 49 2E
Octal 314 125 40 0 72 124 24 22 111 56
Binary 11001100 1010101 100000 0 111010 1010100 10100 10010 1001001 101110

Color Harmonies of #CC5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5520

Black with #CC5520

Text Example


Text Example

White with #CC5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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