Shades of Flame Red #901627
Tints of Flame Red #901627
RGB
CMYK
RGB Variations
Color information
#901627 (or 0x901627) is known color: Flame Red. HEX triplet: 90, 16 and 27. RGB value is (144,22,39). Sum of RGB (Red+Green+Blue) = 144+22+39=205 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.24% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 144 - color contains mainly: red. Hex color #901627 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901627 is #6FE9D8. Grayscale: #3C3C3C. Windows color (decimal): -7334361 or 2561680. OLE color: 2561680.
HSL color Cylindrical-coordinate representation of color #901627: hue angle of 351.64º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #901627 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 39 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.44 |
| HSL | 351.64º | 0.73% | 0.33% | - |
| HSV(B) | 351.64º | 0.85% | 0.56% | - |
| XYZ | 12.15 | 6.65 | 2.56 | - |
| YUV | 60.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 39 | 0 | 0.85 | 0.73 | 0.44 | 351.64 | 0.73 | 0.33 |
| Hex | 90 | 16 | 27 | 0 | 55 | 49 | 2C | 160 | 49 | 21 |
| Octal | 220 | 26 | 47 | 0 | 125 | 111 | 54 | 540 | 111 | 41 |
| Binary | 10010000 | 10110 | 100111 | 0 | 1010101 | 1001001 | 101100 | 101100000 | 1001001 | 100001 |
Color Harmonies of #901627
Complementary color
Monochromatic Colors of #901627
Black with #901627
Text Example
Text Example
White with #901627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901627; }
p { color: rgb(144,22,39); }
H1.HeaderClassName
{
color: #901627;
}
.AnyTagClassName
{
color: #901627;
}
</style>
background-color css
<style>
a { background-color: #901627; }
a { background-color: rgb(144,22,39); }
div.DivClassName
{
background-color: #901627;
}
.BgClassName
{
background-color: #901627;
}
</style>
border-color css
<style>
span { border-color: #901627; }
span { border-color: rgb(144,22,39); }
td.TdClassName
{
border-color: #901627;
}
.TagClassName
{
border-color: #901627;
}
</style>