Shades of Chilean Fire #CC582F
Tints of Chilean Fire #CC582F
RGB
CMYK
RGB Variations
Color information
#CC582F (or 0xCC582F) is known color: Chilean Fire. HEX triplet: CC, 58 and 2F. RGB value is (204,88,47). Sum of RGB (Red+Green+Blue) = 204+88+47=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC582F is #33A7D0. Grayscale: #767676. Windows color (decimal): -3385297 or 3102924. OLE color: 3102924.
HSL color Cylindrical-coordinate representation of color #CC582F: hue angle of 15.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC582F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 47 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.2 |
| HSL | 15.67º | 0.63% | 0.49% | - |
| HSV(B) | 15.67º | 0.77% | 0.8% | - |
| XYZ | 28.9 | 20.02 | 5.03 | - |
| YUV | 118.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 47 | 0 | 0.57 | 0.77 | 0.2 | 15.67 | 0.63 | 0.49 |
| Hex | CC | 58 | 2F | 0 | 39 | 4D | 14 | 10 | 3F | 31 |
| Octal | 314 | 130 | 57 | 0 | 71 | 115 | 24 | 20 | 77 | 61 |
| Binary | 11001100 | 1011000 | 101111 | 0 | 111001 | 1001101 | 10100 | 10000 | 111111 | 110001 |
Color Harmonies of #CC582F
Complementary color
Monochromatic Colors of #CC582F
Black with #CC582F
Text Example
Text Example
White with #CC582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC582F; }
p { color: rgb(204,88,47); }
H1.HeaderClassName
{
color: #CC582F;
}
.AnyTagClassName
{
color: #CC582F;
}
</style>
background-color css
<style>
a { background-color: #CC582F; }
a { background-color: rgb(204,88,47); }
div.DivClassName
{
background-color: #CC582F;
}
.BgClassName
{
background-color: #CC582F;
}
</style>
border-color css
<style>
span { border-color: #CC582F; }
span { border-color: rgb(204,88,47); }
td.TdClassName
{
border-color: #CC582F;
}
.TagClassName
{
border-color: #CC582F;
}
</style>