Html Css Color HEX #CC5824 Chilean Fire

📋 copy color: '#CC5824'

red 204 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #CC5824

Tints of Chilean Fire #CC5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 62.2%
G = 26.83%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC5824 (or 0xCC5824) is known color: Chilean Fire. HEX triplet: CC, 58 and 24. RGB value is (204,88,36). Sum of RGB (Red+Green+Blue) = 204+88+36=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5824 is #33A7DB. Grayscale: #757575. Windows color (decimal): -3385308 or 2382028. OLE color: 2382028.

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

Color convert

RGB 204 88 36 -
CMYK 0 0.57 0.82 0.2
HSL 18.57º 0.7% 0.47% -
HSV(B) 18.57º 0.82% 0.8% -
XYZ 28.71 19.94 4.01 -
YUV 116.76 82.43 190.23 -
System Red Green Blue C M Y K H S L
Decimal 204 88 36 0 0.57 0.82 0.2 18.57 0.7 0.47
Hex CC 58 24 0 39 52 14 13 46 2F
Octal 314 130 44 0 71 122 24 23 106 57
Binary 11001100 1011000 100100 0 111001 1010010 10100 10011 1000110 101111

Color Harmonies of #CC5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5824

Black with #CC5824

Text Example


Text Example

White with #CC5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5824; }

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

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

background-color css

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

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

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

border-color css

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

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

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