Shades of Flame Red #8E1D1F
Tints of Flame Red #8E1D1F
RGB
CMYK
RGB Variations
Color information
#8E1D1F (or 0x8E1D1F) is known color: Flame Red. HEX triplet: 8E, 1D and 1F. RGB value is (142,29,31). Sum of RGB (Red+Green+Blue) = 142+29+31=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D1F is #71E2E0. Grayscale: #3F3F3F. Windows color (decimal): -7463649 or 2039182. OLE color: 2039182.
HSL color Cylindrical-coordinate representation of color #8E1D1F: hue angle of 358.94º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 31 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.44 |
| HSL | 358.94º | 0.66% | 0.34% | - |
| HSV(B) | 358.94º | 0.8% | 0.56% | - |
| XYZ | 11.84 | 6.73 | 1.97 | - |
| YUV | 63.02 | 109.94 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 31 | 0 | 0.80 | 0.78 | 0.44 | 358.94 | 0.66 | 0.34 |
| Hex | 8E | 1D | 1F | 0 | 50 | 4E | 2C | 167 | 42 | 22 |
| Octal | 216 | 35 | 37 | 0 | 120 | 116 | 54 | 547 | 102 | 42 |
| Binary | 10001110 | 11101 | 11111 | 0 | 1010000 | 1001110 | 101100 | 101100111 | 1000010 | 100010 |
Color Harmonies of #8E1D1F
Complementary color
Monochromatic Colors of #8E1D1F
Black with #8E1D1F
Text Example
Text Example
White with #8E1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D1F; }
p { color: rgb(142,29,31); }
H1.HeaderClassName
{
color: #8E1D1F;
}
.AnyTagClassName
{
color: #8E1D1F;
}
</style>
background-color css
<style>
a { background-color: #8E1D1F; }
a { background-color: rgb(142,29,31); }
div.DivClassName
{
background-color: #8E1D1F;
}
.BgClassName
{
background-color: #8E1D1F;
}
</style>
border-color css
<style>
span { border-color: #8E1D1F; }
span { border-color: rgb(142,29,31); }
td.TdClassName
{
border-color: #8E1D1F;
}
.TagClassName
{
border-color: #8E1D1F;
}
</style>