Shades of Flame Red #8D1C2E
Tints of Flame Red #8D1C2E
RGB
CMYK
RGB Variations
Color information
#8D1C2E (or 0x8D1C2E) is known color: Flame Red. HEX triplet: 8D, 1C and 2E. RGB value is (141,28,46). Sum of RGB (Red+Green+Blue) = 141+28+46=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C2E is #72E3D1. Grayscale: #3F3F3F. Windows color (decimal): -7529426 or 3021965. OLE color: 3021965.
HSL color Cylindrical-coordinate representation of color #8D1C2E: hue angle of 350.44º 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 #8D1C2E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 46 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.45 |
| HSL | 350.44º | 0.67% | 0.33% | - |
| HSV(B) | 350.44º | 0.8% | 0.55% | - |
| XYZ | 11.89 | 6.69 | 3.25 | - |
| YUV | 63.84 | 117.94 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 46 | 0 | 0.80 | 0.67 | 0.45 | 350.44 | 0.67 | 0.33 |
| Hex | 8D | 1C | 2E | 0 | 50 | 43 | 2D | 15E | 43 | 21 |
| Octal | 215 | 34 | 56 | 0 | 120 | 103 | 55 | 536 | 103 | 41 |
| Binary | 10001101 | 11100 | 101110 | 0 | 1010000 | 1000011 | 101101 | 101011110 | 1000011 | 100001 |
Color Harmonies of #8D1C2E
Complementary color
Monochromatic Colors of #8D1C2E
Black with #8D1C2E
Text Example
Text Example
White with #8D1C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C2E; }
p { color: rgb(141,28,46); }
H1.HeaderClassName
{
color: #8D1C2E;
}
.AnyTagClassName
{
color: #8D1C2E;
}
</style>
background-color css
<style>
a { background-color: #8D1C2E; }
a { background-color: rgb(141,28,46); }
div.DivClassName
{
background-color: #8D1C2E;
}
.BgClassName
{
background-color: #8D1C2E;
}
</style>
border-color css
<style>
span { border-color: #8D1C2E; }
span { border-color: rgb(141,28,46); }
td.TdClassName
{
border-color: #8D1C2E;
}
.TagClassName
{
border-color: #8D1C2E;
}
</style>