Shades of Chilean Fire #CF562A
Tints of Chilean Fire #CF562A
RGB
CMYK
RGB Variations
Color information
#CF562A (or 0xCF562A) is known color: Chilean Fire. HEX triplet: CF, 56 and 2A. RGB value is (207,86,42). Sum of RGB (Red+Green+Blue) = 207+86+42=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF562A is #30A9D5. Grayscale: #757575. Windows color (decimal): -3189206 or 2774735. OLE color: 2774735.
HSL color Cylindrical-coordinate representation of color #CF562A: hue angle of 16º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF562A is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 42 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.19 |
| HSL | 16º | 0.66% | 0.49% | - |
| HSV(B) | 16º | 0.8% | 0.81% | - |
| XYZ | 29.48 | 20.09 | 4.51 | - |
| YUV | 117.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 42 | 0 | 0.58 | 0.80 | 0.19 | 16 | 0.66 | 0.49 |
| Hex | CF | 56 | 2A | 0 | 3A | 50 | 13 | 10 | 42 | 31 |
| Octal | 317 | 126 | 52 | 0 | 72 | 120 | 23 | 20 | 102 | 61 |
| Binary | 11001111 | 1010110 | 101010 | 0 | 111010 | 1010000 | 10011 | 10000 | 1000010 | 110001 |
Color Harmonies of #CF562A
Complementary color
Monochromatic Colors of #CF562A
Black with #CF562A
Text Example
Text Example
White with #CF562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF562A; }
p { color: rgb(207,86,42); }
H1.HeaderClassName
{
color: #CF562A;
}
.AnyTagClassName
{
color: #CF562A;
}
</style>
background-color css
<style>
a { background-color: #CF562A; }
a { background-color: rgb(207,86,42); }
div.DivClassName
{
background-color: #CF562A;
}
.BgClassName
{
background-color: #CF562A;
}
</style>
border-color css
<style>
span { border-color: #CF562A; }
span { border-color: rgb(207,86,42); }
td.TdClassName
{
border-color: #CF562A;
}
.TagClassName
{
border-color: #CF562A;
}
</style>