Shades of Flame Red #8D2426
Tints of Flame Red #8D2426
RGB
CMYK
RGB Variations
Color information
#8D2426 (or 0x8D2426) is known color: Flame Red. HEX triplet: 8D, 24 and 26. RGB value is (141,36,38). Sum of RGB (Red+Green+Blue) = 141+36+38=215 (28% of max value = 765). Red value is 141 (55.47% from 255 or 65.58% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2426 is #72DBD9. Grayscale: #434343. Windows color (decimal): -7527386 or 2499725. OLE color: 2499725.
HSL color Cylindrical-coordinate representation of color #8D2426: hue angle of 358.86º degrees, saturation: 0.59, 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 #8D2426 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 38 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.45 |
| HSL | 358.86º | 0.59% | 0.35% | - |
| HSV(B) | 358.86º | 0.74% | 0.55% | - |
| XYZ | 11.97 | 7.06 | 2.57 | - |
| YUV | 67.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 38 | 0 | 0.74 | 0.73 | 0.45 | 358.86 | 0.59 | 0.35 |
| Hex | 8D | 24 | 26 | 0 | 4A | 49 | 2D | 167 | 3B | 23 |
| Octal | 215 | 44 | 46 | 0 | 112 | 111 | 55 | 547 | 73 | 43 |
| Binary | 10001101 | 100100 | 100110 | 0 | 1001010 | 1001001 | 101101 | 101100111 | 111011 | 100011 |
Color Harmonies of #8D2426
Complementary color
Monochromatic Colors of #8D2426
Black with #8D2426
Text Example
Text Example
White with #8D2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2426; }
p { color: rgb(141,36,38); }
H1.HeaderClassName
{
color: #8D2426;
}
.AnyTagClassName
{
color: #8D2426;
}
</style>
background-color css
<style>
a { background-color: #8D2426; }
a { background-color: rgb(141,36,38); }
div.DivClassName
{
background-color: #8D2426;
}
.BgClassName
{
background-color: #8D2426;
}
</style>
border-color css
<style>
span { border-color: #8D2426; }
span { border-color: rgb(141,36,38); }
td.TdClassName
{
border-color: #8D2426;
}
.TagClassName
{
border-color: #8D2426;
}
</style>