Shades of Bright Red #8E2A2E
Tints of Bright Red #8E2A2E
RGB
CMYK
RGB Variations
Color information
#8E2A2E (or 0x8E2A2E) is known color: Bright Red. HEX triplet: 8E, 2A and 2E. RGB value is (142,42,46). Sum of RGB (Red+Green+Blue) = 142+42+46=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A2E is #71D5D1. Grayscale: #484848. Windows color (decimal): -7460306 or 3025550. OLE color: 3025550.
HSL color Cylindrical-coordinate representation of color #8E2A2E: hue angle of 357.6º 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 #8E2A2E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 42 | 46 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.44 |
| HSL | 357.6º | 0.54% | 0.36% | - |
| HSV(B) | 357.6º | 0.7% | 0.56% | - |
| XYZ | 12.48 | 7.6 | 3.39 | - |
| YUV | 72.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 46 | 0 | 0.70 | 0.68 | 0.44 | 357.6 | 0.54 | 0.36 |
| Hex | 8E | 2A | 2E | 0 | 46 | 44 | 2C | 166 | 36 | 24 |
| Octal | 216 | 52 | 56 | 0 | 106 | 104 | 54 | 546 | 66 | 44 |
| Binary | 10001110 | 101010 | 101110 | 0 | 1000110 | 1000100 | 101100 | 101100110 | 110110 | 100100 |
Color Harmonies of #8E2A2E
Complementary color
Monochromatic Colors of #8E2A2E
Black with #8E2A2E
Text Example
Text Example
White with #8E2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2A2E; }
p { color: rgb(142,42,46); }
H1.HeaderClassName
{
color: #8E2A2E;
}
.AnyTagClassName
{
color: #8E2A2E;
}
</style>
background-color css
<style>
a { background-color: #8E2A2E; }
a { background-color: rgb(142,42,46); }
div.DivClassName
{
background-color: #8E2A2E;
}
.BgClassName
{
background-color: #8E2A2E;
}
</style>
border-color css
<style>
span { border-color: #8E2A2E; }
span { border-color: rgb(142,42,46); }
td.TdClassName
{
border-color: #8E2A2E;
}
.TagClassName
{
border-color: #8E2A2E;
}
</style>