Shades of Bright Red #8E222D
Tints of Bright Red #8E222D
RGB
CMYK
RGB Variations
Color information
#8E222D (or 0x8E222D) is known color: Bright Red. HEX triplet: 8E, 22 and 2D. RGB value is (142,34,45). Sum of RGB (Red+Green+Blue) = 142+34+45=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E222D is #71DDD2. Grayscale: #434343. Windows color (decimal): -7462355 or 2957966. OLE color: 2957966.
HSL color Cylindrical-coordinate representation of color #8E222D: hue angle of 353.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E222D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 45 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.44 |
| HSL | 353.89º | 0.61% | 0.35% | - |
| HSV(B) | 353.89º | 0.76% | 0.56% | - |
| XYZ | 12.2 | 7.08 | 3.21 | - |
| YUV | 67.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 45 | 0 | 0.76 | 0.68 | 0.44 | 353.89 | 0.61 | 0.35 |
| Hex | 8E | 22 | 2D | 0 | 4C | 44 | 2C | 162 | 3D | 23 |
| Octal | 216 | 42 | 55 | 0 | 114 | 104 | 54 | 542 | 75 | 43 |
| Binary | 10001110 | 100010 | 101101 | 0 | 1001100 | 1000100 | 101100 | 101100010 | 111101 | 100011 |
Color Harmonies of #8E222D
Complementary color
Monochromatic Colors of #8E222D
Black with #8E222D
Text Example
Text Example
White with #8E222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E222D; }
p { color: rgb(142,34,45); }
H1.HeaderClassName
{
color: #8E222D;
}
.AnyTagClassName
{
color: #8E222D;
}
</style>
background-color css
<style>
a { background-color: #8E222D; }
a { background-color: rgb(142,34,45); }
div.DivClassName
{
background-color: #8E222D;
}
.BgClassName
{
background-color: #8E222D;
}
</style>
border-color css
<style>
span { border-color: #8E222D; }
span { border-color: rgb(142,34,45); }
td.TdClassName
{
border-color: #8E222D;
}
.TagClassName
{
border-color: #8E222D;
}
</style>