Shades of Bright Red #8E232F
Tints of Bright Red #8E232F
RGB
CMYK
RGB Variations
Color information
#8E232F (or 0x8E232F) is known color: Bright Red. HEX triplet: 8E, 23 and 2F. RGB value is (142,35,47). Sum of RGB (Red+Green+Blue) = 142+35+47=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E232F is #71DCD0. Grayscale: #444444. Windows color (decimal): -7462097 or 3089294. OLE color: 3089294.
HSL color Cylindrical-coordinate representation of color #8E232F: hue angle of 353.27º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E232F is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 47 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.44 |
| HSL | 353.27º | 0.6% | 0.35% | - |
| HSV(B) | 353.27º | 0.75% | 0.56% | - |
| XYZ | 12.27 | 7.16 | 3.42 | - |
| YUV | 68.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 47 | 0 | 0.75 | 0.67 | 0.44 | 353.27 | 0.6 | 0.35 |
| Hex | 8E | 23 | 2F | 0 | 4B | 43 | 2C | 161 | 3C | 23 |
| Octal | 216 | 43 | 57 | 0 | 113 | 103 | 54 | 541 | 74 | 43 |
| Binary | 10001110 | 100011 | 101111 | 0 | 1001011 | 1000011 | 101100 | 101100001 | 111100 | 100011 |
Color Harmonies of #8E232F
Complementary color
Monochromatic Colors of #8E232F
Black with #8E232F
Text Example
Text Example
White with #8E232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E232F; }
p { color: rgb(142,35,47); }
H1.HeaderClassName
{
color: #8E232F;
}
.AnyTagClassName
{
color: #8E232F;
}
</style>
background-color css
<style>
a { background-color: #8E232F; }
a { background-color: rgb(142,35,47); }
div.DivClassName
{
background-color: #8E232F;
}
.BgClassName
{
background-color: #8E232F;
}
</style>
border-color css
<style>
span { border-color: #8E232F; }
span { border-color: rgb(142,35,47); }
td.TdClassName
{
border-color: #8E232F;
}
.TagClassName
{
border-color: #8E232F;
}
</style>