Shades of Flame Red #911721
Tints of Flame Red #911721
RGB
CMYK
RGB Variations
Color information
#911721 (or 0x911721) is known color: Flame Red. HEX triplet: 91, 17 and 21. RGB value is (145,23,33). Sum of RGB (Red+Green+Blue) = 145+23+33=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #911721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911721 is #6EE8DE. Grayscale: #3C3C3C. Windows color (decimal): -7268575 or 2168721. OLE color: 2168721.
HSL color Cylindrical-coordinate representation of color #911721: hue angle of 355.08º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911721 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 33 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.43 |
| HSL | 355.08º | 0.73% | 0.33% | - |
| HSV(B) | 355.08º | 0.84% | 0.57% | - |
| XYZ | 12.26 | 6.74 | 2.09 | - |
| YUV | 60.62 | 112.42 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 33 | 0 | 0.84 | 0.77 | 0.43 | 355.08 | 0.73 | 0.33 |
| Hex | 91 | 17 | 21 | 0 | 54 | 4D | 2B | 163 | 49 | 21 |
| Octal | 221 | 27 | 41 | 0 | 124 | 115 | 53 | 543 | 111 | 41 |
| Binary | 10010001 | 10111 | 100001 | 0 | 1010100 | 1001101 | 101011 | 101100011 | 1001001 | 100001 |
Color Harmonies of #911721
Complementary color
Monochromatic Colors of #911721
Black with #911721
Text Example
Text Example
White with #911721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911721; }
p { color: rgb(145,23,33); }
H1.HeaderClassName
{
color: #911721;
}
.AnyTagClassName
{
color: #911721;
}
</style>
background-color css
<style>
a { background-color: #911721; }
a { background-color: rgb(145,23,33); }
div.DivClassName
{
background-color: #911721;
}
.BgClassName
{
background-color: #911721;
}
</style>
border-color css
<style>
span { border-color: #911721; }
span { border-color: rgb(145,23,33); }
td.TdClassName
{
border-color: #911721;
}
.TagClassName
{
border-color: #911721;
}
</style>