Shades of Bright Red #8E2636
Tints of Bright Red #8E2636
RGB
CMYK
RGB Variations
Color information
#8E2636 (or 0x8E2636) is known color: Bright Red. HEX triplet: 8E, 26 and 36. RGB value is (142,38,54). Sum of RGB (Red+Green+Blue) = 142+38+54=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2636 is #71D9C9. Grayscale: #464646. Windows color (decimal): -7461322 or 3548814. OLE color: 3548814.
HSL color Cylindrical-coordinate representation of color #8E2636: hue angle of 350.77º 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 #8E2636 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 54 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.44 |
| HSL | 350.77º | 0.58% | 0.35% | - |
| HSV(B) | 350.77º | 0.73% | 0.56% | - |
| XYZ | 12.51 | 7.4 | 4.26 | - |
| YUV | 70.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 54 | 0 | 0.73 | 0.62 | 0.44 | 350.77 | 0.58 | 0.35 |
| Hex | 8E | 26 | 36 | 0 | 49 | 3E | 2C | 15F | 3A | 23 |
| Octal | 216 | 46 | 66 | 0 | 111 | 76 | 54 | 537 | 72 | 43 |
| Binary | 10001110 | 100110 | 110110 | 0 | 1001001 | 111110 | 101100 | 101011111 | 111010 | 100011 |
Color Harmonies of #8E2636
Complementary color
Monochromatic Colors of #8E2636
Black with #8E2636
Text Example
Text Example
White with #8E2636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2636; }
p { color: rgb(142,38,54); }
H1.HeaderClassName
{
color: #8E2636;
}
.AnyTagClassName
{
color: #8E2636;
}
</style>
background-color css
<style>
a { background-color: #8E2636; }
a { background-color: rgb(142,38,54); }
div.DivClassName
{
background-color: #8E2636;
}
.BgClassName
{
background-color: #8E2636;
}
</style>
border-color css
<style>
span { border-color: #8E2636; }
span { border-color: rgb(142,38,54); }
td.TdClassName
{
border-color: #8E2636;
}
.TagClassName
{
border-color: #8E2636;
}
</style>