Shades of Chilean Fire #CF5825
Tints of Chilean Fire #CF5825
RGB
CMYK
RGB Variations
Color information
#CF5825 (or 0xCF5825) is known color: Chilean Fire. HEX triplet: CF, 58 and 25. RGB value is (207,88,37). Sum of RGB (Red+Green+Blue) = 207+88+37=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5825 is #30A7DA. Grayscale: #767676. Windows color (decimal): -3188699 or 2447567. OLE color: 2447567.
HSL color Cylindrical-coordinate representation of color #CF5825: hue angle of 18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF5825 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 37 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.19 |
| HSL | 18º | 0.7% | 0.48% | - |
| HSV(B) | 18º | 0.82% | 0.81% | - |
| XYZ | 29.56 | 20.38 | 4.13 | - |
| YUV | 117.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 37 | 0 | 0.57 | 0.82 | 0.19 | 18 | 0.7 | 0.48 |
| Hex | CF | 58 | 25 | 0 | 39 | 52 | 13 | 12 | 46 | 30 |
| Octal | 317 | 130 | 45 | 0 | 71 | 122 | 23 | 22 | 106 | 60 |
| Binary | 11001111 | 1011000 | 100101 | 0 | 111001 | 1010010 | 10011 | 10010 | 1000110 | 110000 |
Color Harmonies of #CF5825
Complementary color
Monochromatic Colors of #CF5825
Black with #CF5825
Text Example
Text Example
White with #CF5825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5825; }
p { color: rgb(207,88,37); }
H1.HeaderClassName
{
color: #CF5825;
}
.AnyTagClassName
{
color: #CF5825;
}
</style>
background-color css
<style>
a { background-color: #CF5825; }
a { background-color: rgb(207,88,37); }
div.DivClassName
{
background-color: #CF5825;
}
.BgClassName
{
background-color: #CF5825;
}
</style>
border-color css
<style>
span { border-color: #CF5825; }
span { border-color: rgb(207,88,37); }
td.TdClassName
{
border-color: #CF5825;
}
.TagClassName
{
border-color: #CF5825;
}
</style>