Shades of Bright Red #8E2931
Tints of Bright Red #8E2931
RGB
CMYK
RGB Variations
Color information
#8E2931 (or 0x8E2931) is known color: Bright Red. HEX triplet: 8E, 29 and 31. RGB value is (142,41,49). Sum of RGB (Red+Green+Blue) = 142+41+49=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2931 is #71D6CE. Grayscale: #484848. Windows color (decimal): -7460559 or 3221902. OLE color: 3221902.
HSL color Cylindrical-coordinate representation of color #8E2931: hue angle of 355.25º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E2931 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 41 | 49 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.44 |
| HSL | 355.25º | 0.55% | 0.36% | - |
| HSV(B) | 355.25º | 0.71% | 0.56% | - |
| XYZ | 12.5 | 7.56 | 3.71 | - |
| YUV | 72.11 | 114.96 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 41 | 49 | 0 | 0.71 | 0.65 | 0.44 | 355.25 | 0.55 | 0.36 |
| Hex | 8E | 29 | 31 | 0 | 47 | 41 | 2C | 163 | 37 | 24 |
| Octal | 216 | 51 | 61 | 0 | 107 | 101 | 54 | 543 | 67 | 44 |
| Binary | 10001110 | 101001 | 110001 | 0 | 1000111 | 1000001 | 101100 | 101100011 | 110111 | 100100 |
Color Harmonies of #8E2931
Complementary color
Monochromatic Colors of #8E2931
Black with #8E2931
Text Example
Text Example
White with #8E2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2931; }
p { color: rgb(142,41,49); }
H1.HeaderClassName
{
color: #8E2931;
}
.AnyTagClassName
{
color: #8E2931;
}
</style>
background-color css
<style>
a { background-color: #8E2931; }
a { background-color: rgb(142,41,49); }
div.DivClassName
{
background-color: #8E2931;
}
.BgClassName
{
background-color: #8E2931;
}
</style>
border-color css
<style>
span { border-color: #8E2931; }
span { border-color: rgb(142,41,49); }
td.TdClassName
{
border-color: #8E2931;
}
.TagClassName
{
border-color: #8E2931;
}
</style>