Shades of Flame Red #91181F
Tints of Flame Red #91181F
RGB
CMYK
RGB Variations
Color information
#91181F (or 0x91181F) is known color: Flame Red. HEX triplet: 91, 18 and 1F. RGB value is (145,24,31). Sum of RGB (Red+Green+Blue) = 145+24+31=200 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 145 - color contains mainly: red. Hex color #91181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91181F is #6EE7E0. Grayscale: #3D3D3D. Windows color (decimal): -7268321 or 2037905. OLE color: 2037905.
HSL color Cylindrical-coordinate representation of color #91181F: hue angle of 356.53º degrees, saturation: 0.72, 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 #91181F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 24 | 31 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.43 |
| HSL | 356.53º | 0.72% | 0.33% | - |
| HSV(B) | 356.53º | 0.83% | 0.57% | - |
| XYZ | 12.25 | 6.77 | 1.96 | - |
| YUV | 60.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 24 | 31 | 0 | 0.83 | 0.79 | 0.43 | 356.53 | 0.72 | 0.33 |
| Hex | 91 | 18 | 1F | 0 | 53 | 4F | 2B | 165 | 48 | 21 |
| Octal | 221 | 30 | 37 | 0 | 123 | 117 | 53 | 545 | 110 | 41 |
| Binary | 10010001 | 11000 | 11111 | 0 | 1010011 | 1001111 | 101011 | 101100101 | 1001000 | 100001 |
Color Harmonies of #91181F
Complementary color
Monochromatic Colors of #91181F
Black with #91181F
Text Example
Text Example
White with #91181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91181F; }
p { color: rgb(145,24,31); }
H1.HeaderClassName
{
color: #91181F;
}
.AnyTagClassName
{
color: #91181F;
}
</style>
background-color css
<style>
a { background-color: #91181F; }
a { background-color: rgb(145,24,31); }
div.DivClassName
{
background-color: #91181F;
}
.BgClassName
{
background-color: #91181F;
}
</style>
border-color css
<style>
span { border-color: #91181F; }
span { border-color: rgb(145,24,31); }
td.TdClassName
{
border-color: #91181F;
}
.TagClassName
{
border-color: #91181F;
}
</style>