Shades of Chilean Fire #D8583A
Tints of Chilean Fire #D8583A
RGB
CMYK
RGB Variations
Color information
#D8583A (or 0xD8583A) is known color: Chilean Fire. HEX triplet: D8, 58 and 3A. RGB value is (216,88,58). Sum of RGB (Red+Green+Blue) = 216+88+58=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8583A is #27A7C5. Grayscale: #7B7B7B. Windows color (decimal): -2598854 or 3823832. OLE color: 3823832.
HSL color Cylindrical-coordinate representation of color #D8583A: hue angle of 11.39º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8583A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 58 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.15 |
| HSL | 11.39º | 0.67% | 0.54% | - |
| HSV(B) | 11.39º | 0.73% | 0.85% | - |
| XYZ | 32.57 | 21.88 | 6.51 | - |
| YUV | 122.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 58 | 0 | 0.59 | 0.73 | 0.15 | 11.39 | 0.67 | 0.54 |
| Hex | D8 | 58 | 3A | 0 | 3B | 49 | F | B | 43 | 36 |
| Octal | 330 | 130 | 72 | 0 | 73 | 111 | 17 | 13 | 103 | 66 |
| Binary | 11011000 | 1011000 | 111010 | 0 | 111011 | 1001001 | 1111 | 1011 | 1000011 | 110110 |
Color Harmonies of #D8583A
Complementary color
Monochromatic Colors of #D8583A
Black with #D8583A
Text Example
Text Example
White with #D8583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8583A; }
p { color: rgb(216,88,58); }
H1.HeaderClassName
{
color: #D8583A;
}
.AnyTagClassName
{
color: #D8583A;
}
</style>
background-color css
<style>
a { background-color: #D8583A; }
a { background-color: rgb(216,88,58); }
div.DivClassName
{
background-color: #D8583A;
}
.BgClassName
{
background-color: #D8583A;
}
</style>
border-color css
<style>
span { border-color: #D8583A; }
span { border-color: rgb(216,88,58); }
td.TdClassName
{
border-color: #D8583A;
}
.TagClassName
{
border-color: #D8583A;
}
</style>