Shades of Flame Red #8D1B1D
Tints of Flame Red #8D1B1D
RGB
CMYK
RGB Variations
Color information
#8D1B1D (or 0x8D1B1D) is known color: Flame Red. HEX triplet: 8D, 1B and 1D. RGB value is (141,27,29). Sum of RGB (Red+Green+Blue) = 141+27+29=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 27 (10.94% from 255 or 13.71% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1B1D is #72E4E2. Grayscale: #3D3D3D. Windows color (decimal): -7529699 or 1907597. OLE color: 1907597.
HSL color Cylindrical-coordinate representation of color #8D1B1D: hue angle of 358.95º 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 #8D1B1D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 27 | 29 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.45 |
| HSL | 358.95º | 0.68% | 0.33% | - |
| HSV(B) | 358.95º | 0.81% | 0.55% | - |
| XYZ | 11.6 | 6.54 | 1.81 | - |
| YUV | 61.31 | 109.77 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 29 | 0 | 0.81 | 0.79 | 0.45 | 358.95 | 0.68 | 0.33 |
| Hex | 8D | 1B | 1D | 0 | 51 | 4F | 2D | 167 | 44 | 21 |
| Octal | 215 | 33 | 35 | 0 | 121 | 117 | 55 | 547 | 104 | 41 |
| Binary | 10001101 | 11011 | 11101 | 0 | 1010001 | 1001111 | 101101 | 101100111 | 1000100 | 100001 |
Color Harmonies of #8D1B1D
Complementary color
Monochromatic Colors of #8D1B1D
Black with #8D1B1D
Text Example
Text Example
White with #8D1B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B1D; }
p { color: rgb(141,27,29); }
H1.HeaderClassName
{
color: #8D1B1D;
}
.AnyTagClassName
{
color: #8D1B1D;
}
</style>
background-color css
<style>
a { background-color: #8D1B1D; }
a { background-color: rgb(141,27,29); }
div.DivClassName
{
background-color: #8D1B1D;
}
.BgClassName
{
background-color: #8D1B1D;
}
</style>
border-color css
<style>
span { border-color: #8D1B1D; }
span { border-color: rgb(141,27,29); }
td.TdClassName
{
border-color: #8D1B1D;
}
.TagClassName
{
border-color: #8D1B1D;
}
</style>