Shades of Flame Red #8D1B2C
Tints of Flame Red #8D1B2C
RGB
CMYK
RGB Variations
Color information
#8D1B2C (or 0x8D1B2C) is known color: Flame Red. HEX triplet: 8D, 1B and 2C. RGB value is (141,27,44). Sum of RGB (Red+Green+Blue) = 141+27+44=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B2C is #72E4D3. Grayscale: #3F3F3F. Windows color (decimal): -7529684 or 2890637. OLE color: 2890637.
HSL color Cylindrical-coordinate representation of color #8D1B2C: hue angle of 351.05º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D1B2C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 44 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.45 |
| HSL | 351.05º | 0.68% | 0.33% | - |
| HSV(B) | 351.05º | 0.81% | 0.55% | - |
| XYZ | 11.83 | 6.63 | 3.04 | - |
| YUV | 63.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 44 | 0 | 0.81 | 0.69 | 0.45 | 351.05 | 0.68 | 0.33 |
| Hex | 8D | 1B | 2C | 0 | 51 | 45 | 2D | 15F | 44 | 21 |
| Octal | 215 | 33 | 54 | 0 | 121 | 105 | 55 | 537 | 104 | 41 |
| Binary | 10001101 | 11011 | 101100 | 0 | 1010001 | 1000101 | 101101 | 101011111 | 1000100 | 100001 |
Color Harmonies of #8D1B2C
Complementary color
Monochromatic Colors of #8D1B2C
Black with #8D1B2C
Text Example
Text Example
White with #8D1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B2C; }
p { color: rgb(141,27,44); }
H1.HeaderClassName
{
color: #8D1B2C;
}
.AnyTagClassName
{
color: #8D1B2C;
}
</style>
background-color css
<style>
a { background-color: #8D1B2C; }
a { background-color: rgb(141,27,44); }
div.DivClassName
{
background-color: #8D1B2C;
}
.BgClassName
{
background-color: #8D1B2C;
}
</style>
border-color css
<style>
span { border-color: #8D1B2C; }
span { border-color: rgb(141,27,44); }
td.TdClassName
{
border-color: #8D1B2C;
}
.TagClassName
{
border-color: #8D1B2C;
}
</style>