Shades of Chilean Fire #CF582F
Tints of Chilean Fire #CF582F
RGB
CMYK
RGB Variations
Color information
#CF582F (or 0xCF582F) is known color: Chilean Fire. HEX triplet: CF, 58 and 2F. RGB value is (207,88,47). Sum of RGB (Red+Green+Blue) = 207+88+47=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF582F is #30A7D0. Grayscale: #777777. Windows color (decimal): -3188689 or 3102927. OLE color: 3102927.
HSL color Cylindrical-coordinate representation of color #CF582F: hue angle of 15.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF582F is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 47 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.19 |
| HSL | 15.38º | 0.63% | 0.5% | - |
| HSV(B) | 15.38º | 0.77% | 0.81% | - |
| XYZ | 29.73 | 20.45 | 5.07 | - |
| YUV | 118.91 | 87.42 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 47 | 0 | 0.57 | 0.77 | 0.19 | 15.38 | 0.63 | 0.5 |
| Hex | CF | 58 | 2F | 0 | 39 | 4D | 13 | F | 3F | 32 |
| Octal | 317 | 130 | 57 | 0 | 71 | 115 | 23 | 17 | 77 | 62 |
| Binary | 11001111 | 1011000 | 101111 | 0 | 111001 | 1001101 | 10011 | 1111 | 111111 | 110010 |
Color Harmonies of #CF582F
Complementary color
Monochromatic Colors of #CF582F
Black with #CF582F
Text Example
Text Example
White with #CF582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF582F; }
p { color: rgb(207,88,47); }
H1.HeaderClassName
{
color: #CF582F;
}
.AnyTagClassName
{
color: #CF582F;
}
</style>
background-color css
<style>
a { background-color: #CF582F; }
a { background-color: rgb(207,88,47); }
div.DivClassName
{
background-color: #CF582F;
}
.BgClassName
{
background-color: #CF582F;
}
</style>
border-color css
<style>
span { border-color: #CF582F; }
span { border-color: rgb(207,88,47); }
td.TdClassName
{
border-color: #CF582F;
}
.TagClassName
{
border-color: #CF582F;
}
</style>