Shades of Flame Red #911A20
Tints of Flame Red #911A20
RGB
CMYK
RGB Variations
Color information
#911A20 (or 0x911A20) is known color: Flame Red. HEX triplet: 91, 1A and 20. RGB value is (145,26,32). Sum of RGB (Red+Green+Blue) = 145+26+32=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #911A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911A20 is #6EE5DF. Grayscale: #3E3E3E. Windows color (decimal): -7267808 or 2103953. OLE color: 2103953.
HSL color Cylindrical-coordinate representation of color #911A20: hue angle of 356.97º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A20 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 32 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.43 |
| HSL | 356.97º | 0.7% | 0.34% | - |
| HSV(B) | 356.97º | 0.82% | 0.57% | - |
| XYZ | 12.31 | 6.86 | 2.04 | - |
| YUV | 62.27 | 110.92 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 32 | 0 | 0.82 | 0.78 | 0.43 | 356.97 | 0.7 | 0.34 |
| Hex | 91 | 1A | 20 | 0 | 52 | 4E | 2B | 165 | 46 | 22 |
| Octal | 221 | 32 | 40 | 0 | 122 | 116 | 53 | 545 | 106 | 42 |
| Binary | 10010001 | 11010 | 100000 | 0 | 1010010 | 1001110 | 101011 | 101100101 | 1000110 | 100010 |
Color Harmonies of #911A20
Complementary color
Monochromatic Colors of #911A20
Black with #911A20
Text Example
Text Example
White with #911A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A20; }
p { color: rgb(145,26,32); }
H1.HeaderClassName
{
color: #911A20;
}
.AnyTagClassName
{
color: #911A20;
}
</style>
background-color css
<style>
a { background-color: #911A20; }
a { background-color: rgb(145,26,32); }
div.DivClassName
{
background-color: #911A20;
}
.BgClassName
{
background-color: #911A20;
}
</style>
border-color css
<style>
span { border-color: #911A20; }
span { border-color: rgb(145,26,32); }
td.TdClassName
{
border-color: #911A20;
}
.TagClassName
{
border-color: #911A20;
}
</style>