Shades of Bright Red #8F2B2F
Tints of Bright Red #8F2B2F
RGB
CMYK
RGB Variations
Color information
#8F2B2F (or 0x8F2B2F) is known color: Bright Red. HEX triplet: 8F, 2B and 2F. RGB value is (143,43,47). Sum of RGB (Red+Green+Blue) = 143+43+47=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B2F is #70D4D0. Grayscale: #494949. Windows color (decimal): -7394513 or 3091343. OLE color: 3091343.
HSL color Cylindrical-coordinate representation of color #8F2B2F: hue angle of 357.6º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F2B2F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 47 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.44 |
| HSL | 357.6º | 0.54% | 0.36% | - |
| HSV(B) | 357.6º | 0.7% | 0.56% | - |
| XYZ | 12.7 | 7.77 | 3.52 | - |
| YUV | 73.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 47 | 0 | 0.70 | 0.67 | 0.44 | 357.6 | 0.54 | 0.36 |
| Hex | 8F | 2B | 2F | 0 | 46 | 43 | 2C | 166 | 36 | 24 |
| Octal | 217 | 53 | 57 | 0 | 106 | 103 | 54 | 546 | 66 | 44 |
| Binary | 10001111 | 101011 | 101111 | 0 | 1000110 | 1000011 | 101100 | 101100110 | 110110 | 100100 |
Color Harmonies of #8F2B2F
Complementary color
Monochromatic Colors of #8F2B2F
Black with #8F2B2F
Text Example
Text Example
White with #8F2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B2F; }
p { color: rgb(143,43,47); }
H1.HeaderClassName
{
color: #8F2B2F;
}
.AnyTagClassName
{
color: #8F2B2F;
}
</style>
background-color css
<style>
a { background-color: #8F2B2F; }
a { background-color: rgb(143,43,47); }
div.DivClassName
{
background-color: #8F2B2F;
}
.BgClassName
{
background-color: #8F2B2F;
}
</style>
border-color css
<style>
span { border-color: #8F2B2F; }
span { border-color: rgb(143,43,47); }
td.TdClassName
{
border-color: #8F2B2F;
}
.TagClassName
{
border-color: #8F2B2F;
}
</style>