Shades of Bright Red #8F1F2B
Tints of Bright Red #8F1F2B
RGB
CMYK
RGB Variations
Color information
#8F1F2B (or 0x8F1F2B) is known color: Bright Red. HEX triplet: 8F, 1F and 2B. RGB value is (143,31,43). Sum of RGB (Red+Green+Blue) = 143+31+43=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F1F2B is #70E0D4. Grayscale: #414141. Windows color (decimal): -7397589 or 2826127. OLE color: 2826127.
HSL color Cylindrical-coordinate representation of color #8F1F2B: hue angle of 353.57º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F1F2B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 31 | 43 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.44 |
| HSL | 353.57º | 0.64% | 0.34% | - |
| HSV(B) | 353.57º | 0.78% | 0.56% | - |
| XYZ | 12.25 | 6.99 | 2.99 | - |
| YUV | 65.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 31 | 43 | 0 | 0.78 | 0.70 | 0.44 | 353.57 | 0.64 | 0.34 |
| Hex | 8F | 1F | 2B | 0 | 4E | 46 | 2C | 162 | 40 | 22 |
| Octal | 217 | 37 | 53 | 0 | 116 | 106 | 54 | 542 | 100 | 42 |
| Binary | 10001111 | 11111 | 101011 | 0 | 1001110 | 1000110 | 101100 | 101100010 | 1000000 | 100010 |
Color Harmonies of #8F1F2B
Complementary color
Monochromatic Colors of #8F1F2B
Black with #8F1F2B
Text Example
Text Example
White with #8F1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1F2B; }
p { color: rgb(143,31,43); }
H1.HeaderClassName
{
color: #8F1F2B;
}
.AnyTagClassName
{
color: #8F1F2B;
}
</style>
background-color css
<style>
a { background-color: #8F1F2B; }
a { background-color: rgb(143,31,43); }
div.DivClassName
{
background-color: #8F1F2B;
}
.BgClassName
{
background-color: #8F1F2B;
}
</style>
border-color css
<style>
span { border-color: #8F1F2B; }
span { border-color: rgb(143,31,43); }
td.TdClassName
{
border-color: #8F1F2B;
}
.TagClassName
{
border-color: #8F1F2B;
}
</style>