Shades of Flame Red #8D1B2D
Tints of Flame Red #8D1B2D
RGB
CMYK
RGB Variations
Color information
#8D1B2D (or 0x8D1B2D) is known color: Flame Red. HEX triplet: 8D, 1B and 2D. RGB value is (141,27,45). Sum of RGB (Red+Green+Blue) = 141+27+45=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B2D is #72E4D2. Grayscale: #3F3F3F. Windows color (decimal): -7529683 or 2956173. OLE color: 2956173.
HSL color Cylindrical-coordinate representation of color #8D1B2D: hue angle of 350.53º 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 #8D1B2D is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 45 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.45 |
| HSL | 350.53º | 0.68% | 0.33% | - |
| HSV(B) | 350.53º | 0.81% | 0.55% | - |
| XYZ | 11.85 | 6.64 | 3.14 | - |
| YUV | 63.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 45 | 0 | 0.81 | 0.68 | 0.45 | 350.53 | 0.68 | 0.33 |
| Hex | 8D | 1B | 2D | 0 | 51 | 44 | 2D | 15F | 44 | 21 |
| Octal | 215 | 33 | 55 | 0 | 121 | 104 | 55 | 537 | 104 | 41 |
| Binary | 10001101 | 11011 | 101101 | 0 | 1010001 | 1000100 | 101101 | 101011111 | 1000100 | 100001 |
Color Harmonies of #8D1B2D
Complementary color
Monochromatic Colors of #8D1B2D
Black with #8D1B2D
Text Example
Text Example
White with #8D1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B2D; }
p { color: rgb(141,27,45); }
H1.HeaderClassName
{
color: #8D1B2D;
}
.AnyTagClassName
{
color: #8D1B2D;
}
</style>
background-color css
<style>
a { background-color: #8D1B2D; }
a { background-color: rgb(141,27,45); }
div.DivClassName
{
background-color: #8D1B2D;
}
.BgClassName
{
background-color: #8D1B2D;
}
</style>
border-color css
<style>
span { border-color: #8D1B2D; }
span { border-color: rgb(141,27,45); }
td.TdClassName
{
border-color: #8D1B2D;
}
.TagClassName
{
border-color: #8D1B2D;
}
</style>