Html Css Color HEX #CC5521 Chilean Fire

📋 copy color: '#CC5521'

red 204 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #CC5521

Tints of Chilean Fire #CC5521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.25%

R = 63.35%
G = 26.4%
B = 10.25%

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

#CC5521 (or 0xCC5521) is known color: Chilean Fire. HEX triplet: CC, 55 and 21. RGB value is (204,85,33). Sum of RGB (Red+Green+Blue) = 204+85+33=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5521 is #33AADE. Grayscale: #727272. Windows color (decimal): -3386079 or 2184652. OLE color: 2184652.

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

Color convert

RGB 204 85 33 -
CMYK 0 0.58 0.84 0.2
HSL 18.25º 0.72% 0.46% -
HSV(B) 18.25º 0.84% 0.8% -
XYZ 28.42 19.44 3.69 -
YUV 114.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 204 85 33 0 0.58 0.84 0.2 18.25 0.72 0.46
Hex CC 55 21 0 3A 54 14 12 48 2E
Octal 314 125 41 0 72 124 24 22 110 56
Binary 11001100 1010101 100001 0 111010 1010100 10100 10010 1001000 101110

Color Harmonies of #CC5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5521

Black with #CC5521

Text Example


Text Example

White with #CC5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5521; }

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

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

background-color css

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

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

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

border-color css

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

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

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