Shades of Bright Red #8F2931
Tints of Bright Red #8F2931
RGB
CMYK
RGB Variations
Color information
#8F2931 (or 0x8F2931) is known color: Bright Red. HEX triplet: 8F, 29 and 31. RGB value is (143,41,49). Sum of RGB (Red+Green+Blue) = 143+41+49=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2931 is #70D6CE. Grayscale: #484848. Windows color (decimal): -7395023 or 3221903. OLE color: 3221903.
HSL color Cylindrical-coordinate representation of color #8F2931: hue angle of 355.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F2931 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 49 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.44 |
| HSL | 355.29º | 0.55% | 0.36% | - |
| HSV(B) | 355.29º | 0.71% | 0.56% | - |
| XYZ | 12.68 | 7.65 | 3.71 | - |
| YUV | 72.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 49 | 0 | 0.71 | 0.66 | 0.44 | 355.29 | 0.55 | 0.36 |
| Hex | 8F | 29 | 31 | 0 | 47 | 42 | 2C | 163 | 37 | 24 |
| Octal | 217 | 51 | 61 | 0 | 107 | 102 | 54 | 543 | 67 | 44 |
| Binary | 10001111 | 101001 | 110001 | 0 | 1000111 | 1000010 | 101100 | 101100011 | 110111 | 100100 |
Color Harmonies of #8F2931
Complementary color
Monochromatic Colors of #8F2931
Black with #8F2931
Text Example
Text Example
White with #8F2931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2931; }
p { color: rgb(143,41,49); }
H1.HeaderClassName
{
color: #8F2931;
}
.AnyTagClassName
{
color: #8F2931;
}
</style>
background-color css
<style>
a { background-color: #8F2931; }
a { background-color: rgb(143,41,49); }
div.DivClassName
{
background-color: #8F2931;
}
.BgClassName
{
background-color: #8F2931;
}
</style>
border-color css
<style>
span { border-color: #8F2931; }
span { border-color: rgb(143,41,49); }
td.TdClassName
{
border-color: #8F2931;
}
.TagClassName
{
border-color: #8F2931;
}
</style>