Shades of Flame Red #8D2429
Tints of Flame Red #8D2429
RGB
CMYK
RGB Variations
Color information
#8D2429 (or 0x8D2429) is known color: Flame Red. HEX triplet: 8D, 24 and 29. RGB value is (141,36,41). Sum of RGB (Red+Green+Blue) = 141+36+41=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2429 is #72DBD6. Grayscale: #444444. Windows color (decimal): -7527383 or 2696333. OLE color: 2696333.
HSL color Cylindrical-coordinate representation of color #8D2429: hue angle of 357.14º 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 #8D2429 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 41 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.45 |
| HSL | 357.14º | 0.59% | 0.35% | - |
| HSV(B) | 357.14º | 0.74% | 0.55% | - |
| XYZ | 12.02 | 7.08 | 2.83 | - |
| YUV | 67.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 41 | 0 | 0.74 | 0.71 | 0.45 | 357.14 | 0.59 | 0.35 |
| Hex | 8D | 24 | 29 | 0 | 4A | 47 | 2D | 165 | 3B | 23 |
| Octal | 215 | 44 | 51 | 0 | 112 | 107 | 55 | 545 | 73 | 43 |
| Binary | 10001101 | 100100 | 101001 | 0 | 1001010 | 1000111 | 101101 | 101100101 | 111011 | 100011 |
Color Harmonies of #8D2429
Complementary color
Monochromatic Colors of #8D2429
Black with #8D2429
Text Example
Text Example
White with #8D2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2429; }
p { color: rgb(141,36,41); }
H1.HeaderClassName
{
color: #8D2429;
}
.AnyTagClassName
{
color: #8D2429;
}
</style>
background-color css
<style>
a { background-color: #8D2429; }
a { background-color: rgb(141,36,41); }
div.DivClassName
{
background-color: #8D2429;
}
.BgClassName
{
background-color: #8D2429;
}
</style>
border-color css
<style>
span { border-color: #8D2429; }
span { border-color: rgb(141,36,41); }
td.TdClassName
{
border-color: #8D2429;
}
.TagClassName
{
border-color: #8D2429;
}
</style>