Shades of Chilean Fire #D25928
Tints of Chilean Fire #D25928
RGB
CMYK
RGB Variations
Color information
#D25928 (or 0xD25928) is known color: Chilean Fire. HEX triplet: D2, 59 and 28. RGB value is (210,89,40). Sum of RGB (Red+Green+Blue) = 210+89+40=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D25928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25928 is #2DA6D7. Grayscale: #777777. Windows color (decimal): -2991832 or 2644434. OLE color: 2644434.
HSL color Cylindrical-coordinate representation of color #D25928: hue angle of 17.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D25928 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 40 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.18 |
| HSL | 17.29º | 0.68% | 0.49% | - |
| HSV(B) | 17.29º | 0.81% | 0.82% | - |
| XYZ | 30.53 | 21 | 4.45 | - |
| YUV | 119.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 40 | 0 | 0.58 | 0.81 | 0.18 | 17.29 | 0.68 | 0.49 |
| Hex | D2 | 59 | 28 | 0 | 3A | 51 | 12 | 11 | 44 | 31 |
| Octal | 322 | 131 | 50 | 0 | 72 | 121 | 22 | 21 | 104 | 61 |
| Binary | 11010010 | 1011001 | 101000 | 0 | 111010 | 1010001 | 10010 | 10001 | 1000100 | 110001 |
Color Harmonies of #D25928
Complementary color
Monochromatic Colors of #D25928
Black with #D25928
Text Example
Text Example
White with #D25928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25928; }
p { color: rgb(210,89,40); }
H1.HeaderClassName
{
color: #D25928;
}
.AnyTagClassName
{
color: #D25928;
}
</style>
background-color css
<style>
a { background-color: #D25928; }
a { background-color: rgb(210,89,40); }
div.DivClassName
{
background-color: #D25928;
}
.BgClassName
{
background-color: #D25928;
}
</style>
border-color css
<style>
span { border-color: #D25928; }
span { border-color: rgb(210,89,40); }
td.TdClassName
{
border-color: #D25928;
}
.TagClassName
{
border-color: #D25928;
}
</style>