Shades of Flame Red #8D1F2F
Tints of Flame Red #8D1F2F
RGB
CMYK
RGB Variations
Color information
#8D1F2F (or 0x8D1F2F) is known color: Flame Red. HEX triplet: 8D, 1F and 2F. RGB value is (141,31,47). Sum of RGB (Red+Green+Blue) = 141+31+47=219 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.38% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1F2F is #72E0D0. Grayscale: #414141. Windows color (decimal): -7528657 or 3088269. OLE color: 3088269.
HSL color Cylindrical-coordinate representation of color #8D1F2F: hue angle of 351.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D1F2F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 31 | 47 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.45 |
| HSL | 351.27º | 0.64% | 0.34% | - |
| HSV(B) | 351.27º | 0.78% | 0.55% | - |
| XYZ | 11.99 | 6.85 | 3.38 | - |
| YUV | 65.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 31 | 47 | 0 | 0.78 | 0.67 | 0.45 | 351.27 | 0.64 | 0.34 |
| Hex | 8D | 1F | 2F | 0 | 4E | 43 | 2D | 15F | 40 | 22 |
| Octal | 215 | 37 | 57 | 0 | 116 | 103 | 55 | 537 | 100 | 42 |
| Binary | 10001101 | 11111 | 101111 | 0 | 1001110 | 1000011 | 101101 | 101011111 | 1000000 | 100010 |
Color Harmonies of #8D1F2F
Complementary color
Monochromatic Colors of #8D1F2F
Black with #8D1F2F
Text Example
Text Example
White with #8D1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1F2F; }
p { color: rgb(141,31,47); }
H1.HeaderClassName
{
color: #8D1F2F;
}
.AnyTagClassName
{
color: #8D1F2F;
}
</style>
background-color css
<style>
a { background-color: #8D1F2F; }
a { background-color: rgb(141,31,47); }
div.DivClassName
{
background-color: #8D1F2F;
}
.BgClassName
{
background-color: #8D1F2F;
}
</style>
border-color css
<style>
span { border-color: #8D1F2F; }
span { border-color: rgb(141,31,47); }
td.TdClassName
{
border-color: #8D1F2F;
}
.TagClassName
{
border-color: #8D1F2F;
}
</style>