Shades of Flame Red #8E1C1F
Tints of Flame Red #8E1C1F
RGB
CMYK
RGB Variations
Color information
#8E1C1F (or 0x8E1C1F) is known color: Flame Red. HEX triplet: 8E, 1C and 1F. RGB value is (142,28,31). Sum of RGB (Red+Green+Blue) = 142+28+31=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C1F is #71E3E0. Grayscale: #3E3E3E. Windows color (decimal): -7463905 or 2038926. OLE color: 2038926.
HSL color Cylindrical-coordinate representation of color #8E1C1F: hue angle of 358.42º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C1F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 31 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.44 |
| HSL | 358.42º | 0.67% | 0.33% | - |
| HSV(B) | 358.42º | 0.8% | 0.56% | - |
| XYZ | 11.82 | 6.68 | 1.96 | - |
| YUV | 62.43 | 110.27 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 31 | 0 | 0.80 | 0.78 | 0.44 | 358.42 | 0.67 | 0.33 |
| Hex | 8E | 1C | 1F | 0 | 50 | 4E | 2C | 166 | 43 | 21 |
| Octal | 216 | 34 | 37 | 0 | 120 | 116 | 54 | 546 | 103 | 41 |
| Binary | 10001110 | 11100 | 11111 | 0 | 1010000 | 1001110 | 101100 | 101100110 | 1000011 | 100001 |
Color Harmonies of #8E1C1F
Complementary color
Monochromatic Colors of #8E1C1F
Black with #8E1C1F
Text Example
Text Example
White with #8E1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C1F; }
p { color: rgb(142,28,31); }
H1.HeaderClassName
{
color: #8E1C1F;
}
.AnyTagClassName
{
color: #8E1C1F;
}
</style>
background-color css
<style>
a { background-color: #8E1C1F; }
a { background-color: rgb(142,28,31); }
div.DivClassName
{
background-color: #8E1C1F;
}
.BgClassName
{
background-color: #8E1C1F;
}
</style>
border-color css
<style>
span { border-color: #8E1C1F; }
span { border-color: rgb(142,28,31); }
td.TdClassName
{
border-color: #8E1C1F;
}
.TagClassName
{
border-color: #8E1C1F;
}
</style>