Shades of Chilean Fire #CC612F
Tints of Chilean Fire #CC612F
RGB
CMYK
RGB Variations
Color information
#CC612F (or 0xCC612F) is known color: Chilean Fire. HEX triplet: CC, 61 and 2F. RGB value is (204,97,47). Sum of RGB (Red+Green+Blue) = 204+97+47=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC612F is #339ED0. Grayscale: #7B7B7B. Windows color (decimal): -3382993 or 3105228. OLE color: 3105228.
HSL color Cylindrical-coordinate representation of color #CC612F: hue angle of 19.11º 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 #CC612F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 47 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.2 |
| HSL | 19.11º | 0.63% | 0.49% | - |
| HSV(B) | 19.11º | 0.77% | 0.8% | - |
| XYZ | 29.69 | 21.59 | 5.29 | - |
| YUV | 123.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 47 | 0 | 0.52 | 0.77 | 0.2 | 19.11 | 0.63 | 0.49 |
| Hex | CC | 61 | 2F | 0 | 34 | 4D | 14 | 13 | 3F | 31 |
| Octal | 314 | 141 | 57 | 0 | 64 | 115 | 24 | 23 | 77 | 61 |
| Binary | 11001100 | 1100001 | 101111 | 0 | 110100 | 1001101 | 10100 | 10011 | 111111 | 110001 |
Color Harmonies of #CC612F
Complementary color
Monochromatic Colors of #CC612F
Black with #CC612F
Text Example
Text Example
White with #CC612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC612F; }
p { color: rgb(204,97,47); }
H1.HeaderClassName
{
color: #CC612F;
}
.AnyTagClassName
{
color: #CC612F;
}
</style>
background-color css
<style>
a { background-color: #CC612F; }
a { background-color: rgb(204,97,47); }
div.DivClassName
{
background-color: #CC612F;
}
.BgClassName
{
background-color: #CC612F;
}
</style>
border-color css
<style>
span { border-color: #CC612F; }
span { border-color: rgb(204,97,47); }
td.TdClassName
{
border-color: #CC612F;
}
.TagClassName
{
border-color: #CC612F;
}
</style>