Shades of Flame Red #8D1A26
Tints of Flame Red #8D1A26
RGB
CMYK
RGB Variations
Color information
#8D1A26 (or 0x8D1A26) is known color: Flame Red. HEX triplet: 8D, 1A and 26. RGB value is (141,26,38). Sum of RGB (Red+Green+Blue) = 141+26+38=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A26 is #72E5D9. Grayscale: #3D3D3D. Windows color (decimal): -7529946 or 2497165. OLE color: 2497165.
HSL color Cylindrical-coordinate representation of color #8D1A26: hue angle of 353.74º 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 #8D1A26 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 26 | 38 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.45 |
| HSL | 353.74º | 0.69% | 0.33% | - |
| HSV(B) | 353.74º | 0.82% | 0.55% | - |
| XYZ | 11.7 | 6.54 | 2.48 | - |
| YUV | 61.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 38 | 0 | 0.82 | 0.73 | 0.45 | 353.74 | 0.69 | 0.33 |
| Hex | 8D | 1A | 26 | 0 | 52 | 49 | 2D | 162 | 45 | 21 |
| Octal | 215 | 32 | 46 | 0 | 122 | 111 | 55 | 542 | 105 | 41 |
| Binary | 10001101 | 11010 | 100110 | 0 | 1010010 | 1001001 | 101101 | 101100010 | 1000101 | 100001 |
Color Harmonies of #8D1A26
Complementary color
Monochromatic Colors of #8D1A26
Black with #8D1A26
Text Example
Text Example
White with #8D1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1A26; }
p { color: rgb(141,26,38); }
H1.HeaderClassName
{
color: #8D1A26;
}
.AnyTagClassName
{
color: #8D1A26;
}
</style>
background-color css
<style>
a { background-color: #8D1A26; }
a { background-color: rgb(141,26,38); }
div.DivClassName
{
background-color: #8D1A26;
}
.BgClassName
{
background-color: #8D1A26;
}
</style>
border-color css
<style>
span { border-color: #8D1A26; }
span { border-color: rgb(141,26,38); }
td.TdClassName
{
border-color: #8D1A26;
}
.TagClassName
{
border-color: #8D1A26;
}
</style>