Shades of Flame Red #911925
Tints of Flame Red #911925
RGB
CMYK
RGB Variations
Color information
#911925 (or 0x911925) is known color: Flame Red. HEX triplet: 91, 19 and 25. RGB value is (145,25,37). Sum of RGB (Red+Green+Blue) = 145+25+37=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #911925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911925 is #6EE6DA. Grayscale: #3E3E3E. Windows color (decimal): -7268059 or 2431377. OLE color: 2431377.
HSL color Cylindrical-coordinate representation of color #911925: hue angle of 354º 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 #911925 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 25 | 37 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.43 |
| HSL | 354º | 0.71% | 0.33% | - |
| HSV(B) | 354º | 0.83% | 0.57% | - |
| XYZ | 12.36 | 6.85 | 2.42 | - |
| YUV | 62.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 25 | 37 | 0 | 0.83 | 0.74 | 0.43 | 354 | 0.71 | 0.33 |
| Hex | 91 | 19 | 25 | 0 | 53 | 4A | 2B | 162 | 47 | 21 |
| Octal | 221 | 31 | 45 | 0 | 123 | 112 | 53 | 542 | 107 | 41 |
| Binary | 10010001 | 11001 | 100101 | 0 | 1010011 | 1001010 | 101011 | 101100010 | 1000111 | 100001 |
Color Harmonies of #911925
Complementary color
Monochromatic Colors of #911925
Black with #911925
Text Example
Text Example
White with #911925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911925; }
p { color: rgb(145,25,37); }
H1.HeaderClassName
{
color: #911925;
}
.AnyTagClassName
{
color: #911925;
}
</style>
background-color css
<style>
a { background-color: #911925; }
a { background-color: rgb(145,25,37); }
div.DivClassName
{
background-color: #911925;
}
.BgClassName
{
background-color: #911925;
}
</style>
border-color css
<style>
span { border-color: #911925; }
span { border-color: rgb(145,25,37); }
td.TdClassName
{
border-color: #911925;
}
.TagClassName
{
border-color: #911925;
}
</style>