Shades of Bright Red #8F212C
Tints of Bright Red #8F212C
RGB
CMYK
RGB Variations
Color information
#8F212C (or 0x8F212C) is known color: Bright Red. HEX triplet: 8F, 21 and 2C. RGB value is (143,33,44). Sum of RGB (Red+Green+Blue) = 143+33+44=220 (29% of max value = 765). Red value is 143 (56.25% from 255 or 65% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 143 - color contains mainly: red. Hex color #8F212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F212C is #70DED3. Grayscale: #434343. Windows color (decimal): -7397076 or 2892175. OLE color: 2892175.
HSL color Cylindrical-coordinate representation of color #8F212C: hue angle of 354º 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 #8F212C is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 44 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.44 |
| HSL | 354º | 0.63% | 0.35% | - |
| HSV(B) | 354º | 0.77% | 0.56% | - |
| XYZ | 12.33 | 7.11 | 3.11 | - |
| YUV | 67.14 | 114.94 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 44 | 0 | 0.77 | 0.69 | 0.44 | 354 | 0.63 | 0.35 |
| Hex | 8F | 21 | 2C | 0 | 4D | 45 | 2C | 162 | 3E | 23 |
| Octal | 217 | 41 | 54 | 0 | 115 | 105 | 54 | 542 | 76 | 43 |
| Binary | 10001111 | 100001 | 101100 | 0 | 1001101 | 1000101 | 101100 | 101100010 | 111110 | 100011 |
Color Harmonies of #8F212C
Complementary color
Monochromatic Colors of #8F212C
Black with #8F212C
Text Example
Text Example
White with #8F212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F212C; }
p { color: rgb(143,33,44); }
H1.HeaderClassName
{
color: #8F212C;
}
.AnyTagClassName
{
color: #8F212C;
}
</style>
background-color css
<style>
a { background-color: #8F212C; }
a { background-color: rgb(143,33,44); }
div.DivClassName
{
background-color: #8F212C;
}
.BgClassName
{
background-color: #8F212C;
}
</style>
border-color css
<style>
span { border-color: #8F212C; }
span { border-color: rgb(143,33,44); }
td.TdClassName
{
border-color: #8F212C;
}
.TagClassName
{
border-color: #8F212C;
}
</style>