Shades of Flame Red #8D212A
Tints of Flame Red #8D212A
RGB
CMYK
RGB Variations
Color information
#8D212A (or 0x8D212A) is known color: Flame Red. HEX triplet: 8D, 21 and 2A. RGB value is (141,33,42). Sum of RGB (Red+Green+Blue) = 141+33+42=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D212A is #72DED5. Grayscale: #424242. Windows color (decimal): -7528150 or 2761101. OLE color: 2761101.
HSL color Cylindrical-coordinate representation of color #8D212A: hue angle of 355º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D212A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 42 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.45 |
| HSL | 355º | 0.62% | 0.34% | - |
| HSV(B) | 355º | 0.77% | 0.55% | - |
| XYZ | 11.95 | 6.92 | 2.9 | - |
| YUV | 66.32 | 114.28 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 42 | 0 | 0.77 | 0.70 | 0.45 | 355 | 0.62 | 0.34 |
| Hex | 8D | 21 | 2A | 0 | 4D | 46 | 2D | 163 | 3E | 22 |
| Octal | 215 | 41 | 52 | 0 | 115 | 106 | 55 | 543 | 76 | 42 |
| Binary | 10001101 | 100001 | 101010 | 0 | 1001101 | 1000110 | 101101 | 101100011 | 111110 | 100010 |
Color Harmonies of #8D212A
Complementary color
Monochromatic Colors of #8D212A
Black with #8D212A
Text Example
Text Example
White with #8D212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D212A; }
p { color: rgb(141,33,42); }
H1.HeaderClassName
{
color: #8D212A;
}
.AnyTagClassName
{
color: #8D212A;
}
</style>
background-color css
<style>
a { background-color: #8D212A; }
a { background-color: rgb(141,33,42); }
div.DivClassName
{
background-color: #8D212A;
}
.BgClassName
{
background-color: #8D212A;
}
</style>
border-color css
<style>
span { border-color: #8D212A; }
span { border-color: rgb(141,33,42); }
td.TdClassName
{
border-color: #8D212A;
}
.TagClassName
{
border-color: #8D212A;
}
</style>