Shades of Flame Red #931A1C
Tints of Flame Red #931A1C
RGB
CMYK
RGB Variations
Color information
#931A1C (or 0x931A1C) is known color: Flame Red. HEX triplet: 93, 1A and 1C. RGB value is (147,26,28). Sum of RGB (Red+Green+Blue) = 147+26+28=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #931A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931A1C is #6CE5E3. Grayscale: #3E3E3E. Windows color (decimal): -7136740 or 1841811. OLE color: 1841811.
HSL color Cylindrical-coordinate representation of color #931A1C: hue angle of 359.01º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #931A1C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 28 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.42 |
| HSL | 359.01º | 0.7% | 0.34% | - |
| HSV(B) | 359.01º | 0.82% | 0.58% | - |
| XYZ | 12.61 | 7.03 | 1.79 | - |
| YUV | 62.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 28 | 0 | 0.82 | 0.81 | 0.42 | 359.01 | 0.7 | 0.34 |
| Hex | 93 | 1A | 1C | 0 | 52 | 51 | 2A | 167 | 46 | 22 |
| Octal | 223 | 32 | 34 | 0 | 122 | 121 | 52 | 547 | 106 | 42 |
| Binary | 10010011 | 11010 | 11100 | 0 | 1010010 | 1010001 | 101010 | 101100111 | 1000110 | 100010 |
Color Harmonies of #931A1C
Complementary color
Monochromatic Colors of #931A1C
Black with #931A1C
Text Example
Text Example
White with #931A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A1C; }
p { color: rgb(147,26,28); }
H1.HeaderClassName
{
color: #931A1C;
}
.AnyTagClassName
{
color: #931A1C;
}
</style>
background-color css
<style>
a { background-color: #931A1C; }
a { background-color: rgb(147,26,28); }
div.DivClassName
{
background-color: #931A1C;
}
.BgClassName
{
background-color: #931A1C;
}
</style>
border-color css
<style>
span { border-color: #931A1C; }
span { border-color: rgb(147,26,28); }
td.TdClassName
{
border-color: #931A1C;
}
.TagClassName
{
border-color: #931A1C;
}
</style>