Shades of Bright Red #8E2D32
Tints of Bright Red #8E2D32
RGB
CMYK
RGB Variations
Color information
#8E2D32 (or 0x8E2D32) is known color: Bright Red. HEX triplet: 8E, 2D and 32. RGB value is (142,45,50). Sum of RGB (Red+Green+Blue) = 142+45+50=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D32 is #71D2CD. Grayscale: #4A4A4A. Windows color (decimal): -7459534 or 3288462. OLE color: 3288462.
HSL color Cylindrical-coordinate representation of color #8E2D32: hue angle of 356.91º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D32 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 50 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.44 |
| HSL | 356.91º | 0.52% | 0.37% | - |
| HSV(B) | 356.91º | 0.68% | 0.56% | - |
| XYZ | 12.67 | 7.86 | 3.87 | - |
| YUV | 74.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 50 | 0 | 0.68 | 0.65 | 0.44 | 356.91 | 0.52 | 0.37 |
| Hex | 8E | 2D | 32 | 0 | 44 | 41 | 2C | 165 | 34 | 25 |
| Octal | 216 | 55 | 62 | 0 | 104 | 101 | 54 | 545 | 64 | 45 |
| Binary | 10001110 | 101101 | 110010 | 0 | 1000100 | 1000001 | 101100 | 101100101 | 110100 | 100101 |
Color Harmonies of #8E2D32
Complementary color
Monochromatic Colors of #8E2D32
Black with #8E2D32
Text Example
Text Example
White with #8E2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D32; }
p { color: rgb(142,45,50); }
H1.HeaderClassName
{
color: #8E2D32;
}
.AnyTagClassName
{
color: #8E2D32;
}
</style>
background-color css
<style>
a { background-color: #8E2D32; }
a { background-color: rgb(142,45,50); }
div.DivClassName
{
background-color: #8E2D32;
}
.BgClassName
{
background-color: #8E2D32;
}
</style>
border-color css
<style>
span { border-color: #8E2D32; }
span { border-color: rgb(142,45,50); }
td.TdClassName
{
border-color: #8E2D32;
}
.TagClassName
{
border-color: #8E2D32;
}
</style>