Shades of Bright Red #8E2B30
Tints of Bright Red #8E2B30
RGB
CMYK
RGB Variations
Color information
#8E2B30 (or 0x8E2B30) is known color: Bright Red. HEX triplet: 8E, 2B and 30. RGB value is (142,43,48). Sum of RGB (Red+Green+Blue) = 142+43+48=233 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.94% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B30 is #71D4CF. Grayscale: #494949. Windows color (decimal): -7460048 or 3156878. OLE color: 3156878.
HSL color Cylindrical-coordinate representation of color #8E2B30: hue angle of 356.97º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B30 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 43 | 48 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.44 |
| HSL | 356.97º | 0.54% | 0.36% | - |
| HSV(B) | 356.97º | 0.7% | 0.56% | - |
| XYZ | 12.55 | 7.69 | 3.62 | - |
| YUV | 73.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 48 | 0 | 0.70 | 0.66 | 0.44 | 356.97 | 0.54 | 0.36 |
| Hex | 8E | 2B | 30 | 0 | 46 | 42 | 2C | 165 | 36 | 24 |
| Octal | 216 | 53 | 60 | 0 | 106 | 102 | 54 | 545 | 66 | 44 |
| Binary | 10001110 | 101011 | 110000 | 0 | 1000110 | 1000010 | 101100 | 101100101 | 110110 | 100100 |
Color Harmonies of #8E2B30
Complementary color
Monochromatic Colors of #8E2B30
Black with #8E2B30
Text Example
Text Example
White with #8E2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2B30; }
p { color: rgb(142,43,48); }
H1.HeaderClassName
{
color: #8E2B30;
}
.AnyTagClassName
{
color: #8E2B30;
}
</style>
background-color css
<style>
a { background-color: #8E2B30; }
a { background-color: rgb(142,43,48); }
div.DivClassName
{
background-color: #8E2B30;
}
.BgClassName
{
background-color: #8E2B30;
}
</style>
border-color css
<style>
span { border-color: #8E2B30; }
span { border-color: rgb(142,43,48); }
td.TdClassName
{
border-color: #8E2B30;
}
.TagClassName
{
border-color: #8E2B30;
}
</style>