Shades of Chilean Fire #D8502A
Tints of Chilean Fire #D8502A
RGB
CMYK
RGB Variations
Color information
#D8502A (or 0xD8502A) is known color: Chilean Fire. HEX triplet: D8, 50 and 2A. RGB value is (216,80,42). Sum of RGB (Red+Green+Blue) = 216+80+42=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D8502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8502A is #27AFD5. Grayscale: #747474. Windows color (decimal): -2600918 or 2773208. OLE color: 2773208.
HSL color Cylindrical-coordinate representation of color #D8502A: hue angle of 13.1º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8502A is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 80 | 42 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.15 |
| HSL | 13.1º | 0.69% | 0.51% | - |
| HSV(B) | 13.1º | 0.81% | 0.85% | - |
| XYZ | 31.61 | 20.5 | 4.48 | - |
| YUV | 116.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 80 | 42 | 0 | 0.63 | 0.81 | 0.15 | 13.1 | 0.69 | 0.51 |
| Hex | D8 | 50 | 2A | 0 | 3F | 51 | F | D | 45 | 33 |
| Octal | 330 | 120 | 52 | 0 | 77 | 121 | 17 | 15 | 105 | 63 |
| Binary | 11011000 | 1010000 | 101010 | 0 | 111111 | 1010001 | 1111 | 1101 | 1000101 | 110011 |
Color Harmonies of #D8502A
Complementary color
Monochromatic Colors of #D8502A
Black with #D8502A
Text Example
Text Example
White with #D8502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8502A; }
p { color: rgb(216,80,42); }
H1.HeaderClassName
{
color: #D8502A;
}
.AnyTagClassName
{
color: #D8502A;
}
</style>
background-color css
<style>
a { background-color: #D8502A; }
a { background-color: rgb(216,80,42); }
div.DivClassName
{
background-color: #D8502A;
}
.BgClassName
{
background-color: #D8502A;
}
</style>
border-color css
<style>
span { border-color: #D8502A; }
span { border-color: rgb(216,80,42); }
td.TdClassName
{
border-color: #D8502A;
}
.TagClassName
{
border-color: #D8502A;
}
</style>