Shades of Flame Red #911427
Tints of Flame Red #911427
RGB
CMYK
RGB Variations
Color information
#911427 (or 0x911427) is known color: Flame Red. HEX triplet: 91, 14 and 27. RGB value is (145,20,39). Sum of RGB (Red+Green+Blue) = 145+20+39=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #911427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #911427 is #6EEBD8. Grayscale: #3B3B3B. Windows color (decimal): -7269337 or 2561169. OLE color: 2561169.
HSL color Cylindrical-coordinate representation of color #911427: hue angle of 350.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911427 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 39 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.43 |
| HSL | 350.88º | 0.76% | 0.32% | - |
| HSV(B) | 350.88º | 0.86% | 0.57% | - |
| XYZ | 12.29 | 6.67 | 2.56 | - |
| YUV | 59.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 39 | 0 | 0.86 | 0.73 | 0.43 | 350.88 | 0.76 | 0.32 |
| Hex | 91 | 14 | 27 | 0 | 56 | 49 | 2B | 15F | 4C | 20 |
| Octal | 221 | 24 | 47 | 0 | 126 | 111 | 53 | 537 | 114 | 40 |
| Binary | 10010001 | 10100 | 100111 | 0 | 1010110 | 1001001 | 101011 | 101011111 | 1001100 | 100000 |
Color Harmonies of #911427
Complementary color
Monochromatic Colors of #911427
Black with #911427
Text Example
Text Example
White with #911427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911427; }
p { color: rgb(145,20,39); }
H1.HeaderClassName
{
color: #911427;
}
.AnyTagClassName
{
color: #911427;
}
</style>
background-color css
<style>
a { background-color: #911427; }
a { background-color: rgb(145,20,39); }
div.DivClassName
{
background-color: #911427;
}
.BgClassName
{
background-color: #911427;
}
</style>
border-color css
<style>
span { border-color: #911427; }
span { border-color: rgb(145,20,39); }
td.TdClassName
{
border-color: #911427;
}
.TagClassName
{
border-color: #911427;
}
</style>