Shades of Flame Red #91191F
Tints of Flame Red #91191F
RGB
CMYK
RGB Variations
Color information
#91191F (or 0x91191F) is known color: Flame Red. HEX triplet: 91, 19 and 1F. RGB value is (145,25,31). Sum of RGB (Red+Green+Blue) = 145+25+31=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #91191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91191F is #6EE6E0. Grayscale: #3D3D3D. Windows color (decimal): -7268065 or 2038161. OLE color: 2038161.
HSL color Cylindrical-coordinate representation of color #91191F: hue angle of 357º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91191F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 31 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.43 |
| HSL | 357º | 0.71% | 0.33% | - |
| HSV(B) | 357º | 0.83% | 0.57% | - |
| XYZ | 12.27 | 6.81 | 1.96 | - |
| YUV | 61.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 31 | 0 | 0.83 | 0.79 | 0.43 | 357 | 0.71 | 0.33 |
| Hex | 91 | 19 | 1F | 0 | 53 | 4F | 2B | 165 | 47 | 21 |
| Octal | 221 | 31 | 37 | 0 | 123 | 117 | 53 | 545 | 107 | 41 |
| Binary | 10010001 | 11001 | 11111 | 0 | 1010011 | 1001111 | 101011 | 101100101 | 1000111 | 100001 |
Color Harmonies of #91191F
Complementary color
Monochromatic Colors of #91191F
Black with #91191F
Text Example
Text Example
White with #91191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91191F; }
p { color: rgb(145,25,31); }
H1.HeaderClassName
{
color: #91191F;
}
.AnyTagClassName
{
color: #91191F;
}
</style>
background-color css
<style>
a { background-color: #91191F; }
a { background-color: rgb(145,25,31); }
div.DivClassName
{
background-color: #91191F;
}
.BgClassName
{
background-color: #91191F;
}
</style>
border-color css
<style>
span { border-color: #91191F; }
span { border-color: rgb(145,25,31); }
td.TdClassName
{
border-color: #91191F;
}
.TagClassName
{
border-color: #91191F;
}
</style>