Shades of Bright Red #8F2A2F
Tints of Bright Red #8F2A2F
RGB
CMYK
RGB Variations
Color information
#8F2A2F (or 0x8F2A2F) is known color: Bright Red. HEX triplet: 8F, 2A and 2F. RGB value is (143,42,47). Sum of RGB (Red+Green+Blue) = 143+42+47=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A2F is #70D5D0. Grayscale: #484848. Windows color (decimal): -7394769 or 3091087. OLE color: 3091087.
HSL color Cylindrical-coordinate representation of color #8F2A2F: hue angle of 357.03º 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 #8F2A2F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 47 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.44 |
| HSL | 357.03º | 0.55% | 0.36% | - |
| HSV(B) | 357.03º | 0.71% | 0.56% | - |
| XYZ | 12.67 | 7.7 | 3.51 | - |
| YUV | 72.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 47 | 0 | 0.71 | 0.67 | 0.44 | 357.03 | 0.55 | 0.36 |
| Hex | 8F | 2A | 2F | 0 | 47 | 43 | 2C | 165 | 37 | 24 |
| Octal | 217 | 52 | 57 | 0 | 107 | 103 | 54 | 545 | 67 | 44 |
| Binary | 10001111 | 101010 | 101111 | 0 | 1000111 | 1000011 | 101100 | 101100101 | 110111 | 100100 |
Color Harmonies of #8F2A2F
Complementary color
Monochromatic Colors of #8F2A2F
Black with #8F2A2F
Text Example
Text Example
White with #8F2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A2F; }
p { color: rgb(143,42,47); }
H1.HeaderClassName
{
color: #8F2A2F;
}
.AnyTagClassName
{
color: #8F2A2F;
}
</style>
background-color css
<style>
a { background-color: #8F2A2F; }
a { background-color: rgb(143,42,47); }
div.DivClassName
{
background-color: #8F2A2F;
}
.BgClassName
{
background-color: #8F2A2F;
}
</style>
border-color css
<style>
span { border-color: #8F2A2F; }
span { border-color: rgb(143,42,47); }
td.TdClassName
{
border-color: #8F2A2F;
}
.TagClassName
{
border-color: #8F2A2F;
}
</style>