Shades of Chilean Fire #D95329
Tints of Chilean Fire #D95329
RGB
CMYK
RGB Variations
Color information
#D95329 (or 0xD95329) is known color: Chilean Fire. HEX triplet: D9, 53 and 29. RGB value is (217,83,41). Sum of RGB (Red+Green+Blue) = 217+83+41=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D95329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95329 is #26ACD6. Grayscale: #767676. Windows color (decimal): -2534615 or 2708441. OLE color: 2708441.
HSL color Cylindrical-coordinate representation of color #D95329: hue angle of 14.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D95329 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 41 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.15 |
| HSL | 14.32º | 0.7% | 0.51% | - |
| HSV(B) | 14.32º | 0.81% | 0.85% | - |
| XYZ | 32.11 | 21.1 | 4.48 | - |
| YUV | 118.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 41 | 0 | 0.62 | 0.81 | 0.15 | 14.32 | 0.7 | 0.51 |
| Hex | D9 | 53 | 29 | 0 | 3E | 51 | F | E | 46 | 33 |
| Octal | 331 | 123 | 51 | 0 | 76 | 121 | 17 | 16 | 106 | 63 |
| Binary | 11011001 | 1010011 | 101001 | 0 | 111110 | 1010001 | 1111 | 1110 | 1000110 | 110011 |
Color Harmonies of #D95329
Complementary color
Monochromatic Colors of #D95329
Black with #D95329
Text Example
Text Example
White with #D95329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95329; }
p { color: rgb(217,83,41); }
H1.HeaderClassName
{
color: #D95329;
}
.AnyTagClassName
{
color: #D95329;
}
</style>
background-color css
<style>
a { background-color: #D95329; }
a { background-color: rgb(217,83,41); }
div.DivClassName
{
background-color: #D95329;
}
.BgClassName
{
background-color: #D95329;
}
</style>
border-color css
<style>
span { border-color: #D95329; }
span { border-color: rgb(217,83,41); }
td.TdClassName
{
border-color: #D95329;
}
.TagClassName
{
border-color: #D95329;
}
</style>