Shades of Bright Red #8F2934
Tints of Bright Red #8F2934
RGB
CMYK
RGB Variations
Color information
#8F2934 (or 0x8F2934) is known color: Bright Red. HEX triplet: 8F, 29 and 34. RGB value is (143,41,52). Sum of RGB (Red+Green+Blue) = 143+41+52=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2934 is #70D6CB. Grayscale: #484848. Windows color (decimal): -7395020 or 3418511. OLE color: 3418511.
HSL color Cylindrical-coordinate representation of color #8F2934: hue angle of 353.53º 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 #8F2934 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 52 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.44 |
| HSL | 353.53º | 0.55% | 0.36% | - |
| HSV(B) | 353.53º | 0.71% | 0.56% | - |
| XYZ | 12.74 | 7.67 | 4.06 | - |
| YUV | 72.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 52 | 0 | 0.71 | 0.64 | 0.44 | 353.53 | 0.55 | 0.36 |
| Hex | 8F | 29 | 34 | 0 | 47 | 40 | 2C | 162 | 37 | 24 |
| Octal | 217 | 51 | 64 | 0 | 107 | 100 | 54 | 542 | 67 | 44 |
| Binary | 10001111 | 101001 | 110100 | 0 | 1000111 | 1000000 | 101100 | 101100010 | 110111 | 100100 |
Color Harmonies of #8F2934
Complementary color
Monochromatic Colors of #8F2934
Black with #8F2934
Text Example
Text Example
White with #8F2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2934; }
p { color: rgb(143,41,52); }
H1.HeaderClassName
{
color: #8F2934;
}
.AnyTagClassName
{
color: #8F2934;
}
</style>
background-color css
<style>
a { background-color: #8F2934; }
a { background-color: rgb(143,41,52); }
div.DivClassName
{
background-color: #8F2934;
}
.BgClassName
{
background-color: #8F2934;
}
</style>
border-color css
<style>
span { border-color: #8F2934; }
span { border-color: rgb(143,41,52); }
td.TdClassName
{
border-color: #8F2934;
}
.TagClassName
{
border-color: #8F2934;
}
</style>