Shades of Bright Red #8E2830
Tints of Bright Red #8E2830
RGB
CMYK
RGB Variations
Color information
#8E2830 (or 0x8E2830) is known color: Bright Red. HEX triplet: 8E, 28 and 30. RGB value is (142,40,48). Sum of RGB (Red+Green+Blue) = 142+40+48=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2830 is #71D7CF. Grayscale: #474747. Windows color (decimal): -7460816 or 3156110. OLE color: 3156110.
HSL color Cylindrical-coordinate representation of color #8E2830: hue angle of 355.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2830 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 48 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.44 |
| HSL | 355.29º | 0.56% | 0.36% | - |
| HSV(B) | 355.29º | 0.72% | 0.56% | - |
| XYZ | 12.45 | 7.48 | 3.58 | - |
| YUV | 71.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 48 | 0 | 0.72 | 0.66 | 0.44 | 355.29 | 0.56 | 0.36 |
| Hex | 8E | 28 | 30 | 0 | 48 | 42 | 2C | 163 | 38 | 24 |
| Octal | 216 | 50 | 60 | 0 | 110 | 102 | 54 | 543 | 70 | 44 |
| Binary | 10001110 | 101000 | 110000 | 0 | 1001000 | 1000010 | 101100 | 101100011 | 111000 | 100100 |
Color Harmonies of #8E2830
Complementary color
Monochromatic Colors of #8E2830
Black with #8E2830
Text Example
Text Example
White with #8E2830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2830; }
p { color: rgb(142,40,48); }
H1.HeaderClassName
{
color: #8E2830;
}
.AnyTagClassName
{
color: #8E2830;
}
</style>
background-color css
<style>
a { background-color: #8E2830; }
a { background-color: rgb(142,40,48); }
div.DivClassName
{
background-color: #8E2830;
}
.BgClassName
{
background-color: #8E2830;
}
</style>
border-color css
<style>
span { border-color: #8E2830; }
span { border-color: rgb(142,40,48); }
td.TdClassName
{
border-color: #8E2830;
}
.TagClassName
{
border-color: #8E2830;
}
</style>