Shades of Bright Red #8E2633
Tints of Bright Red #8E2633
RGB
CMYK
RGB Variations
Color information
#8E2633 (or 0x8E2633) is known color: Bright Red. HEX triplet: 8E, 26 and 33. RGB value is (142,38,51). Sum of RGB (Red+Green+Blue) = 142+38+51=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2633 is #71D9CC. Grayscale: #464646. Windows color (decimal): -7461325 or 3352206. OLE color: 3352206.
HSL color Cylindrical-coordinate representation of color #8E2633: hue angle of 352.5º 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 #8E2633 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 51 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.44 |
| HSL | 352.5º | 0.58% | 0.35% | - |
| HSV(B) | 352.5º | 0.73% | 0.56% | - |
| XYZ | 12.45 | 7.38 | 3.9 | - |
| YUV | 70.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 51 | 0 | 0.73 | 0.64 | 0.44 | 352.5 | 0.58 | 0.35 |
| Hex | 8E | 26 | 33 | 0 | 49 | 40 | 2C | 160 | 3A | 23 |
| Octal | 216 | 46 | 63 | 0 | 111 | 100 | 54 | 540 | 72 | 43 |
| Binary | 10001110 | 100110 | 110011 | 0 | 1001001 | 1000000 | 101100 | 101100000 | 111010 | 100011 |
Color Harmonies of #8E2633
Complementary color
Monochromatic Colors of #8E2633
Black with #8E2633
Text Example
Text Example
White with #8E2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2633; }
p { color: rgb(142,38,51); }
H1.HeaderClassName
{
color: #8E2633;
}
.AnyTagClassName
{
color: #8E2633;
}
</style>
background-color css
<style>
a { background-color: #8E2633; }
a { background-color: rgb(142,38,51); }
div.DivClassName
{
background-color: #8E2633;
}
.BgClassName
{
background-color: #8E2633;
}
</style>
border-color css
<style>
span { border-color: #8E2633; }
span { border-color: rgb(142,38,51); }
td.TdClassName
{
border-color: #8E2633;
}
.TagClassName
{
border-color: #8E2633;
}
</style>