Shades of Chilean Fire #CF5A28
Tints of Chilean Fire #CF5A28
RGB
CMYK
RGB Variations
Color information
#CF5A28 (or 0xCF5A28) is known color: Chilean Fire. HEX triplet: CF, 5A and 28. RGB value is (207,90,40). Sum of RGB (Red+Green+Blue) = 207+90+40=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A28 is #30A5D7. Grayscale: #777777. Windows color (decimal): -3188184 or 2644687. OLE color: 2644687.
HSL color Cylindrical-coordinate representation of color #CF5A28: hue angle of 17.96º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF5A28 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 40 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.19 |
| HSL | 17.96º | 0.68% | 0.48% | - |
| HSV(B) | 17.96º | 0.81% | 0.81% | - |
| XYZ | 29.77 | 20.73 | 4.44 | - |
| YUV | 119.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 40 | 0 | 0.57 | 0.81 | 0.19 | 17.96 | 0.68 | 0.48 |
| Hex | CF | 5A | 28 | 0 | 39 | 51 | 13 | 12 | 44 | 30 |
| Octal | 317 | 132 | 50 | 0 | 71 | 121 | 23 | 22 | 104 | 60 |
| Binary | 11001111 | 1011010 | 101000 | 0 | 111001 | 1010001 | 10011 | 10010 | 1000100 | 110000 |
Color Harmonies of #CF5A28
Complementary color
Monochromatic Colors of #CF5A28
Black with #CF5A28
Text Example
Text Example
White with #CF5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A28; }
p { color: rgb(207,90,40); }
H1.HeaderClassName
{
color: #CF5A28;
}
.AnyTagClassName
{
color: #CF5A28;
}
</style>
background-color css
<style>
a { background-color: #CF5A28; }
a { background-color: rgb(207,90,40); }
div.DivClassName
{
background-color: #CF5A28;
}
.BgClassName
{
background-color: #CF5A28;
}
</style>
border-color css
<style>
span { border-color: #CF5A28; }
span { border-color: rgb(207,90,40); }
td.TdClassName
{
border-color: #CF5A28;
}
.TagClassName
{
border-color: #CF5A28;
}
</style>