Shades of Flame Red #8D222B
Tints of Flame Red #8D222B
RGB
CMYK
RGB Variations
Color information
#8D222B (or 0x8D222B) is known color: Flame Red. HEX triplet: 8D, 22 and 2B. RGB value is (141,34,43). Sum of RGB (Red+Green+Blue) = 141+34+43=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D222B is #72DDD4. Grayscale: #434343. Windows color (decimal): -7527893 or 2826893. OLE color: 2826893.
HSL color Cylindrical-coordinate representation of color #8D222B: hue angle of 354.95º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D222B is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 34 | 43 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.45 |
| HSL | 354.95º | 0.61% | 0.34% | - |
| HSV(B) | 354.95º | 0.76% | 0.55% | - |
| XYZ | 11.99 | 6.98 | 3 | - |
| YUV | 67.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 34 | 43 | 0 | 0.76 | 0.70 | 0.45 | 354.95 | 0.61 | 0.34 |
| Hex | 8D | 22 | 2B | 0 | 4C | 46 | 2D | 163 | 3D | 22 |
| Octal | 215 | 42 | 53 | 0 | 114 | 106 | 55 | 543 | 75 | 42 |
| Binary | 10001101 | 100010 | 101011 | 0 | 1001100 | 1000110 | 101101 | 101100011 | 111101 | 100010 |
Color Harmonies of #8D222B
Complementary color
Monochromatic Colors of #8D222B
Black with #8D222B
Text Example
Text Example
White with #8D222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D222B; }
p { color: rgb(141,34,43); }
H1.HeaderClassName
{
color: #8D222B;
}
.AnyTagClassName
{
color: #8D222B;
}
</style>
background-color css
<style>
a { background-color: #8D222B; }
a { background-color: rgb(141,34,43); }
div.DivClassName
{
background-color: #8D222B;
}
.BgClassName
{
background-color: #8D222B;
}
</style>
border-color css
<style>
span { border-color: #8D222B; }
span { border-color: rgb(141,34,43); }
td.TdClassName
{
border-color: #8D222B;
}
.TagClassName
{
border-color: #8D222B;
}
</style>