Shades of Flame Red #911625
Tints of Flame Red #911625
RGB
CMYK
RGB Variations
Color information
#911625 (or 0x911625) is known color: Flame Red. HEX triplet: 91, 16 and 25. RGB value is (145,22,37). Sum of RGB (Red+Green+Blue) = 145+22+37=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #911625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911625 is #6EE9DA. Grayscale: #3C3C3C. Windows color (decimal): -7268827 or 2430609. OLE color: 2430609.
HSL color Cylindrical-coordinate representation of color #911625: hue angle of 352.68º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911625 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 37 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.43 |
| HSL | 352.68º | 0.74% | 0.33% | - |
| HSV(B) | 352.68º | 0.85% | 0.57% | - |
| XYZ | 12.3 | 6.73 | 2.4 | - |
| YUV | 60.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 37 | 0 | 0.85 | 0.74 | 0.43 | 352.68 | 0.74 | 0.33 |
| Hex | 91 | 16 | 25 | 0 | 55 | 4A | 2B | 161 | 4A | 21 |
| Octal | 221 | 26 | 45 | 0 | 125 | 112 | 53 | 541 | 112 | 41 |
| Binary | 10010001 | 10110 | 100101 | 0 | 1010101 | 1001010 | 101011 | 101100001 | 1001010 | 100001 |
Color Harmonies of #911625
Complementary color
Monochromatic Colors of #911625
Black with #911625
Text Example
Text Example
White with #911625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911625; }
p { color: rgb(145,22,37); }
H1.HeaderClassName
{
color: #911625;
}
.AnyTagClassName
{
color: #911625;
}
</style>
background-color css
<style>
a { background-color: #911625; }
a { background-color: rgb(145,22,37); }
div.DivClassName
{
background-color: #911625;
}
.BgClassName
{
background-color: #911625;
}
</style>
border-color css
<style>
span { border-color: #911625; }
span { border-color: rgb(145,22,37); }
td.TdClassName
{
border-color: #911625;
}
.TagClassName
{
border-color: #911625;
}
</style>