Shades of Flame Red #911F20
Tints of Flame Red #911F20
RGB
CMYK
RGB Variations
Color information
#911F20 (or 0x911F20) is known color: Flame Red. HEX triplet: 91, 1F and 20. RGB value is (145,31,32). Sum of RGB (Red+Green+Blue) = 145+31+32=208 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.71% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 145 - color contains mainly: red. Hex color #911F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911F20 is #6EE0DF. Grayscale: #414141. Windows color (decimal): -7266528 or 2105233. OLE color: 2105233.
HSL color Cylindrical-coordinate representation of color #911F20: hue angle of 359.47º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #911F20 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 31 | 32 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.43 |
| HSL | 359.47º | 0.65% | 0.35% | - |
| HSV(B) | 359.47º | 0.79% | 0.57% | - |
| XYZ | 12.43 | 7.1 | 2.08 | - |
| YUV | 65.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 32 | 0 | 0.79 | 0.78 | 0.43 | 359.47 | 0.65 | 0.35 |
| Hex | 91 | 1F | 20 | 0 | 4F | 4E | 2B | 167 | 41 | 23 |
| Octal | 221 | 37 | 40 | 0 | 117 | 116 | 53 | 547 | 101 | 43 |
| Binary | 10010001 | 11111 | 100000 | 0 | 1001111 | 1001110 | 101011 | 101100111 | 1000001 | 100011 |
Color Harmonies of #911F20
Complementary color
Monochromatic Colors of #911F20
Black with #911F20
Text Example
Text Example
White with #911F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911F20; }
p { color: rgb(145,31,32); }
H1.HeaderClassName
{
color: #911F20;
}
.AnyTagClassName
{
color: #911F20;
}
</style>
background-color css
<style>
a { background-color: #911F20; }
a { background-color: rgb(145,31,32); }
div.DivClassName
{
background-color: #911F20;
}
.BgClassName
{
background-color: #911F20;
}
</style>
border-color css
<style>
span { border-color: #911F20; }
span { border-color: rgb(145,31,32); }
td.TdClassName
{
border-color: #911F20;
}
.TagClassName
{
border-color: #911F20;
}
</style>