Shades of Chilean Fire #CF5421
Tints of Chilean Fire #CF5421
RGB
CMYK
RGB Variations
Color information
#CF5421 (or 0xCF5421) is known color: Chilean Fire. HEX triplet: CF, 54 and 21. RGB value is (207,84,33). Sum of RGB (Red+Green+Blue) = 207+84+33=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5421 is #30ABDE. Grayscale: #737373. Windows color (decimal): -3189727 or 2184399. OLE color: 2184399.
HSL color Cylindrical-coordinate representation of color #CF5421: hue angle of 17.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF5421 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 33 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.19 |
| HSL | 17.59º | 0.73% | 0.47% | - |
| HSV(B) | 17.59º | 0.84% | 0.81% | - |
| XYZ | 29.18 | 19.72 | 3.71 | - |
| YUV | 114.96 | 81.75 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 33 | 0 | 0.59 | 0.84 | 0.19 | 17.59 | 0.73 | 0.47 |
| Hex | CF | 54 | 21 | 0 | 3B | 54 | 13 | 12 | 48 | 2F |
| Octal | 317 | 124 | 41 | 0 | 73 | 124 | 23 | 22 | 110 | 57 |
| Binary | 11001111 | 1010100 | 100001 | 0 | 111011 | 1010100 | 10011 | 10010 | 1001000 | 101111 |
Color Harmonies of #CF5421
Complementary color
Monochromatic Colors of #CF5421
Black with #CF5421
Text Example
Text Example
White with #CF5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5421; }
p { color: rgb(207,84,33); }
H1.HeaderClassName
{
color: #CF5421;
}
.AnyTagClassName
{
color: #CF5421;
}
</style>
background-color css
<style>
a { background-color: #CF5421; }
a { background-color: rgb(207,84,33); }
div.DivClassName
{
background-color: #CF5421;
}
.BgClassName
{
background-color: #CF5421;
}
</style>
border-color css
<style>
span { border-color: #CF5421; }
span { border-color: rgb(207,84,33); }
td.TdClassName
{
border-color: #CF5421;
}
.TagClassName
{
border-color: #CF5421;
}
</style>