Shades of Flame Red #8E2425
Tints of Flame Red #8E2425
RGB
CMYK
RGB Variations
Color information
#8E2425 (or 0x8E2425) is known color: Flame Red. HEX triplet: 8E, 24 and 25. RGB value is (142,36,37). Sum of RGB (Red+Green+Blue) = 142+36+37=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2425 is #71DBDA. Grayscale: #434343. Windows color (decimal): -7461851 or 2434190. OLE color: 2434190.
HSL color Cylindrical-coordinate representation of color #8E2425: hue angle of 359.43º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2425 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 36 | 37 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.44 |
| HSL | 359.43º | 0.6% | 0.35% | - |
| HSV(B) | 359.43º | 0.75% | 0.56% | - |
| XYZ | 12.12 | 7.15 | 2.49 | - |
| YUV | 67.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 37 | 0 | 0.75 | 0.74 | 0.44 | 359.43 | 0.6 | 0.35 |
| Hex | 8E | 24 | 25 | 0 | 4B | 4A | 2C | 167 | 3C | 23 |
| Octal | 216 | 44 | 45 | 0 | 113 | 112 | 54 | 547 | 74 | 43 |
| Binary | 10001110 | 100100 | 100101 | 0 | 1001011 | 1001010 | 101100 | 101100111 | 111100 | 100011 |
Color Harmonies of #8E2425
Complementary color
Monochromatic Colors of #8E2425
Black with #8E2425
Text Example
Text Example
White with #8E2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2425; }
p { color: rgb(142,36,37); }
H1.HeaderClassName
{
color: #8E2425;
}
.AnyTagClassName
{
color: #8E2425;
}
</style>
background-color css
<style>
a { background-color: #8E2425; }
a { background-color: rgb(142,36,37); }
div.DivClassName
{
background-color: #8E2425;
}
.BgClassName
{
background-color: #8E2425;
}
</style>
border-color css
<style>
span { border-color: #8E2425; }
span { border-color: rgb(142,36,37); }
td.TdClassName
{
border-color: #8E2425;
}
.TagClassName
{
border-color: #8E2425;
}
</style>