Shades of Flame Red #901728
Tints of Flame Red #901728
RGB
CMYK
RGB Variations
Color information
#901728 (or 0x901728) is known color: Flame Red. HEX triplet: 90, 17 and 28. RGB value is (144,23,40). Sum of RGB (Red+Green+Blue) = 144+23+40=207 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.57% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 144 - color contains mainly: red. Hex color #901728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901728 is #6FE8D7. Grayscale: #3D3D3D. Windows color (decimal): -7334104 or 2627472. OLE color: 2627472.
HSL color Cylindrical-coordinate representation of color #901728: hue angle of 351.57º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901728 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 40 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.44 |
| HSL | 351.57º | 0.72% | 0.33% | - |
| HSV(B) | 351.57º | 0.84% | 0.56% | - |
| XYZ | 12.19 | 6.7 | 2.66 | - |
| YUV | 61.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 40 | 0 | 0.84 | 0.72 | 0.44 | 351.57 | 0.72 | 0.33 |
| Hex | 90 | 17 | 28 | 0 | 54 | 48 | 2C | 160 | 48 | 21 |
| Octal | 220 | 27 | 50 | 0 | 124 | 110 | 54 | 540 | 110 | 41 |
| Binary | 10010000 | 10111 | 101000 | 0 | 1010100 | 1001000 | 101100 | 101100000 | 1001000 | 100001 |
Color Harmonies of #901728
Complementary color
Monochromatic Colors of #901728
Black with #901728
Text Example
Text Example
White with #901728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901728; }
p { color: rgb(144,23,40); }
H1.HeaderClassName
{
color: #901728;
}
.AnyTagClassName
{
color: #901728;
}
</style>
background-color css
<style>
a { background-color: #901728; }
a { background-color: rgb(144,23,40); }
div.DivClassName
{
background-color: #901728;
}
.BgClassName
{
background-color: #901728;
}
</style>
border-color css
<style>
span { border-color: #901728; }
span { border-color: rgb(144,23,40); }
td.TdClassName
{
border-color: #901728;
}
.TagClassName
{
border-color: #901728;
}
</style>