Shades of Bright Red #8E2634
Tints of Bright Red #8E2634
RGB
CMYK
RGB Variations
Color information
#8E2634 (or 0x8E2634) is known color: Bright Red. HEX triplet: 8E, 26 and 34. RGB value is (142,38,52). Sum of RGB (Red+Green+Blue) = 142+38+52=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2634 is #71D9CB. Grayscale: #464646. Windows color (decimal): -7461324 or 3417742. OLE color: 3417742.
HSL color Cylindrical-coordinate representation of color #8E2634: hue angle of 351.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2634 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 52 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.44 |
| HSL | 351.92º | 0.58% | 0.35% | - |
| HSV(B) | 351.92º | 0.73% | 0.56% | - |
| XYZ | 12.47 | 7.38 | 4.02 | - |
| YUV | 70.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 52 | 0 | 0.73 | 0.63 | 0.44 | 351.92 | 0.58 | 0.35 |
| Hex | 8E | 26 | 34 | 0 | 49 | 3F | 2C | 160 | 3A | 23 |
| Octal | 216 | 46 | 64 | 0 | 111 | 77 | 54 | 540 | 72 | 43 |
| Binary | 10001110 | 100110 | 110100 | 0 | 1001001 | 111111 | 101100 | 101100000 | 111010 | 100011 |
Color Harmonies of #8E2634
Complementary color
Monochromatic Colors of #8E2634
Black with #8E2634
Text Example
Text Example
White with #8E2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2634; }
p { color: rgb(142,38,52); }
H1.HeaderClassName
{
color: #8E2634;
}
.AnyTagClassName
{
color: #8E2634;
}
</style>
background-color css
<style>
a { background-color: #8E2634; }
a { background-color: rgb(142,38,52); }
div.DivClassName
{
background-color: #8E2634;
}
.BgClassName
{
background-color: #8E2634;
}
</style>
border-color css
<style>
span { border-color: #8E2634; }
span { border-color: rgb(142,38,52); }
td.TdClassName
{
border-color: #8E2634;
}
.TagClassName
{
border-color: #8E2634;
}
</style>