Shades of Bright Red #8F212D
Tints of Bright Red #8F212D
RGB
CMYK
RGB Variations
Color information
#8F212D (or 0x8F212D) is known color: Bright Red. HEX triplet: 8F, 21 and 2D. RGB value is (143,33,45). Sum of RGB (Red+Green+Blue) = 143+33+45=221 (29% of max value = 765). Red value is 143 (56.25% from 255 or 64.71% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 143 - color contains mainly: red. Hex color #8F212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F212D is #70DED2. Grayscale: #434343. Windows color (decimal): -7397075 or 2957711. OLE color: 2957711.
HSL color Cylindrical-coordinate representation of color #8F212D: hue angle of 353.45º 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 #8F212D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 33 | 45 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.44 |
| HSL | 353.45º | 0.63% | 0.35% | - |
| HSV(B) | 353.45º | 0.77% | 0.56% | - |
| XYZ | 12.35 | 7.12 | 3.21 | - |
| YUV | 67.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 45 | 0 | 0.77 | 0.69 | 0.44 | 353.45 | 0.63 | 0.35 |
| Hex | 8F | 21 | 2D | 0 | 4D | 45 | 2C | 161 | 3E | 23 |
| Octal | 217 | 41 | 55 | 0 | 115 | 105 | 54 | 541 | 76 | 43 |
| Binary | 10001111 | 100001 | 101101 | 0 | 1001101 | 1000101 | 101100 | 101100001 | 111110 | 100011 |
Color Harmonies of #8F212D
Complementary color
Monochromatic Colors of #8F212D
Black with #8F212D
Text Example
Text Example
White with #8F212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F212D; }
p { color: rgb(143,33,45); }
H1.HeaderClassName
{
color: #8F212D;
}
.AnyTagClassName
{
color: #8F212D;
}
</style>
background-color css
<style>
a { background-color: #8F212D; }
a { background-color: rgb(143,33,45); }
div.DivClassName
{
background-color: #8F212D;
}
.BgClassName
{
background-color: #8F212D;
}
</style>
border-color css
<style>
span { border-color: #8F212D; }
span { border-color: rgb(143,33,45); }
td.TdClassName
{
border-color: #8F212D;
}
.TagClassName
{
border-color: #8F212D;
}
</style>