Shades of Bright Red #8F2B3C
Tints of Bright Red #8F2B3C
RGB
CMYK
RGB Variations
Color information
#8F2B3C (or 0x8F2B3C) is known color: Bright Red. HEX triplet: 8F, 2B and 3C. RGB value is (143,43,60). Sum of RGB (Red+Green+Blue) = 143+43+60=246 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.13% from 246); Green value is 43 (17.19% from 255 or 17.48% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2B3C is #70D4C3. Grayscale: #4A4A4A. Windows color (decimal): -7394500 or 3943311. OLE color: 3943311.
HSL color Cylindrical-coordinate representation of color #8F2B3C: hue angle of 349.8º 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 #8F2B3C is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 43 | 60 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.44 |
| HSL | 349.8º | 0.54% | 0.36% | - |
| HSV(B) | 349.8º | 0.7% | 0.56% | - |
| XYZ | 13.01 | 7.89 | 5.11 | - |
| YUV | 74.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 60 | 0 | 0.70 | 0.58 | 0.44 | 349.8 | 0.54 | 0.36 |
| Hex | 8F | 2B | 3C | 0 | 46 | 3A | 2C | 15E | 36 | 24 |
| Octal | 217 | 53 | 74 | 0 | 106 | 72 | 54 | 536 | 66 | 44 |
| Binary | 10001111 | 101011 | 111100 | 0 | 1000110 | 111010 | 101100 | 101011110 | 110110 | 100100 |
Color Harmonies of #8F2B3C
Complementary color
Monochromatic Colors of #8F2B3C
Black with #8F2B3C
Text Example
Text Example
White with #8F2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2B3C; }
p { color: rgb(143,43,60); }
H1.HeaderClassName
{
color: #8F2B3C;
}
.AnyTagClassName
{
color: #8F2B3C;
}
</style>
background-color css
<style>
a { background-color: #8F2B3C; }
a { background-color: rgb(143,43,60); }
div.DivClassName
{
background-color: #8F2B3C;
}
.BgClassName
{
background-color: #8F2B3C;
}
</style>
border-color css
<style>
span { border-color: #8F2B3C; }
span { border-color: rgb(143,43,60); }
td.TdClassName
{
border-color: #8F2B3C;
}
.TagClassName
{
border-color: #8F2B3C;
}
</style>