Shades of Bright Red #8E232E
Tints of Bright Red #8E232E
RGB
CMYK
RGB Variations
Color information
#8E232E (or 0x8E232E) is known color: Bright Red. HEX triplet: 8E, 23 and 2E. RGB value is (142,35,46). Sum of RGB (Red+Green+Blue) = 142+35+46=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E232E is #71DCD1. Grayscale: #444444. Windows color (decimal): -7462098 or 3023758. OLE color: 3023758.
HSL color Cylindrical-coordinate representation of color #8E232E: hue angle of 353.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E232E is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 46 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.44 |
| HSL | 353.83º | 0.6% | 0.35% | - |
| HSV(B) | 353.83º | 0.75% | 0.56% | - |
| XYZ | 12.25 | 7.15 | 3.32 | - |
| YUV | 68.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 46 | 0 | 0.75 | 0.68 | 0.44 | 353.83 | 0.6 | 0.35 |
| Hex | 8E | 23 | 2E | 0 | 4B | 44 | 2C | 162 | 3C | 23 |
| Octal | 216 | 43 | 56 | 0 | 113 | 104 | 54 | 542 | 74 | 43 |
| Binary | 10001110 | 100011 | 101110 | 0 | 1001011 | 1000100 | 101100 | 101100010 | 111100 | 100011 |
Color Harmonies of #8E232E
Complementary color
Monochromatic Colors of #8E232E
Black with #8E232E
Text Example
Text Example
White with #8E232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E232E; }
p { color: rgb(142,35,46); }
H1.HeaderClassName
{
color: #8E232E;
}
.AnyTagClassName
{
color: #8E232E;
}
</style>
background-color css
<style>
a { background-color: #8E232E; }
a { background-color: rgb(142,35,46); }
div.DivClassName
{
background-color: #8E232E;
}
.BgClassName
{
background-color: #8E232E;
}
</style>
border-color css
<style>
span { border-color: #8E232E; }
span { border-color: rgb(142,35,46); }
td.TdClassName
{
border-color: #8E232E;
}
.TagClassName
{
border-color: #8E232E;
}
</style>