Html Css Color HEX #CC592D Chilean Fire

📋 copy color: '#CC592D'

red 204 ◦ green 89 ◦ blue 45

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

Shades of Chilean Fire #CC592D

Tints of Chilean Fire #CC592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 60.36%
G = 26.33%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC592D (or 0xCC592D) is known color: Chilean Fire. HEX triplet: CC, 59 and 2D. RGB value is (204,89,45). Sum of RGB (Red+Green+Blue) = 204+89+45=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC592D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC592D is #33A6D2. Grayscale: #767676. Windows color (decimal): -3385043 or 2972108. OLE color: 2972108.

HSL color Cylindrical-coordinate representation of color #CC592D: hue angle of 16.6º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC592D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 45 -
CMYK 0 0.56 0.78 0.2
HSL 16.6º 0.64% 0.49% -
HSV(B) 16.6º 0.78% 0.8% -
XYZ 28.95 20.17 4.85 -
YUV 118.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 204 89 45 0 0.56 0.78 0.2 16.6 0.64 0.49
Hex CC 59 2D 0 38 4E 14 11 40 31
Octal 314 131 55 0 70 116 24 21 100 61
Binary 11001100 1011001 101101 0 111000 1001110 10100 10001 1000000 110001

Color Harmonies of #CC592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC592D

Black with #CC592D

Text Example


Text Example

White with #CC592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC592D; }

 p { color: rgb(204,89,45); }

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

background-color css

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

 a { background-color: rgb(204,89,45); }

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

border-color css

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

 span { border-color: rgb(204,89,45); }

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