Shades of Flame Red #8D242D
Tints of Flame Red #8D242D
RGB
CMYK
RGB Variations
Color information
#8D242D (or 0x8D242D) is known color: Flame Red. HEX triplet: 8D, 24 and 2D. RGB value is (141,36,45). Sum of RGB (Red+Green+Blue) = 141+36+45=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D242D is #72DBD2. Grayscale: #444444. Windows color (decimal): -7527379 or 2958477. OLE color: 2958477.
HSL color Cylindrical-coordinate representation of color #8D242D: hue angle of 354.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D242D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 45 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.45 |
| HSL | 354.86º | 0.59% | 0.35% | - |
| HSV(B) | 354.86º | 0.74% | 0.55% | - |
| XYZ | 12.09 | 7.11 | 3.22 | - |
| YUV | 68.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 45 | 0 | 0.74 | 0.68 | 0.45 | 354.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 2D | 0 | 4A | 44 | 2D | 163 | 3B | 23 |
| Octal | 215 | 44 | 55 | 0 | 112 | 104 | 55 | 543 | 73 | 43 |
| Binary | 10001101 | 100100 | 101101 | 0 | 1001010 | 1000100 | 101101 | 101100011 | 111011 | 100011 |
Color Harmonies of #8D242D
Complementary color
Monochromatic Colors of #8D242D
Black with #8D242D
Text Example
Text Example
White with #8D242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D242D; }
p { color: rgb(141,36,45); }
H1.HeaderClassName
{
color: #8D242D;
}
.AnyTagClassName
{
color: #8D242D;
}
</style>
background-color css
<style>
a { background-color: #8D242D; }
a { background-color: rgb(141,36,45); }
div.DivClassName
{
background-color: #8D242D;
}
.BgClassName
{
background-color: #8D242D;
}
</style>
border-color css
<style>
span { border-color: #8D242D; }
span { border-color: rgb(141,36,45); }
td.TdClassName
{
border-color: #8D242D;
}
.TagClassName
{
border-color: #8D242D;
}
</style>