Shades of Chilean Fire #D95A2F
Tints of Chilean Fire #D95A2F
RGB
CMYK
RGB Variations
Color information
#D95A2F (or 0xD95A2F) is known color: Chilean Fire. HEX triplet: D9, 5A and 2F. RGB value is (217,90,47). Sum of RGB (Red+Green+Blue) = 217+90+47=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A2F is #26A5D0. Grayscale: #7B7B7B. Windows color (decimal): -2532817 or 3103449. OLE color: 3103449.
HSL color Cylindrical-coordinate representation of color #D95A2F: hue angle of 15.18º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D95A2F is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 47 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.15 |
| HSL | 15.18º | 0.69% | 0.52% | - |
| HSV(B) | 15.18º | 0.78% | 0.85% | - |
| XYZ | 32.78 | 22.27 | 5.26 | - |
| YUV | 123.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 47 | 0 | 0.59 | 0.78 | 0.15 | 15.18 | 0.69 | 0.52 |
| Hex | D9 | 5A | 2F | 0 | 3B | 4E | F | F | 45 | 34 |
| Octal | 331 | 132 | 57 | 0 | 73 | 116 | 17 | 17 | 105 | 64 |
| Binary | 11011001 | 1011010 | 101111 | 0 | 111011 | 1001110 | 1111 | 1111 | 1000101 | 110100 |
Color Harmonies of #D95A2F
Complementary color
Monochromatic Colors of #D95A2F
Black with #D95A2F
Text Example
Text Example
White with #D95A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A2F; }
p { color: rgb(217,90,47); }
H1.HeaderClassName
{
color: #D95A2F;
}
.AnyTagClassName
{
color: #D95A2F;
}
</style>
background-color css
<style>
a { background-color: #D95A2F; }
a { background-color: rgb(217,90,47); }
div.DivClassName
{
background-color: #D95A2F;
}
.BgClassName
{
background-color: #D95A2F;
}
</style>
border-color css
<style>
span { border-color: #D95A2F; }
span { border-color: rgb(217,90,47); }
td.TdClassName
{
border-color: #D95A2F;
}
.TagClassName
{
border-color: #D95A2F;
}
</style>