Shades of Chilean Fire #CF6431
Tints of Chilean Fire #CF6431
RGB
CMYK
RGB Variations
Color information
#CF6431 (or 0xCF6431) is known color: Chilean Fire. HEX triplet: CF, 64 and 31. RGB value is (207,100,49). Sum of RGB (Red+Green+Blue) = 207+100+49=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6431 is #309BCE. Grayscale: #7E7E7E. Windows color (decimal): -3185615 or 3237071. OLE color: 3237071.
HSL color Cylindrical-coordinate representation of color #CF6431: hue angle of 19.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6431 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 49 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.19 |
| HSL | 19.37º | 0.62% | 0.5% | - |
| HSV(B) | 19.37º | 0.76% | 0.81% | - |
| XYZ | 30.84 | 22.6 | 5.64 | - |
| YUV | 126.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 49 | 0 | 0.52 | 0.76 | 0.19 | 19.37 | 0.62 | 0.5 |
| Hex | CF | 64 | 31 | 0 | 34 | 4C | 13 | 13 | 3E | 32 |
| Octal | 317 | 144 | 61 | 0 | 64 | 114 | 23 | 23 | 76 | 62 |
| Binary | 11001111 | 1100100 | 110001 | 0 | 110100 | 1001100 | 10011 | 10011 | 111110 | 110010 |
Color Harmonies of #CF6431
Complementary color
Monochromatic Colors of #CF6431
Black with #CF6431
Text Example
Text Example
White with #CF6431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6431; }
p { color: rgb(207,100,49); }
H1.HeaderClassName
{
color: #CF6431;
}
.AnyTagClassName
{
color: #CF6431;
}
</style>
background-color css
<style>
a { background-color: #CF6431; }
a { background-color: rgb(207,100,49); }
div.DivClassName
{
background-color: #CF6431;
}
.BgClassName
{
background-color: #CF6431;
}
</style>
border-color css
<style>
span { border-color: #CF6431; }
span { border-color: rgb(207,100,49); }
td.TdClassName
{
border-color: #CF6431;
}
.TagClassName
{
border-color: #CF6431;
}
</style>