Shades of Flame Red #901F23
Tints of Flame Red #901F23
RGB
CMYK
RGB Variations
Color information
#901F23 (or 0x901F23) is known color: Flame Red. HEX triplet: 90, 1F and 23. RGB value is (144,31,35). Sum of RGB (Red+Green+Blue) = 144+31+35=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #901F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901F23 is #6FE0DC. Grayscale: #414141. Windows color (decimal): -7332061 or 2301840. OLE color: 2301840.
HSL color Cylindrical-coordinate representation of color #901F23: hue angle of 357.88º 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 #901F23 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 35 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.44 |
| HSL | 357.88º | 0.65% | 0.34% | - |
| HSV(B) | 357.88º | 0.78% | 0.56% | - |
| XYZ | 12.29 | 7.03 | 2.3 | - |
| YUV | 65.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 35 | 0 | 0.78 | 0.76 | 0.44 | 357.88 | 0.65 | 0.34 |
| Hex | 90 | 1F | 23 | 0 | 4E | 4C | 2C | 166 | 41 | 22 |
| Octal | 220 | 37 | 43 | 0 | 116 | 114 | 54 | 546 | 101 | 42 |
| Binary | 10010000 | 11111 | 100011 | 0 | 1001110 | 1001100 | 101100 | 101100110 | 1000001 | 100010 |
Color Harmonies of #901F23
Complementary color
Monochromatic Colors of #901F23
Black with #901F23
Text Example
Text Example
White with #901F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F23; }
p { color: rgb(144,31,35); }
H1.HeaderClassName
{
color: #901F23;
}
.AnyTagClassName
{
color: #901F23;
}
</style>
background-color css
<style>
a { background-color: #901F23; }
a { background-color: rgb(144,31,35); }
div.DivClassName
{
background-color: #901F23;
}
.BgClassName
{
background-color: #901F23;
}
</style>
border-color css
<style>
span { border-color: #901F23; }
span { border-color: rgb(144,31,35); }
td.TdClassName
{
border-color: #901F23;
}
.TagClassName
{
border-color: #901F23;
}
</style>