Shades of Flame Red #8D1A1B
Tints of Flame Red #8D1A1B
RGB
CMYK
RGB Variations
Color information
#8D1A1B (or 0x8D1A1B) is known color: Flame Red. HEX triplet: 8D, 1A and 1B. RGB value is (141,26,27). Sum of RGB (Red+Green+Blue) = 141+26+27=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A1B is #72E5E4. Grayscale: #3C3C3C. Windows color (decimal): -7529957 or 1776269. OLE color: 1776269.
HSL color Cylindrical-coordinate representation of color #8D1A1B: hue angle of 359.48º 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 #8D1A1B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 27 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.45 |
| HSL | 359.48º | 0.69% | 0.33% | - |
| HSV(B) | 359.48º | 0.82% | 0.55% | - |
| XYZ | 11.55 | 6.48 | 1.68 | - |
| YUV | 60.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 27 | 0 | 0.82 | 0.81 | 0.45 | 359.48 | 0.69 | 0.33 |
| Hex | 8D | 1A | 1B | 0 | 52 | 51 | 2D | 167 | 45 | 21 |
| Octal | 215 | 32 | 33 | 0 | 122 | 121 | 55 | 547 | 105 | 41 |
| Binary | 10001101 | 11010 | 11011 | 0 | 1010010 | 1010001 | 101101 | 101100111 | 1000101 | 100001 |
Color Harmonies of #8D1A1B
Complementary color
Monochromatic Colors of #8D1A1B
Black with #8D1A1B
Text Example
Text Example
White with #8D1A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A1B; }
p { color: rgb(141,26,27); }
H1.HeaderClassName
{
color: #8D1A1B;
}
.AnyTagClassName
{
color: #8D1A1B;
}
</style>
background-color css
<style>
a { background-color: #8D1A1B; }
a { background-color: rgb(141,26,27); }
div.DivClassName
{
background-color: #8D1A1B;
}
.BgClassName
{
background-color: #8D1A1B;
}
</style>
border-color css
<style>
span { border-color: #8D1A1B; }
span { border-color: rgb(141,26,27); }
td.TdClassName
{
border-color: #8D1A1B;
}
.TagClassName
{
border-color: #8D1A1B;
}
</style>