Shades of Flame Red #901F25
Tints of Flame Red #901F25
RGB
CMYK
RGB Variations
Color information
#901F25 (or 0x901F25) is known color: Flame Red. HEX triplet: 90, 1F and 25. RGB value is (144,31,37). Sum of RGB (Red+Green+Blue) = 144+31+37=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #901F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901F25 is #6FE0DA. Grayscale: #414141. Windows color (decimal): -7332059 or 2432912. OLE color: 2432912.
HSL color Cylindrical-coordinate representation of color #901F25: hue angle of 356.81º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #901F25 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 37 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.44 |
| HSL | 356.81º | 0.65% | 0.34% | - |
| HSV(B) | 356.81º | 0.78% | 0.56% | - |
| XYZ | 12.33 | 7.04 | 2.46 | - |
| YUV | 65.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 37 | 0 | 0.78 | 0.74 | 0.44 | 356.81 | 0.65 | 0.34 |
| Hex | 90 | 1F | 25 | 0 | 4E | 4A | 2C | 165 | 41 | 22 |
| Octal | 220 | 37 | 45 | 0 | 116 | 112 | 54 | 545 | 101 | 42 |
| Binary | 10010000 | 11111 | 100101 | 0 | 1001110 | 1001010 | 101100 | 101100101 | 1000001 | 100010 |
Color Harmonies of #901F25
Complementary color
Monochromatic Colors of #901F25
Black with #901F25
Text Example
Text Example
White with #901F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F25; }
p { color: rgb(144,31,37); }
H1.HeaderClassName
{
color: #901F25;
}
.AnyTagClassName
{
color: #901F25;
}
</style>
background-color css
<style>
a { background-color: #901F25; }
a { background-color: rgb(144,31,37); }
div.DivClassName
{
background-color: #901F25;
}
.BgClassName
{
background-color: #901F25;
}
</style>
border-color css
<style>
span { border-color: #901F25; }
span { border-color: rgb(144,31,37); }
td.TdClassName
{
border-color: #901F25;
}
.TagClassName
{
border-color: #901F25;
}
</style>