Shades of Bright Red #8E272D
Tints of Bright Red #8E272D
RGB
CMYK
RGB Variations
Color information
#8E272D (or 0x8E272D) is known color: Bright Red. HEX triplet: 8E, 27 and 2D. RGB value is (142,39,45). Sum of RGB (Red+Green+Blue) = 142+39+45=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E272D is #71D8D2. Grayscale: #464646. Windows color (decimal): -7461075 or 2959246. OLE color: 2959246.
HSL color Cylindrical-coordinate representation of color #8E272D: hue angle of 356.5º degrees, saturation: 0.57, 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 #8E272D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 39 | 45 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.44 |
| HSL | 356.5º | 0.57% | 0.35% | - |
| HSV(B) | 356.5º | 0.73% | 0.56% | - |
| XYZ | 12.35 | 7.39 | 3.26 | - |
| YUV | 70.48 | 113.62 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 39 | 45 | 0 | 0.73 | 0.68 | 0.44 | 356.5 | 0.57 | 0.35 |
| Hex | 8E | 27 | 2D | 0 | 49 | 44 | 2C | 165 | 39 | 23 |
| Octal | 216 | 47 | 55 | 0 | 111 | 104 | 54 | 545 | 71 | 43 |
| Binary | 10001110 | 100111 | 101101 | 0 | 1001001 | 1000100 | 101100 | 101100101 | 111001 | 100011 |
Color Harmonies of #8E272D
Complementary color
Monochromatic Colors of #8E272D
Black with #8E272D
Text Example
Text Example
White with #8E272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E272D; }
p { color: rgb(142,39,45); }
H1.HeaderClassName
{
color: #8E272D;
}
.AnyTagClassName
{
color: #8E272D;
}
</style>
background-color css
<style>
a { background-color: #8E272D; }
a { background-color: rgb(142,39,45); }
div.DivClassName
{
background-color: #8E272D;
}
.BgClassName
{
background-color: #8E272D;
}
</style>
border-color css
<style>
span { border-color: #8E272D; }
span { border-color: rgb(142,39,45); }
td.TdClassName
{
border-color: #8E272D;
}
.TagClassName
{
border-color: #8E272D;
}
</style>