Shades of Flame Red #8D1C24
Tints of Flame Red #8D1C24
RGB
CMYK
RGB Variations
Color information
#8D1C24 (or 0x8D1C24) is known color: Flame Red. HEX triplet: 8D, 1C and 24. RGB value is (141,28,36). Sum of RGB (Red+Green+Blue) = 141+28+36=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C24 is #72E3DB. Grayscale: #3E3E3E. Windows color (decimal): -7529436 or 2366605. OLE color: 2366605.
HSL color Cylindrical-coordinate representation of color #8D1C24: hue angle of 355.75º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C24 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 36 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.45 |
| HSL | 355.75º | 0.67% | 0.33% | - |
| HSV(B) | 355.75º | 0.8% | 0.55% | - |
| XYZ | 11.72 | 6.62 | 2.33 | - |
| YUV | 62.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 36 | 0 | 0.80 | 0.74 | 0.45 | 355.75 | 0.67 | 0.33 |
| Hex | 8D | 1C | 24 | 0 | 50 | 4A | 2D | 164 | 43 | 21 |
| Octal | 215 | 34 | 44 | 0 | 120 | 112 | 55 | 544 | 103 | 41 |
| Binary | 10001101 | 11100 | 100100 | 0 | 1010000 | 1001010 | 101101 | 101100100 | 1000011 | 100001 |
Color Harmonies of #8D1C24
Complementary color
Monochromatic Colors of #8D1C24
Black with #8D1C24
Text Example
Text Example
White with #8D1C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C24; }
p { color: rgb(141,28,36); }
H1.HeaderClassName
{
color: #8D1C24;
}
.AnyTagClassName
{
color: #8D1C24;
}
</style>
background-color css
<style>
a { background-color: #8D1C24; }
a { background-color: rgb(141,28,36); }
div.DivClassName
{
background-color: #8D1C24;
}
.BgClassName
{
background-color: #8D1C24;
}
</style>
border-color css
<style>
span { border-color: #8D1C24; }
span { border-color: rgb(141,28,36); }
td.TdClassName
{
border-color: #8D1C24;
}
.TagClassName
{
border-color: #8D1C24;
}
</style>