Shades of Chilean Fire #D8502C
Tints of Chilean Fire #D8502C
RGB
CMYK
RGB Variations
Color information
#D8502C (or 0xD8502C) is known color: Chilean Fire. HEX triplet: D8, 50 and 2C. RGB value is (216,80,44). Sum of RGB (Red+Green+Blue) = 216+80+44=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8502C is #27AFD3. Grayscale: #747474. Windows color (decimal): -2600916 or 2904280. OLE color: 2904280.
HSL color Cylindrical-coordinate representation of color #D8502C: hue angle of 12.56º 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 #D8502C is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 44 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.15 |
| HSL | 12.56º | 0.69% | 0.51% | - |
| HSV(B) | 12.56º | 0.8% | 0.85% | - |
| XYZ | 31.64 | 20.52 | 4.68 | - |
| YUV | 116.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 44 | 0 | 0.63 | 0.80 | 0.15 | 12.56 | 0.69 | 0.51 |
| Hex | D8 | 50 | 2C | 0 | 3F | 50 | F | D | 45 | 33 |
| Octal | 330 | 120 | 54 | 0 | 77 | 120 | 17 | 15 | 105 | 63 |
| Binary | 11011000 | 1010000 | 101100 | 0 | 111111 | 1010000 | 1111 | 1101 | 1000101 | 110011 |
Color Harmonies of #D8502C
Complementary color
Monochromatic Colors of #D8502C
Black with #D8502C
Text Example
Text Example
White with #D8502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8502C; }
p { color: rgb(216,80,44); }
H1.HeaderClassName
{
color: #D8502C;
}
.AnyTagClassName
{
color: #D8502C;
}
</style>
background-color css
<style>
a { background-color: #D8502C; }
a { background-color: rgb(216,80,44); }
div.DivClassName
{
background-color: #D8502C;
}
.BgClassName
{
background-color: #D8502C;
}
</style>
border-color css
<style>
span { border-color: #D8502C; }
span { border-color: rgb(216,80,44); }
td.TdClassName
{
border-color: #D8502C;
}
.TagClassName
{
border-color: #D8502C;
}
</style>