Shades of Flame Red #8E1C2A
Tints of Flame Red #8E1C2A
RGB
CMYK
RGB Variations
Color information
#8E1C2A (or 0x8E1C2A) is known color: Flame Red. HEX triplet: 8E, 1C and 2A. RGB value is (142,28,42). Sum of RGB (Red+Green+Blue) = 142+28+42=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C2A is #71E3D5. Grayscale: #3F3F3F. Windows color (decimal): -7463894 or 2759822. OLE color: 2759822.
HSL color Cylindrical-coordinate representation of color #8E1C2A: hue angle of 352.63º 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 #8E1C2A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 28 | 42 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.44 |
| HSL | 352.63º | 0.67% | 0.33% | - |
| HSV(B) | 352.63º | 0.8% | 0.56% | - |
| XYZ | 11.99 | 6.75 | 2.86 | - |
| YUV | 63.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 28 | 42 | 0 | 0.80 | 0.70 | 0.44 | 352.63 | 0.67 | 0.33 |
| Hex | 8E | 1C | 2A | 0 | 50 | 46 | 2C | 161 | 43 | 21 |
| Octal | 216 | 34 | 52 | 0 | 120 | 106 | 54 | 541 | 103 | 41 |
| Binary | 10001110 | 11100 | 101010 | 0 | 1010000 | 1000110 | 101100 | 101100001 | 1000011 | 100001 |
Color Harmonies of #8E1C2A
Complementary color
Monochromatic Colors of #8E1C2A
Black with #8E1C2A
Text Example
Text Example
White with #8E1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1C2A; }
p { color: rgb(142,28,42); }
H1.HeaderClassName
{
color: #8E1C2A;
}
.AnyTagClassName
{
color: #8E1C2A;
}
</style>
background-color css
<style>
a { background-color: #8E1C2A; }
a { background-color: rgb(142,28,42); }
div.DivClassName
{
background-color: #8E1C2A;
}
.BgClassName
{
background-color: #8E1C2A;
}
</style>
border-color css
<style>
span { border-color: #8E1C2A; }
span { border-color: rgb(142,28,42); }
td.TdClassName
{
border-color: #8E1C2A;
}
.TagClassName
{
border-color: #8E1C2A;
}
</style>