Shades of Chilean Fire #D95320
Tints of Chilean Fire #D95320
RGB
CMYK
RGB Variations
Color information
#D95320 (or 0xD95320) is known color: Chilean Fire. HEX triplet: D9, 53 and 20. RGB value is (217,83,32). Sum of RGB (Red+Green+Blue) = 217+83+32=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D95320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95320 is #26ACDF. Grayscale: #757575. Windows color (decimal): -2534624 or 2118617. OLE color: 2118617.
HSL color Cylindrical-coordinate representation of color #D95320: hue angle of 16.54º 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 #D95320 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 32 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.15 |
| HSL | 16.54º | 0.74% | 0.49% | - |
| HSV(B) | 16.54º | 0.85% | 0.85% | - |
| XYZ | 31.97 | 21.04 | 3.74 | - |
| YUV | 117.25 | 79.89 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 32 | 0 | 0.62 | 0.85 | 0.15 | 16.54 | 0.74 | 0.49 |
| Hex | D9 | 53 | 20 | 0 | 3E | 55 | F | 11 | 4A | 31 |
| Octal | 331 | 123 | 40 | 0 | 76 | 125 | 17 | 21 | 112 | 61 |
| Binary | 11011001 | 1010011 | 100000 | 0 | 111110 | 1010101 | 1111 | 10001 | 1001010 | 110001 |
Color Harmonies of #D95320
Complementary color
Monochromatic Colors of #D95320
Black with #D95320
Text Example
Text Example
White with #D95320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95320; }
p { color: rgb(217,83,32); }
H1.HeaderClassName
{
color: #D95320;
}
.AnyTagClassName
{
color: #D95320;
}
</style>
background-color css
<style>
a { background-color: #D95320; }
a { background-color: rgb(217,83,32); }
div.DivClassName
{
background-color: #D95320;
}
.BgClassName
{
background-color: #D95320;
}
</style>
border-color css
<style>
span { border-color: #D95320; }
span { border-color: rgb(217,83,32); }
td.TdClassName
{
border-color: #D95320;
}
.TagClassName
{
border-color: #D95320;
}
</style>