Shades of Chilean Fire #D8592B
Tints of Chilean Fire #D8592B
RGB
CMYK
RGB Variations
Color information
#D8592B (or 0xD8592B) is known color: Chilean Fire. HEX triplet: D8, 59 and 2B. RGB value is (216,89,43). Sum of RGB (Red+Green+Blue) = 216+89+43=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8592B is #27A6D4. Grayscale: #7A7A7A. Windows color (decimal): -2598613 or 2841048. OLE color: 2841048.
HSL color Cylindrical-coordinate representation of color #D8592B: hue angle of 15.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8592B is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 89 | 43 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.15 |
| HSL | 15.95º | 0.69% | 0.51% | - |
| HSV(B) | 15.95º | 0.8% | 0.85% | - |
| XYZ | 32.33 | 21.92 | 4.81 | - |
| YUV | 121.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 89 | 43 | 0 | 0.59 | 0.80 | 0.15 | 15.95 | 0.69 | 0.51 |
| Hex | D8 | 59 | 2B | 0 | 3B | 50 | F | 10 | 45 | 33 |
| Octal | 330 | 131 | 53 | 0 | 73 | 120 | 17 | 20 | 105 | 63 |
| Binary | 11011000 | 1011001 | 101011 | 0 | 111011 | 1010000 | 1111 | 10000 | 1000101 | 110011 |
Color Harmonies of #D8592B
Complementary color
Monochromatic Colors of #D8592B
Black with #D8592B
Text Example
Text Example
White with #D8592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8592B; }
p { color: rgb(216,89,43); }
H1.HeaderClassName
{
color: #D8592B;
}
.AnyTagClassName
{
color: #D8592B;
}
</style>
background-color css
<style>
a { background-color: #D8592B; }
a { background-color: rgb(216,89,43); }
div.DivClassName
{
background-color: #D8592B;
}
.BgClassName
{
background-color: #D8592B;
}
</style>
border-color css
<style>
span { border-color: #D8592B; }
span { border-color: rgb(216,89,43); }
td.TdClassName
{
border-color: #D8592B;
}
.TagClassName
{
border-color: #D8592B;
}
</style>