Shades of Chilean Fire #D75928
Tints of Chilean Fire #D75928
RGB
CMYK
RGB Variations
Color information
#D75928 (or 0xD75928) is known color: Chilean Fire. HEX triplet: D7, 59 and 28. RGB value is (215,89,40). Sum of RGB (Red+Green+Blue) = 215+89+40=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D75928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75928 is #28A6D7. Grayscale: #797979. Windows color (decimal): -2664152 or 2644439. OLE color: 2644439.
HSL color Cylindrical-coordinate representation of color #D75928: hue angle of 16.8º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D75928 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 40 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.16 |
| HSL | 16.8º | 0.69% | 0.5% | - |
| HSV(B) | 16.8º | 0.81% | 0.84% | - |
| XYZ | 31.98 | 21.75 | 4.52 | - |
| YUV | 121.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 40 | 0 | 0.59 | 0.81 | 0.16 | 16.8 | 0.69 | 0.5 |
| Hex | D7 | 59 | 28 | 0 | 3B | 51 | 10 | 11 | 45 | 32 |
| Octal | 327 | 131 | 50 | 0 | 73 | 121 | 20 | 21 | 105 | 62 |
| Binary | 11010111 | 1011001 | 101000 | 0 | 111011 | 1010001 | 10000 | 10001 | 1000101 | 110010 |
Color Harmonies of #D75928
Complementary color
Monochromatic Colors of #D75928
Black with #D75928
Text Example
Text Example
White with #D75928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75928; }
p { color: rgb(215,89,40); }
H1.HeaderClassName
{
color: #D75928;
}
.AnyTagClassName
{
color: #D75928;
}
</style>
background-color css
<style>
a { background-color: #D75928; }
a { background-color: rgb(215,89,40); }
div.DivClassName
{
background-color: #D75928;
}
.BgClassName
{
background-color: #D75928;
}
</style>
border-color css
<style>
span { border-color: #D75928; }
span { border-color: rgb(215,89,40); }
td.TdClassName
{
border-color: #D75928;
}
.TagClassName
{
border-color: #D75928;
}
</style>