Shades of Flame Red #8E1B29
Tints of Flame Red #8E1B29
RGB
CMYK
RGB Variations
Color information
#8E1B29 (or 0x8E1B29) is known color: Flame Red. HEX triplet: 8E, 1B and 29. RGB value is (142,27,41). Sum of RGB (Red+Green+Blue) = 142+27+41=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B29 is #71E4D6. Grayscale: #3F3F3F. Windows color (decimal): -7464151 or 2694030. OLE color: 2694030.
HSL color Cylindrical-coordinate representation of color #8E1B29: hue angle of 352.7º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E1B29 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 27 | 41 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.44 |
| HSL | 352.7º | 0.68% | 0.33% | - |
| HSV(B) | 352.7º | 0.81% | 0.56% | - |
| XYZ | 11.95 | 6.69 | 2.76 | - |
| YUV | 62.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 27 | 41 | 0 | 0.81 | 0.71 | 0.44 | 352.7 | 0.68 | 0.33 |
| Hex | 8E | 1B | 29 | 0 | 51 | 47 | 2C | 161 | 44 | 21 |
| Octal | 216 | 33 | 51 | 0 | 121 | 107 | 54 | 541 | 104 | 41 |
| Binary | 10001110 | 11011 | 101001 | 0 | 1010001 | 1000111 | 101100 | 101100001 | 1000100 | 100001 |
Color Harmonies of #8E1B29
Complementary color
Monochromatic Colors of #8E1B29
Black with #8E1B29
Text Example
Text Example
White with #8E1B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1B29; }
p { color: rgb(142,27,41); }
H1.HeaderClassName
{
color: #8E1B29;
}
.AnyTagClassName
{
color: #8E1B29;
}
</style>
background-color css
<style>
a { background-color: #8E1B29; }
a { background-color: rgb(142,27,41); }
div.DivClassName
{
background-color: #8E1B29;
}
.BgClassName
{
background-color: #8E1B29;
}
</style>
border-color css
<style>
span { border-color: #8E1B29; }
span { border-color: rgb(142,27,41); }
td.TdClassName
{
border-color: #8E1B29;
}
.TagClassName
{
border-color: #8E1B29;
}
</style>