Shades of Bright Red #8F292B
Tints of Bright Red #8F292B
RGB
CMYK
RGB Variations
Color information
#8F292B (or 0x8F292B) is known color: Bright Red. HEX triplet: 8F, 29 and 2B. RGB value is (143,41,43). Sum of RGB (Red+Green+Blue) = 143+41+43=227 (30% of max value = 765). Red value is 143 (56.25% from 255 or 63.00% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 143 - color contains mainly: red. Hex color #8F292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F292B is #70D6D4. Grayscale: #474747. Windows color (decimal): -7395029 or 2828687. OLE color: 2828687.
HSL color Cylindrical-coordinate representation of color #8F292B: hue angle of 358.82º 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 #8F292B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 41 | 43 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.44 |
| HSL | 358.82º | 0.55% | 0.36% | - |
| HSV(B) | 358.82º | 0.71% | 0.56% | - |
| XYZ | 12.56 | 7.6 | 3.09 | - |
| YUV | 71.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 43 | 0 | 0.71 | 0.70 | 0.44 | 358.82 | 0.55 | 0.36 |
| Hex | 8F | 29 | 2B | 0 | 47 | 46 | 2C | 167 | 37 | 24 |
| Octal | 217 | 51 | 53 | 0 | 107 | 106 | 54 | 547 | 67 | 44 |
| Binary | 10001111 | 101001 | 101011 | 0 | 1000111 | 1000110 | 101100 | 101100111 | 110111 | 100100 |
Color Harmonies of #8F292B
Complementary color
Monochromatic Colors of #8F292B
Black with #8F292B
Text Example
Text Example
White with #8F292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F292B; }
p { color: rgb(143,41,43); }
H1.HeaderClassName
{
color: #8F292B;
}
.AnyTagClassName
{
color: #8F292B;
}
</style>
background-color css
<style>
a { background-color: #8F292B; }
a { background-color: rgb(143,41,43); }
div.DivClassName
{
background-color: #8F292B;
}
.BgClassName
{
background-color: #8F292B;
}
</style>
border-color css
<style>
span { border-color: #8F292B; }
span { border-color: rgb(143,41,43); }
td.TdClassName
{
border-color: #8F292B;
}
.TagClassName
{
border-color: #8F292B;
}
</style>