Shades of Chilean Fire #D95526
Tints of Chilean Fire #D95526
RGB
CMYK
RGB Variations
Color information
#D95526 (or 0xD95526) is known color: Chilean Fire. HEX triplet: D9, 55 and 26. RGB value is (217,85,38). Sum of RGB (Red+Green+Blue) = 217+85+38=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D95526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95526 is #26AAD9. Grayscale: #777777. Windows color (decimal): -2534106 or 2512345. OLE color: 2512345.
HSL color Cylindrical-coordinate representation of color #D95526: hue angle of 15.75º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D95526 is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 38 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.15 |
| HSL | 15.75º | 0.7% | 0.5% | - |
| HSV(B) | 15.75º | 0.82% | 0.85% | - |
| XYZ | 32.21 | 21.39 | 4.26 | - |
| YUV | 119.11 | 82.23 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 38 | 0 | 0.61 | 0.82 | 0.15 | 15.75 | 0.7 | 0.5 |
| Hex | D9 | 55 | 26 | 0 | 3D | 52 | F | 10 | 46 | 32 |
| Octal | 331 | 125 | 46 | 0 | 75 | 122 | 17 | 20 | 106 | 62 |
| Binary | 11011001 | 1010101 | 100110 | 0 | 111101 | 1010010 | 1111 | 10000 | 1000110 | 110010 |
Color Harmonies of #D95526
Complementary color
Monochromatic Colors of #D95526
Black with #D95526
Text Example
Text Example
White with #D95526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95526; }
p { color: rgb(217,85,38); }
H1.HeaderClassName
{
color: #D95526;
}
.AnyTagClassName
{
color: #D95526;
}
</style>
background-color css
<style>
a { background-color: #D95526; }
a { background-color: rgb(217,85,38); }
div.DivClassName
{
background-color: #D95526;
}
.BgClassName
{
background-color: #D95526;
}
</style>
border-color css
<style>
span { border-color: #D95526; }
span { border-color: rgb(217,85,38); }
td.TdClassName
{
border-color: #D95526;
}
.TagClassName
{
border-color: #D95526;
}
</style>