Shades of Flame Red #8D1925
Tints of Flame Red #8D1925
RGB
CMYK
RGB Variations
Color information
#8D1925 (or 0x8D1925) is known color: Flame Red. HEX triplet: 8D, 19 and 25. RGB value is (141,25,37). Sum of RGB (Red+Green+Blue) = 141+25+37=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1925 is #72E6DA. Grayscale: #3D3D3D. Windows color (decimal): -7530203 or 2431373. OLE color: 2431373.
HSL color Cylindrical-coordinate representation of color #8D1925: hue angle of 353.79º degrees, saturation: 0.7, 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 #8D1925 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 37 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.45 |
| HSL | 353.79º | 0.7% | 0.33% | - |
| HSV(B) | 353.79º | 0.82% | 0.55% | - |
| XYZ | 11.67 | 6.49 | 2.39 | - |
| YUV | 61.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 37 | 0 | 0.82 | 0.74 | 0.45 | 353.79 | 0.7 | 0.33 |
| Hex | 8D | 19 | 25 | 0 | 52 | 4A | 2D | 162 | 46 | 21 |
| Octal | 215 | 31 | 45 | 0 | 122 | 112 | 55 | 542 | 106 | 41 |
| Binary | 10001101 | 11001 | 100101 | 0 | 1010010 | 1001010 | 101101 | 101100010 | 1000110 | 100001 |
Color Harmonies of #8D1925
Complementary color
Monochromatic Colors of #8D1925
Black with #8D1925
Text Example
Text Example
White with #8D1925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1925; }
p { color: rgb(141,25,37); }
H1.HeaderClassName
{
color: #8D1925;
}
.AnyTagClassName
{
color: #8D1925;
}
</style>
background-color css
<style>
a { background-color: #8D1925; }
a { background-color: rgb(141,25,37); }
div.DivClassName
{
background-color: #8D1925;
}
.BgClassName
{
background-color: #8D1925;
}
</style>
border-color css
<style>
span { border-color: #8D1925; }
span { border-color: rgb(141,25,37); }
td.TdClassName
{
border-color: #8D1925;
}
.TagClassName
{
border-color: #8D1925;
}
</style>