Html Css Color HEX #CC5839 Chilean Fire

📋 copy color: '#CC5839'

red 204 ◦ green 88 ◦ blue 57

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

Shades of Chilean Fire #CC5839

Tints of Chilean Fire #CC5839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 58.45%
G = 25.21%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC5839 (or 0xCC5839) is known color: Chilean Fire. HEX triplet: CC, 58 and 39. RGB value is (204,88,57). Sum of RGB (Red+Green+Blue) = 204+88+57=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5839 is #33A7C6. Grayscale: #777777. Windows color (decimal): -3385287 or 3758284. OLE color: 3758284.

HSL color Cylindrical-coordinate representation of color #CC5839: hue angle of 12.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC5839 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 88 57 -
CMYK 0 0.57 0.72 0.2
HSL 12.65º 0.59% 0.51% -
HSV(B) 12.65º 0.72% 0.8% -
XYZ 29.13 20.11 6.22 -
YUV 119.15 92.93 188.52 -
System Red Green Blue C M Y K H S L
Decimal 204 88 57 0 0.57 0.72 0.2 12.65 0.59 0.51
Hex CC 58 39 0 39 48 14 D 3B 33
Octal 314 130 71 0 71 110 24 15 73 63
Binary 11001100 1011000 111001 0 111001 1001000 10100 1101 111011 110011

Color Harmonies of #CC5839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5839

Black with #CC5839

Text Example


Text Example

White with #CC5839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5839; }

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

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

background-color css

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

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

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

border-color css

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

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

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