Shades of Flame Red #8D1A2C
Tints of Flame Red #8D1A2C
RGB
CMYK
RGB Variations
Color information
#8D1A2C (or 0x8D1A2C) is known color: Flame Red. HEX triplet: 8D, 1A and 2C. RGB value is (141,26,44). Sum of RGB (Red+Green+Blue) = 141+26+44=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A2C is #72E5D3. Grayscale: #3E3E3E. Windows color (decimal): -7529940 or 2890381. OLE color: 2890381.
HSL color Cylindrical-coordinate representation of color #8D1A2C: hue angle of 350.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A2C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 44 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.45 |
| HSL | 350.61º | 0.69% | 0.33% | - |
| HSV(B) | 350.61º | 0.82% | 0.55% | - |
| XYZ | 11.81 | 6.58 | 3.03 | - |
| YUV | 62.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 44 | 0 | 0.82 | 0.69 | 0.45 | 350.61 | 0.69 | 0.33 |
| Hex | 8D | 1A | 2C | 0 | 52 | 45 | 2D | 15F | 45 | 21 |
| Octal | 215 | 32 | 54 | 0 | 122 | 105 | 55 | 537 | 105 | 41 |
| Binary | 10001101 | 11010 | 101100 | 0 | 1010010 | 1000101 | 101101 | 101011111 | 1000101 | 100001 |
Color Harmonies of #8D1A2C
Complementary color
Monochromatic Colors of #8D1A2C
Black with #8D1A2C
Text Example
Text Example
White with #8D1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A2C; }
p { color: rgb(141,26,44); }
H1.HeaderClassName
{
color: #8D1A2C;
}
.AnyTagClassName
{
color: #8D1A2C;
}
</style>
background-color css
<style>
a { background-color: #8D1A2C; }
a { background-color: rgb(141,26,44); }
div.DivClassName
{
background-color: #8D1A2C;
}
.BgClassName
{
background-color: #8D1A2C;
}
</style>
border-color css
<style>
span { border-color: #8D1A2C; }
span { border-color: rgb(141,26,44); }
td.TdClassName
{
border-color: #8D1A2C;
}
.TagClassName
{
border-color: #8D1A2C;
}
</style>