Shades of Chilean Fire #D95535
Tints of Chilean Fire #D95535
RGB
CMYK
RGB Variations
Color information
#D95535 (or 0xD95535) is known color: Chilean Fire. HEX triplet: D9, 55 and 35. RGB value is (217,85,53). Sum of RGB (Red+Green+Blue) = 217+85+53=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D95535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95535 is #26AACA. Grayscale: #797979. Windows color (decimal): -2534091 or 3495385. OLE color: 3495385.
HSL color Cylindrical-coordinate representation of color #D95535: hue angle of 11.71º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D95535 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 53 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.15 |
| HSL | 11.71º | 0.68% | 0.53% | - |
| HSV(B) | 11.71º | 0.76% | 0.85% | - |
| XYZ | 32.51 | 21.51 | 5.81 | - |
| YUV | 120.82 | 89.73 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 53 | 0 | 0.61 | 0.76 | 0.15 | 11.71 | 0.68 | 0.53 |
| Hex | D9 | 55 | 35 | 0 | 3D | 4C | F | C | 44 | 35 |
| Octal | 331 | 125 | 65 | 0 | 75 | 114 | 17 | 14 | 104 | 65 |
| Binary | 11011001 | 1010101 | 110101 | 0 | 111101 | 1001100 | 1111 | 1100 | 1000100 | 110101 |
Color Harmonies of #D95535
Complementary color
Monochromatic Colors of #D95535
Black with #D95535
Text Example
Text Example
White with #D95535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95535; }
p { color: rgb(217,85,53); }
H1.HeaderClassName
{
color: #D95535;
}
.AnyTagClassName
{
color: #D95535;
}
</style>
background-color css
<style>
a { background-color: #D95535; }
a { background-color: rgb(217,85,53); }
div.DivClassName
{
background-color: #D95535;
}
.BgClassName
{
background-color: #D95535;
}
</style>
border-color css
<style>
span { border-color: #D95535; }
span { border-color: rgb(217,85,53); }
td.TdClassName
{
border-color: #D95535;
}
.TagClassName
{
border-color: #D95535;
}
</style>