Shades of Chilean Fire #CF5423
Tints of Chilean Fire #CF5423
RGB
CMYK
RGB Variations
Color information
#CF5423 (or 0xCF5423) is known color: Chilean Fire. HEX triplet: CF, 54 and 23. RGB value is (207,84,35). Sum of RGB (Red+Green+Blue) = 207+84+35=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5423 is #30ABDC. Grayscale: #737373. Windows color (decimal): -3189725 or 2315471. OLE color: 2315471.
HSL color Cylindrical-coordinate representation of color #CF5423: hue angle of 17.09º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF5423 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 35 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.19 |
| HSL | 17.09º | 0.71% | 0.47% | - |
| HSV(B) | 17.09º | 0.83% | 0.81% | - |
| XYZ | 29.21 | 19.73 | 3.86 | - |
| YUV | 115.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 35 | 0 | 0.59 | 0.83 | 0.19 | 17.09 | 0.71 | 0.47 |
| Hex | CF | 54 | 23 | 0 | 3B | 53 | 13 | 11 | 47 | 2F |
| Octal | 317 | 124 | 43 | 0 | 73 | 123 | 23 | 21 | 107 | 57 |
| Binary | 11001111 | 1010100 | 100011 | 0 | 111011 | 1010011 | 10011 | 10001 | 1000111 | 101111 |
Color Harmonies of #CF5423
Complementary color
Monochromatic Colors of #CF5423
Black with #CF5423
Text Example
Text Example
White with #CF5423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5423; }
p { color: rgb(207,84,35); }
H1.HeaderClassName
{
color: #CF5423;
}
.AnyTagClassName
{
color: #CF5423;
}
</style>
background-color css
<style>
a { background-color: #CF5423; }
a { background-color: rgb(207,84,35); }
div.DivClassName
{
background-color: #CF5423;
}
.BgClassName
{
background-color: #CF5423;
}
</style>
border-color css
<style>
span { border-color: #CF5423; }
span { border-color: rgb(207,84,35); }
td.TdClassName
{
border-color: #CF5423;
}
.TagClassName
{
border-color: #CF5423;
}
</style>