Shades of Flame Red #8D292A
Tints of Flame Red #8D292A
RGB
CMYK
RGB Variations
Color information
#8D292A (or 0x8D292A) is known color: Flame Red. HEX triplet: 8D, 29 and 2A. RGB value is (141,41,42). Sum of RGB (Red+Green+Blue) = 141+41+42=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D292A is #72D6D5. Grayscale: #474747. Windows color (decimal): -7526102 or 2763149. OLE color: 2763149.
HSL color Cylindrical-coordinate representation of color #8D292A: hue angle of 359.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D292A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 41 | 42 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.45 |
| HSL | 359.4º | 0.55% | 0.36% | - |
| HSV(B) | 359.4º | 0.71% | 0.55% | - |
| XYZ | 12.2 | 7.42 | 2.98 | - |
| YUV | 71.01 | 111.63 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 41 | 42 | 0 | 0.71 | 0.70 | 0.45 | 359.4 | 0.55 | 0.36 |
| Hex | 8D | 29 | 2A | 0 | 47 | 46 | 2D | 167 | 37 | 24 |
| Octal | 215 | 51 | 52 | 0 | 107 | 106 | 55 | 547 | 67 | 44 |
| Binary | 10001101 | 101001 | 101010 | 0 | 1000111 | 1000110 | 101101 | 101100111 | 110111 | 100100 |
Color Harmonies of #8D292A
Complementary color
Monochromatic Colors of #8D292A
Black with #8D292A
Text Example
Text Example
White with #8D292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D292A; }
p { color: rgb(141,41,42); }
H1.HeaderClassName
{
color: #8D292A;
}
.AnyTagClassName
{
color: #8D292A;
}
</style>
background-color css
<style>
a { background-color: #8D292A; }
a { background-color: rgb(141,41,42); }
div.DivClassName
{
background-color: #8D292A;
}
.BgClassName
{
background-color: #8D292A;
}
</style>
border-color css
<style>
span { border-color: #8D292A; }
span { border-color: rgb(141,41,42); }
td.TdClassName
{
border-color: #8D292A;
}
.TagClassName
{
border-color: #8D292A;
}
</style>