Shades of Flame Red #911C20
Tints of Flame Red #911C20
RGB
CMYK
RGB Variations
Color information
#911C20 (or 0x911C20) is known color: Flame Red. HEX triplet: 91, 1C and 20. RGB value is (145,28,32). Sum of RGB (Red+Green+Blue) = 145+28+32=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #911C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C20 is #6EE3DF. Grayscale: #3F3F3F. Windows color (decimal): -7267296 or 2104465. OLE color: 2104465.
HSL color Cylindrical-coordinate representation of color #911C20: hue angle of 357.95º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C20 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 32 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.43 |
| HSL | 357.95º | 0.68% | 0.34% | - |
| HSV(B) | 357.95º | 0.81% | 0.57% | - |
| XYZ | 12.35 | 6.95 | 2.06 | - |
| YUV | 63.44 | 110.26 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 32 | 0 | 0.81 | 0.78 | 0.43 | 357.95 | 0.68 | 0.34 |
| Hex | 91 | 1C | 20 | 0 | 51 | 4E | 2B | 166 | 44 | 22 |
| Octal | 221 | 34 | 40 | 0 | 121 | 116 | 53 | 546 | 104 | 42 |
| Binary | 10010001 | 11100 | 100000 | 0 | 1010001 | 1001110 | 101011 | 101100110 | 1000100 | 100010 |
Color Harmonies of #911C20
Complementary color
Monochromatic Colors of #911C20
Black with #911C20
Text Example
Text Example
White with #911C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C20; }
p { color: rgb(145,28,32); }
H1.HeaderClassName
{
color: #911C20;
}
.AnyTagClassName
{
color: #911C20;
}
</style>
background-color css
<style>
a { background-color: #911C20; }
a { background-color: rgb(145,28,32); }
div.DivClassName
{
background-color: #911C20;
}
.BgClassName
{
background-color: #911C20;
}
</style>
border-color css
<style>
span { border-color: #911C20; }
span { border-color: rgb(145,28,32); }
td.TdClassName
{
border-color: #911C20;
}
.TagClassName
{
border-color: #911C20;
}
</style>