Shades of Chilean Fire #CF531F
Tints of Chilean Fire #CF531F
RGB
CMYK
RGB Variations
Color information
#CF531F (or 0xCF531F) is known color: Chilean Fire. HEX triplet: CF, 53 and 1F. RGB value is (207,83,31). Sum of RGB (Red+Green+Blue) = 207+83+31=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF531F is #30ACE0. Grayscale: #727272. Windows color (decimal): -3189985 or 2053071. OLE color: 2053071.
HSL color Cylindrical-coordinate representation of color #CF531F: hue angle of 17.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF531F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 31 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.19 |
| HSL | 17.73º | 0.74% | 0.47% | - |
| HSV(B) | 17.73º | 0.85% | 0.81% | - |
| XYZ | 29.07 | 19.55 | 3.54 | - |
| YUV | 114.15 | 81.08 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 31 | 0 | 0.60 | 0.85 | 0.19 | 17.73 | 0.74 | 0.47 |
| Hex | CF | 53 | 1F | 0 | 3C | 55 | 13 | 12 | 4A | 2F |
| Octal | 317 | 123 | 37 | 0 | 74 | 125 | 23 | 22 | 112 | 57 |
| Binary | 11001111 | 1010011 | 11111 | 0 | 111100 | 1010101 | 10011 | 10010 | 1001010 | 101111 |
Color Harmonies of #CF531F
Complementary color
Monochromatic Colors of #CF531F
Black with #CF531F
Text Example
Text Example
White with #CF531F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF531F; }
p { color: rgb(207,83,31); }
H1.HeaderClassName
{
color: #CF531F;
}
.AnyTagClassName
{
color: #CF531F;
}
</style>
background-color css
<style>
a { background-color: #CF531F; }
a { background-color: rgb(207,83,31); }
div.DivClassName
{
background-color: #CF531F;
}
.BgClassName
{
background-color: #CF531F;
}
</style>
border-color css
<style>
span { border-color: #CF531F; }
span { border-color: rgb(207,83,31); }
td.TdClassName
{
border-color: #CF531F;
}
.TagClassName
{
border-color: #CF531F;
}
</style>