Shades of Bright Red #8F2A2B
Tints of Bright Red #8F2A2B
RGB
CMYK
RGB Variations
Color information
#8F2A2B (or 0x8F2A2B) is known color: Bright Red. HEX triplet: 8F, 2A and 2B. RGB value is (143,42,43). Sum of RGB (Red+Green+Blue) = 143+42+43=228 (30% of max value = 765). Red value is 143 (56.25% from 255 or 62.72% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2A2B is #70D5D4. Grayscale: #484848. Windows color (decimal): -7394773 or 2828943. OLE color: 2828943.
HSL color Cylindrical-coordinate representation of color #8F2A2B: hue angle of 359.41º 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 #8F2A2B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 42 | 43 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.44 |
| HSL | 359.41º | 0.55% | 0.36% | - |
| HSV(B) | 359.41º | 0.71% | 0.56% | - |
| XYZ | 12.59 | 7.67 | 3.1 | - |
| YUV | 72.31 | 111.46 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 43 | 0 | 0.71 | 0.70 | 0.44 | 359.41 | 0.55 | 0.36 |
| Hex | 8F | 2A | 2B | 0 | 47 | 46 | 2C | 167 | 37 | 24 |
| Octal | 217 | 52 | 53 | 0 | 107 | 106 | 54 | 547 | 67 | 44 |
| Binary | 10001111 | 101010 | 101011 | 0 | 1000111 | 1000110 | 101100 | 101100111 | 110111 | 100100 |
Color Harmonies of #8F2A2B
Complementary color
Monochromatic Colors of #8F2A2B
Black with #8F2A2B
Text Example
Text Example
White with #8F2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2A2B; }
p { color: rgb(143,42,43); }
H1.HeaderClassName
{
color: #8F2A2B;
}
.AnyTagClassName
{
color: #8F2A2B;
}
</style>
background-color css
<style>
a { background-color: #8F2A2B; }
a { background-color: rgb(143,42,43); }
div.DivClassName
{
background-color: #8F2A2B;
}
.BgClassName
{
background-color: #8F2A2B;
}
</style>
border-color css
<style>
span { border-color: #8F2A2B; }
span { border-color: rgb(143,42,43); }
td.TdClassName
{
border-color: #8F2A2B;
}
.TagClassName
{
border-color: #8F2A2B;
}
</style>