Shades of Bright Red #8F192E
Tints of Bright Red #8F192E
RGB
CMYK
RGB Variations
Color information
#8F192E (or 0x8F192E) is known color: Bright Red. HEX triplet: 8F, 19 and 2E. RGB value is (143,25,46). Sum of RGB (Red+Green+Blue) = 143+25+46=214 (28% of max value = 765). Red value is 143 (56.25% from 255 or 66.82% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 143 - color contains mainly: red. Hex color #8F192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F192E is #70E6D1. Grayscale: #3E3E3E. Windows color (decimal): -7399122 or 3021199. OLE color: 3021199.
HSL color Cylindrical-coordinate representation of color #8F192E: hue angle of 349.32º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F192E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 46 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.44 |
| HSL | 349.32º | 0.7% | 0.33% | - |
| HSV(B) | 349.32º | 0.83% | 0.56% | - |
| XYZ | 12.17 | 6.73 | 3.24 | - |
| YUV | 62.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 46 | 0 | 0.83 | 0.68 | 0.44 | 349.32 | 0.7 | 0.33 |
| Hex | 8F | 19 | 2E | 0 | 53 | 44 | 2C | 15D | 46 | 21 |
| Octal | 217 | 31 | 56 | 0 | 123 | 104 | 54 | 535 | 106 | 41 |
| Binary | 10001111 | 11001 | 101110 | 0 | 1010011 | 1000100 | 101100 | 101011101 | 1000110 | 100001 |
Color Harmonies of #8F192E
Complementary color
Monochromatic Colors of #8F192E
Black with #8F192E
Text Example
Text Example
White with #8F192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F192E; }
p { color: rgb(143,25,46); }
H1.HeaderClassName
{
color: #8F192E;
}
.AnyTagClassName
{
color: #8F192E;
}
</style>
background-color css
<style>
a { background-color: #8F192E; }
a { background-color: rgb(143,25,46); }
div.DivClassName
{
background-color: #8F192E;
}
.BgClassName
{
background-color: #8F192E;
}
</style>
border-color css
<style>
span { border-color: #8F192E; }
span { border-color: rgb(143,25,46); }
td.TdClassName
{
border-color: #8F192E;
}
.TagClassName
{
border-color: #8F192E;
}
</style>