Shades of Flame Red #93191C
Tints of Flame Red #93191C
RGB
CMYK
RGB Variations
Color information
#93191C (or 0x93191C) is known color: Flame Red. HEX triplet: 93, 19 and 1C. RGB value is (147,25,28). Sum of RGB (Red+Green+Blue) = 147+25+28=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #93191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93191C is #6CE6E3. Grayscale: #3D3D3D. Windows color (decimal): -7136996 or 1841555. OLE color: 1841555.
HSL color Cylindrical-coordinate representation of color #93191C: hue angle of 358.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93191C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 25 | 28 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.42 |
| HSL | 358.52º | 0.71% | 0.34% | - |
| HSV(B) | 358.52º | 0.83% | 0.58% | - |
| XYZ | 12.59 | 6.98 | 1.78 | - |
| YUV | 61.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 25 | 28 | 0 | 0.83 | 0.81 | 0.42 | 358.52 | 0.71 | 0.34 |
| Hex | 93 | 19 | 1C | 0 | 53 | 51 | 2A | 167 | 47 | 22 |
| Octal | 223 | 31 | 34 | 0 | 123 | 121 | 52 | 547 | 107 | 42 |
| Binary | 10010011 | 11001 | 11100 | 0 | 1010011 | 1010001 | 101010 | 101100111 | 1000111 | 100010 |
Color Harmonies of #93191C
Complementary color
Monochromatic Colors of #93191C
Black with #93191C
Text Example
Text Example
White with #93191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93191C; }
p { color: rgb(147,25,28); }
H1.HeaderClassName
{
color: #93191C;
}
.AnyTagClassName
{
color: #93191C;
}
</style>
background-color css
<style>
a { background-color: #93191C; }
a { background-color: rgb(147,25,28); }
div.DivClassName
{
background-color: #93191C;
}
.BgClassName
{
background-color: #93191C;
}
</style>
border-color css
<style>
span { border-color: #93191C; }
span { border-color: rgb(147,25,28); }
td.TdClassName
{
border-color: #93191C;
}
.TagClassName
{
border-color: #93191C;
}
</style>