Shades of Chilean Fire #CF5321
Tints of Chilean Fire #CF5321
RGB
CMYK
RGB Variations
Color information
#CF5321 (or 0xCF5321) is known color: Chilean Fire. HEX triplet: CF, 53 and 21. RGB value is (207,83,33). Sum of RGB (Red+Green+Blue) = 207+83+33=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5321 is #30ACDE. Grayscale: #727272. Windows color (decimal): -3189983 or 2184143. OLE color: 2184143.
HSL color Cylindrical-coordinate representation of color #CF5321: hue angle of 17.24º 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 #CF5321 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 33 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.19 |
| HSL | 17.24º | 0.73% | 0.47% | - |
| HSV(B) | 17.24º | 0.84% | 0.81% | - |
| XYZ | 29.1 | 19.56 | 3.68 | - |
| YUV | 114.38 | 82.08 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 33 | 0 | 0.60 | 0.84 | 0.19 | 17.24 | 0.73 | 0.47 |
| Hex | CF | 53 | 21 | 0 | 3C | 54 | 13 | 11 | 48 | 2F |
| Octal | 317 | 123 | 41 | 0 | 74 | 124 | 23 | 21 | 110 | 57 |
| Binary | 11001111 | 1010011 | 100001 | 0 | 111100 | 1010100 | 10011 | 10001 | 1001000 | 101111 |
Color Harmonies of #CF5321
Complementary color
Monochromatic Colors of #CF5321
Black with #CF5321
Text Example
Text Example
White with #CF5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5321; }
p { color: rgb(207,83,33); }
H1.HeaderClassName
{
color: #CF5321;
}
.AnyTagClassName
{
color: #CF5321;
}
</style>
background-color css
<style>
a { background-color: #CF5321; }
a { background-color: rgb(207,83,33); }
div.DivClassName
{
background-color: #CF5321;
}
.BgClassName
{
background-color: #CF5321;
}
</style>
border-color css
<style>
span { border-color: #CF5321; }
span { border-color: rgb(207,83,33); }
td.TdClassName
{
border-color: #CF5321;
}
.TagClassName
{
border-color: #CF5321;
}
</style>