Shades of Chilean Fire #D95521
Tints of Chilean Fire #D95521
RGB
CMYK
RGB Variations
Color information
#D95521 (or 0xD95521) is known color: Chilean Fire. HEX triplet: D9, 55 and 21. RGB value is (217,85,33). Sum of RGB (Red+Green+Blue) = 217+85+33=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D95521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95521 is #26AADE. Grayscale: #767676. Windows color (decimal): -2534111 or 2184665. OLE color: 2184665.
HSL color Cylindrical-coordinate representation of color #D95521: hue angle of 16.96º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D95521 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 33 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.15 |
| HSL | 16.96º | 0.74% | 0.49% | - |
| HSV(B) | 16.96º | 0.85% | 0.85% | - |
| XYZ | 32.14 | 21.36 | 3.87 | - |
| YUV | 118.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 33 | 0 | 0.61 | 0.85 | 0.15 | 16.96 | 0.74 | 0.49 |
| Hex | D9 | 55 | 21 | 0 | 3D | 55 | F | 11 | 4A | 31 |
| Octal | 331 | 125 | 41 | 0 | 75 | 125 | 17 | 21 | 112 | 61 |
| Binary | 11011001 | 1010101 | 100001 | 0 | 111101 | 1010101 | 1111 | 10001 | 1001010 | 110001 |
Color Harmonies of #D95521
Complementary color
Monochromatic Colors of #D95521
Black with #D95521
Text Example
Text Example
White with #D95521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95521; }
p { color: rgb(217,85,33); }
H1.HeaderClassName
{
color: #D95521;
}
.AnyTagClassName
{
color: #D95521;
}
</style>
background-color css
<style>
a { background-color: #D95521; }
a { background-color: rgb(217,85,33); }
div.DivClassName
{
background-color: #D95521;
}
.BgClassName
{
background-color: #D95521;
}
</style>
border-color css
<style>
span { border-color: #D95521; }
span { border-color: rgb(217,85,33); }
td.TdClassName
{
border-color: #D95521;
}
.TagClassName
{
border-color: #D95521;
}
</style>