Shades of Bright Red #8E2130
Tints of Bright Red #8E2130
RGB
CMYK
RGB Variations
Color information
#8E2130 (or 0x8E2130) is known color: Bright Red. HEX triplet: 8E, 21 and 30. RGB value is (142,33,48). Sum of RGB (Red+Green+Blue) = 142+33+48=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2130 is #71DECF. Grayscale: #434343. Windows color (decimal): -7462608 or 3154318. OLE color: 3154318.
HSL color Cylindrical-coordinate representation of color #8E2130: hue angle of 351.74º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2130 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 48 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.44 |
| HSL | 351.74º | 0.62% | 0.34% | - |
| HSV(B) | 351.74º | 0.77% | 0.56% | - |
| XYZ | 12.23 | 7.05 | 3.51 | - |
| YUV | 67.3 | 117.11 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 48 | 0 | 0.77 | 0.66 | 0.44 | 351.74 | 0.62 | 0.34 |
| Hex | 8E | 21 | 30 | 0 | 4D | 42 | 2C | 160 | 3E | 22 |
| Octal | 216 | 41 | 60 | 0 | 115 | 102 | 54 | 540 | 76 | 42 |
| Binary | 10001110 | 100001 | 110000 | 0 | 1001101 | 1000010 | 101100 | 101100000 | 111110 | 100010 |
Color Harmonies of #8E2130
Complementary color
Monochromatic Colors of #8E2130
Black with #8E2130
Text Example
Text Example
White with #8E2130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2130; }
p { color: rgb(142,33,48); }
H1.HeaderClassName
{
color: #8E2130;
}
.AnyTagClassName
{
color: #8E2130;
}
</style>
background-color css
<style>
a { background-color: #8E2130; }
a { background-color: rgb(142,33,48); }
div.DivClassName
{
background-color: #8E2130;
}
.BgClassName
{
background-color: #8E2130;
}
</style>
border-color css
<style>
span { border-color: #8E2130; }
span { border-color: rgb(142,33,48); }
td.TdClassName
{
border-color: #8E2130;
}
.TagClassName
{
border-color: #8E2130;
}
</style>