Shades of Bright Red #8F2132
Tints of Bright Red #8F2132
RGB
CMYK
RGB Variations
Color information
#8F2132 (or 0x8F2132) is known color: Bright Red. HEX triplet: 8F, 21 and 32. RGB value is (143,33,50). Sum of RGB (Red+Green+Blue) = 143+33+50=226 (29% of max value = 765). Red value is 143 (56.25% from 255 or 63.27% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2132 is #70DECD. Grayscale: #434343. Windows color (decimal): -7397070 or 3285391. OLE color: 3285391.
HSL color Cylindrical-coordinate representation of color #8F2132: hue angle of 350.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2132 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 50 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.44 |
| HSL | 350.73º | 0.63% | 0.35% | - |
| HSV(B) | 350.73º | 0.77% | 0.56% | - |
| XYZ | 12.45 | 7.16 | 3.74 | - |
| YUV | 67.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 50 | 0 | 0.77 | 0.65 | 0.44 | 350.73 | 0.63 | 0.35 |
| Hex | 8F | 21 | 32 | 0 | 4D | 41 | 2C | 15F | 3E | 23 |
| Octal | 217 | 41 | 62 | 0 | 115 | 101 | 54 | 537 | 76 | 43 |
| Binary | 10001111 | 100001 | 110010 | 0 | 1001101 | 1000001 | 101100 | 101011111 | 111110 | 100011 |
Color Harmonies of #8F2132
Complementary color
Monochromatic Colors of #8F2132
Black with #8F2132
Text Example
Text Example
White with #8F2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2132; }
p { color: rgb(143,33,50); }
H1.HeaderClassName
{
color: #8F2132;
}
.AnyTagClassName
{
color: #8F2132;
}
</style>
background-color css
<style>
a { background-color: #8F2132; }
a { background-color: rgb(143,33,50); }
div.DivClassName
{
background-color: #8F2132;
}
.BgClassName
{
background-color: #8F2132;
}
</style>
border-color css
<style>
span { border-color: #8F2132; }
span { border-color: rgb(143,33,50); }
td.TdClassName
{
border-color: #8F2132;
}
.TagClassName
{
border-color: #8F2132;
}
</style>