Shades of Chilean Fire #CC612E
Tints of Chilean Fire #CC612E
RGB
CMYK
RGB Variations
Color information
#CC612E (or 0xCC612E) is known color: Chilean Fire. HEX triplet: CC, 61 and 2E. RGB value is (204,97,46). Sum of RGB (Red+Green+Blue) = 204+97+46=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC612E is #339ED1. Grayscale: #7B7B7B. Windows color (decimal): -3382994 or 3039692. OLE color: 3039692.
HSL color Cylindrical-coordinate representation of color #CC612E: hue angle of 19.37º 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 #CC612E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.2 |
| HSL | 19.37º | 0.63% | 0.49% | - |
| HSV(B) | 19.37º | 0.77% | 0.8% | - |
| XYZ | 29.67 | 21.58 | 5.19 | - |
| YUV | 123.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 46 | 0 | 0.52 | 0.77 | 0.2 | 19.37 | 0.63 | 0.49 |
| Hex | CC | 61 | 2E | 0 | 34 | 4D | 14 | 13 | 3F | 31 |
| Octal | 314 | 141 | 56 | 0 | 64 | 115 | 24 | 23 | 77 | 61 |
| Binary | 11001100 | 1100001 | 101110 | 0 | 110100 | 1001101 | 10100 | 10011 | 111111 | 110001 |
Color Harmonies of #CC612E
Complementary color
Monochromatic Colors of #CC612E
Black with #CC612E
Text Example
Text Example
White with #CC612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC612E; }
p { color: rgb(204,97,46); }
H1.HeaderClassName
{
color: #CC612E;
}
.AnyTagClassName
{
color: #CC612E;
}
</style>
background-color css
<style>
a { background-color: #CC612E; }
a { background-color: rgb(204,97,46); }
div.DivClassName
{
background-color: #CC612E;
}
.BgClassName
{
background-color: #CC612E;
}
</style>
border-color css
<style>
span { border-color: #CC612E; }
span { border-color: rgb(204,97,46); }
td.TdClassName
{
border-color: #CC612E;
}
.TagClassName
{
border-color: #CC612E;
}
</style>