Shades of Bright Red #8E2C34
Tints of Bright Red #8E2C34
RGB
CMYK
RGB Variations
Color information
#8E2C34 (or 0x8E2C34) is known color: Bright Red. HEX triplet: 8E, 2C and 34. RGB value is (142,44,52). Sum of RGB (Red+Green+Blue) = 142+44+52=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C34 is #71D3CB. Grayscale: #4A4A4A. Windows color (decimal): -7459788 or 3419278. OLE color: 3419278.
HSL color Cylindrical-coordinate representation of color #8E2C34: hue angle of 355.1º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C34 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 44 | 52 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.44 |
| HSL | 355.1º | 0.53% | 0.36% | - |
| HSV(B) | 355.1º | 0.69% | 0.56% | - |
| XYZ | 12.68 | 7.8 | 4.09 | - |
| YUV | 74.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 44 | 52 | 0 | 0.69 | 0.63 | 0.44 | 355.1 | 0.53 | 0.36 |
| Hex | 8E | 2C | 34 | 0 | 45 | 3F | 2C | 163 | 35 | 24 |
| Octal | 216 | 54 | 64 | 0 | 105 | 77 | 54 | 543 | 65 | 44 |
| Binary | 10001110 | 101100 | 110100 | 0 | 1000101 | 111111 | 101100 | 101100011 | 110101 | 100100 |
Color Harmonies of #8E2C34
Complementary color
Monochromatic Colors of #8E2C34
Black with #8E2C34
Text Example
Text Example
White with #8E2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2C34; }
p { color: rgb(142,44,52); }
H1.HeaderClassName
{
color: #8E2C34;
}
.AnyTagClassName
{
color: #8E2C34;
}
</style>
background-color css
<style>
a { background-color: #8E2C34; }
a { background-color: rgb(142,44,52); }
div.DivClassName
{
background-color: #8E2C34;
}
.BgClassName
{
background-color: #8E2C34;
}
</style>
border-color css
<style>
span { border-color: #8E2C34; }
span { border-color: rgb(142,44,52); }
td.TdClassName
{
border-color: #8E2C34;
}
.TagClassName
{
border-color: #8E2C34;
}
</style>