Shades of Chilean Fire #CF582E
Tints of Chilean Fire #CF582E
RGB
CMYK
RGB Variations
Color information
#CF582E (or 0xCF582E) is known color: Chilean Fire. HEX triplet: CF, 58 and 2E. RGB value is (207,88,46). Sum of RGB (Red+Green+Blue) = 207+88+46=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF582E is #30A7D1. Grayscale: #777777. Windows color (decimal): -3188690 or 3037391. OLE color: 3037391.
HSL color Cylindrical-coordinate representation of color #CF582E: hue angle of 15.65º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF582E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 46 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.19 |
| HSL | 15.65º | 0.64% | 0.5% | - |
| HSV(B) | 15.65º | 0.78% | 0.81% | - |
| XYZ | 29.72 | 20.44 | 4.96 | - |
| YUV | 118.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 46 | 0 | 0.57 | 0.78 | 0.19 | 15.65 | 0.64 | 0.5 |
| Hex | CF | 58 | 2E | 0 | 39 | 4E | 13 | 10 | 40 | 32 |
| Octal | 317 | 130 | 56 | 0 | 71 | 116 | 23 | 20 | 100 | 62 |
| Binary | 11001111 | 1011000 | 101110 | 0 | 111001 | 1001110 | 10011 | 10000 | 1000000 | 110010 |
Color Harmonies of #CF582E
Complementary color
Monochromatic Colors of #CF582E
Black with #CF582E
Text Example
Text Example
White with #CF582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF582E; }
p { color: rgb(207,88,46); }
H1.HeaderClassName
{
color: #CF582E;
}
.AnyTagClassName
{
color: #CF582E;
}
</style>
background-color css
<style>
a { background-color: #CF582E; }
a { background-color: rgb(207,88,46); }
div.DivClassName
{
background-color: #CF582E;
}
.BgClassName
{
background-color: #CF582E;
}
</style>
border-color css
<style>
span { border-color: #CF582E; }
span { border-color: rgb(207,88,46); }
td.TdClassName
{
border-color: #CF582E;
}
.TagClassName
{
border-color: #CF582E;
}
</style>