Shades of Flame Red #911C21
Tints of Flame Red #911C21
RGB
CMYK
RGB Variations
Color information
#911C21 (or 0x911C21) is known color: Flame Red. HEX triplet: 91, 1C and 21. RGB value is (145,28,33). Sum of RGB (Red+Green+Blue) = 145+28+33=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #911C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C21 is #6EE3DE. Grayscale: #3F3F3F. Windows color (decimal): -7267295 or 2170001. OLE color: 2170001.
HSL color Cylindrical-coordinate representation of color #911C21: hue angle of 357.44º 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 #911C21 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 33 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.43 |
| HSL | 357.44º | 0.68% | 0.34% | - |
| HSV(B) | 357.44º | 0.81% | 0.57% | - |
| XYZ | 12.37 | 6.96 | 2.13 | - |
| YUV | 63.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 33 | 0 | 0.81 | 0.77 | 0.43 | 357.44 | 0.68 | 0.34 |
| Hex | 91 | 1C | 21 | 0 | 51 | 4D | 2B | 165 | 44 | 22 |
| Octal | 221 | 34 | 41 | 0 | 121 | 115 | 53 | 545 | 104 | 42 |
| Binary | 10010001 | 11100 | 100001 | 0 | 1010001 | 1001101 | 101011 | 101100101 | 1000100 | 100010 |
Color Harmonies of #911C21
Complementary color
Monochromatic Colors of #911C21
Black with #911C21
Text Example
Text Example
White with #911C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C21; }
p { color: rgb(145,28,33); }
H1.HeaderClassName
{
color: #911C21;
}
.AnyTagClassName
{
color: #911C21;
}
</style>
background-color css
<style>
a { background-color: #911C21; }
a { background-color: rgb(145,28,33); }
div.DivClassName
{
background-color: #911C21;
}
.BgClassName
{
background-color: #911C21;
}
</style>
border-color css
<style>
span { border-color: #911C21; }
span { border-color: rgb(145,28,33); }
td.TdClassName
{
border-color: #911C21;
}
.TagClassName
{
border-color: #911C21;
}
</style>