Shades of Flame Red #8D1C28
Tints of Flame Red #8D1C28
RGB
CMYK
RGB Variations
Color information
#8D1C28 (or 0x8D1C28) is known color: Flame Red. HEX triplet: 8D, 1C and 28. RGB value is (141,28,40). Sum of RGB (Red+Green+Blue) = 141+28+40=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C28 is #72E3D7. Grayscale: #3F3F3F. Windows color (decimal): -7529432 or 2628749. OLE color: 2628749.
HSL color Cylindrical-coordinate representation of color #8D1C28: hue angle of 353.63º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C28 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 28 | 40 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.45 |
| HSL | 353.63º | 0.67% | 0.33% | - |
| HSV(B) | 353.63º | 0.8% | 0.55% | - |
| XYZ | 11.78 | 6.65 | 2.67 | - |
| YUV | 63.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 28 | 40 | 0 | 0.80 | 0.72 | 0.45 | 353.63 | 0.67 | 0.33 |
| Hex | 8D | 1C | 28 | 0 | 50 | 48 | 2D | 162 | 43 | 21 |
| Octal | 215 | 34 | 50 | 0 | 120 | 110 | 55 | 542 | 103 | 41 |
| Binary | 10001101 | 11100 | 101000 | 0 | 1010000 | 1001000 | 101101 | 101100010 | 1000011 | 100001 |
Color Harmonies of #8D1C28
Complementary color
Monochromatic Colors of #8D1C28
Black with #8D1C28
Text Example
Text Example
White with #8D1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1C28; }
p { color: rgb(141,28,40); }
H1.HeaderClassName
{
color: #8D1C28;
}
.AnyTagClassName
{
color: #8D1C28;
}
</style>
background-color css
<style>
a { background-color: #8D1C28; }
a { background-color: rgb(141,28,40); }
div.DivClassName
{
background-color: #8D1C28;
}
.BgClassName
{
background-color: #8D1C28;
}
</style>
border-color css
<style>
span { border-color: #8D1C28; }
span { border-color: rgb(141,28,40); }
td.TdClassName
{
border-color: #8D1C28;
}
.TagClassName
{
border-color: #8D1C28;
}
</style>