Shades of Flame Red #8D282B
Tints of Flame Red #8D282B
RGB
CMYK
RGB Variations
Color information
#8D282B (or 0x8D282B) is known color: Flame Red. HEX triplet: 8D, 28 and 2B. RGB value is (141,40,43). Sum of RGB (Red+Green+Blue) = 141+40+43=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D282B is #72D7D4. Grayscale: #464646. Windows color (decimal): -7526357 or 2828429. OLE color: 2828429.
HSL color Cylindrical-coordinate representation of color #8D282B: hue angle of 358.22º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D282B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 40 | 43 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.45 |
| HSL | 358.22º | 0.56% | 0.35% | - |
| HSV(B) | 358.22º | 0.72% | 0.55% | - |
| XYZ | 12.18 | 7.35 | 3.06 | - |
| YUV | 70.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 40 | 43 | 0 | 0.72 | 0.70 | 0.45 | 358.22 | 0.56 | 0.35 |
| Hex | 8D | 28 | 2B | 0 | 48 | 46 | 2D | 166 | 38 | 23 |
| Octal | 215 | 50 | 53 | 0 | 110 | 106 | 55 | 546 | 70 | 43 |
| Binary | 10001101 | 101000 | 101011 | 0 | 1001000 | 1000110 | 101101 | 101100110 | 111000 | 100011 |
Color Harmonies of #8D282B
Complementary color
Monochromatic Colors of #8D282B
Black with #8D282B
Text Example
Text Example
White with #8D282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D282B; }
p { color: rgb(141,40,43); }
H1.HeaderClassName
{
color: #8D282B;
}
.AnyTagClassName
{
color: #8D282B;
}
</style>
background-color css
<style>
a { background-color: #8D282B; }
a { background-color: rgb(141,40,43); }
div.DivClassName
{
background-color: #8D282B;
}
.BgClassName
{
background-color: #8D282B;
}
</style>
border-color css
<style>
span { border-color: #8D282B; }
span { border-color: rgb(141,40,43); }
td.TdClassName
{
border-color: #8D282B;
}
.TagClassName
{
border-color: #8D282B;
}
</style>