Shades of Flame Red #8D2526
Tints of Flame Red #8D2526
RGB
CMYK
RGB Variations
Color information
#8D2526 (or 0x8D2526) is known color: Flame Red. HEX triplet: 8D, 25 and 26. RGB value is (141,37,38). Sum of RGB (Red+Green+Blue) = 141+37+38=216 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.28% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2526 is #72DAD9. Grayscale: #444444. Windows color (decimal): -7527130 or 2499981. OLE color: 2499981.
HSL color Cylindrical-coordinate representation of color #8D2526: hue angle of 359.42º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D2526 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 38 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.45 |
| HSL | 359.42º | 0.58% | 0.35% | - |
| HSV(B) | 359.42º | 0.74% | 0.55% | - |
| XYZ | 12 | 7.13 | 2.58 | - |
| YUV | 68.21 | 110.96 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 38 | 0 | 0.74 | 0.73 | 0.45 | 359.42 | 0.58 | 0.35 |
| Hex | 8D | 25 | 26 | 0 | 4A | 49 | 2D | 167 | 3A | 23 |
| Octal | 215 | 45 | 46 | 0 | 112 | 111 | 55 | 547 | 72 | 43 |
| Binary | 10001101 | 100101 | 100110 | 0 | 1001010 | 1001001 | 101101 | 101100111 | 111010 | 100011 |
Color Harmonies of #8D2526
Complementary color
Monochromatic Colors of #8D2526
Black with #8D2526
Text Example
Text Example
White with #8D2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2526; }
p { color: rgb(141,37,38); }
H1.HeaderClassName
{
color: #8D2526;
}
.AnyTagClassName
{
color: #8D2526;
}
</style>
background-color css
<style>
a { background-color: #8D2526; }
a { background-color: rgb(141,37,38); }
div.DivClassName
{
background-color: #8D2526;
}
.BgClassName
{
background-color: #8D2526;
}
</style>
border-color css
<style>
span { border-color: #8D2526; }
span { border-color: rgb(141,37,38); }
td.TdClassName
{
border-color: #8D2526;
}
.TagClassName
{
border-color: #8D2526;
}
</style>