Shades of Chilean Fire #D15825
Tints of Chilean Fire #D15825
RGB
CMYK
RGB Variations
Color information
#D15825 (or 0xD15825) is known color: Chilean Fire. HEX triplet: D1, 58 and 25. RGB value is (209,88,37). Sum of RGB (Red+Green+Blue) = 209+88+37=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D15825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15825 is #2EA7DA. Grayscale: #767676. Windows color (decimal): -3057627 or 2447569. OLE color: 2447569.
HSL color Cylindrical-coordinate representation of color #D15825: hue angle of 17.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D15825 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 37 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.18 |
| HSL | 17.79º | 0.7% | 0.48% | - |
| HSV(B) | 17.79º | 0.82% | 0.82% | - |
| XYZ | 30.12 | 20.67 | 4.15 | - |
| YUV | 118.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 37 | 0 | 0.58 | 0.82 | 0.18 | 17.79 | 0.7 | 0.48 |
| Hex | D1 | 58 | 25 | 0 | 3A | 52 | 12 | 12 | 46 | 30 |
| Octal | 321 | 130 | 45 | 0 | 72 | 122 | 22 | 22 | 106 | 60 |
| Binary | 11010001 | 1011000 | 100101 | 0 | 111010 | 1010010 | 10010 | 10010 | 1000110 | 110000 |
Color Harmonies of #D15825
Complementary color
Monochromatic Colors of #D15825
Black with #D15825
Text Example
Text Example
White with #D15825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15825; }
p { color: rgb(209,88,37); }
H1.HeaderClassName
{
color: #D15825;
}
.AnyTagClassName
{
color: #D15825;
}
</style>
background-color css
<style>
a { background-color: #D15825; }
a { background-color: rgb(209,88,37); }
div.DivClassName
{
background-color: #D15825;
}
.BgClassName
{
background-color: #D15825;
}
</style>
border-color css
<style>
span { border-color: #D15825; }
span { border-color: rgb(209,88,37); }
td.TdClassName
{
border-color: #D15825;
}
.TagClassName
{
border-color: #D15825;
}
</style>