Shades of Chilean Fire #D95830
Tints of Chilean Fire #D95830
RGB
CMYK
RGB Variations
Color information
#D95830 (or 0xD95830) is known color: Chilean Fire. HEX triplet: D9, 58 and 30. RGB value is (217,88,48). Sum of RGB (Red+Green+Blue) = 217+88+48=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D95830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95830 is #26A7CF. Grayscale: #7A7A7A. Windows color (decimal): -2533328 or 3168473. OLE color: 3168473.
HSL color Cylindrical-coordinate representation of color #D95830: hue angle of 14.2º 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 #D95830 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 88 | 48 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.15 |
| HSL | 14.2º | 0.69% | 0.52% | - |
| HSV(B) | 14.2º | 0.78% | 0.85% | - |
| XYZ | 32.64 | 21.94 | 5.31 | - |
| YUV | 122.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 88 | 48 | 0 | 0.59 | 0.78 | 0.15 | 14.2 | 0.69 | 0.52 |
| Hex | D9 | 58 | 30 | 0 | 3B | 4E | F | E | 45 | 34 |
| Octal | 331 | 130 | 60 | 0 | 73 | 116 | 17 | 16 | 105 | 64 |
| Binary | 11011001 | 1011000 | 110000 | 0 | 111011 | 1001110 | 1111 | 1110 | 1000101 | 110100 |
Color Harmonies of #D95830
Complementary color
Monochromatic Colors of #D95830
Black with #D95830
Text Example
Text Example
White with #D95830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95830; }
p { color: rgb(217,88,48); }
H1.HeaderClassName
{
color: #D95830;
}
.AnyTagClassName
{
color: #D95830;
}
</style>
background-color css
<style>
a { background-color: #D95830; }
a { background-color: rgb(217,88,48); }
div.DivClassName
{
background-color: #D95830;
}
.BgClassName
{
background-color: #D95830;
}
</style>
border-color css
<style>
span { border-color: #D95830; }
span { border-color: rgb(217,88,48); }
td.TdClassName
{
border-color: #D95830;
}
.TagClassName
{
border-color: #D95830;
}
</style>