Shades of Bright Red #8E2832
Tints of Bright Red #8E2832
RGB
CMYK
RGB Variations
Color information
#8E2832 (or 0x8E2832) is known color: Bright Red. HEX triplet: 8E, 28 and 32. RGB value is (142,40,50). Sum of RGB (Red+Green+Blue) = 142+40+50=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2832 is #71D7CD. Grayscale: #474747. Windows color (decimal): -7460814 or 3287182. OLE color: 3287182.
HSL color Cylindrical-coordinate representation of color #8E2832: hue angle of 354.12º 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 #8E2832 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 50 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.44 |
| HSL | 354.12º | 0.56% | 0.36% | - |
| HSV(B) | 354.12º | 0.72% | 0.56% | - |
| XYZ | 12.49 | 7.5 | 3.81 | - |
| YUV | 71.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 50 | 0 | 0.72 | 0.65 | 0.44 | 354.12 | 0.56 | 0.36 |
| Hex | 8E | 28 | 32 | 0 | 48 | 41 | 2C | 162 | 38 | 24 |
| Octal | 216 | 50 | 62 | 0 | 110 | 101 | 54 | 542 | 70 | 44 |
| Binary | 10001110 | 101000 | 110010 | 0 | 1001000 | 1000001 | 101100 | 101100010 | 111000 | 100100 |
Color Harmonies of #8E2832
Complementary color
Monochromatic Colors of #8E2832
Black with #8E2832
Text Example
Text Example
White with #8E2832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2832; }
p { color: rgb(142,40,50); }
H1.HeaderClassName
{
color: #8E2832;
}
.AnyTagClassName
{
color: #8E2832;
}
</style>
background-color css
<style>
a { background-color: #8E2832; }
a { background-color: rgb(142,40,50); }
div.DivClassName
{
background-color: #8E2832;
}
.BgClassName
{
background-color: #8E2832;
}
</style>
border-color css
<style>
span { border-color: #8E2832; }
span { border-color: rgb(142,40,50); }
td.TdClassName
{
border-color: #8E2832;
}
.TagClassName
{
border-color: #8E2832;
}
</style>