Shades of Flame Red #901B1C
Tints of Flame Red #901B1C
RGB
CMYK
RGB Variations
Color information
#901B1C (or 0x901B1C) is known color: Flame Red. HEX triplet: 90, 1B and 1C. RGB value is (144,27,28). Sum of RGB (Red+Green+Blue) = 144+27+28=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901B1C is #6FE4E3. Grayscale: #3E3E3E. Windows color (decimal): -7333092 or 1842064. OLE color: 1842064.
HSL color Cylindrical-coordinate representation of color #901B1C: hue angle of 359.49º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B1C is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 28 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.44 |
| HSL | 359.49º | 0.68% | 0.34% | - |
| HSV(B) | 359.49º | 0.81% | 0.56% | - |
| XYZ | 12.1 | 6.8 | 1.77 | - |
| YUV | 62.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 28 | 0 | 0.81 | 0.81 | 0.44 | 359.49 | 0.68 | 0.34 |
| Hex | 90 | 1B | 1C | 0 | 51 | 51 | 2C | 167 | 44 | 22 |
| Octal | 220 | 33 | 34 | 0 | 121 | 121 | 54 | 547 | 104 | 42 |
| Binary | 10010000 | 11011 | 11100 | 0 | 1010001 | 1010001 | 101100 | 101100111 | 1000100 | 100010 |
Color Harmonies of #901B1C
Complementary color
Monochromatic Colors of #901B1C
Black with #901B1C
Text Example
Text Example
White with #901B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B1C; }
p { color: rgb(144,27,28); }
H1.HeaderClassName
{
color: #901B1C;
}
.AnyTagClassName
{
color: #901B1C;
}
</style>
background-color css
<style>
a { background-color: #901B1C; }
a { background-color: rgb(144,27,28); }
div.DivClassName
{
background-color: #901B1C;
}
.BgClassName
{
background-color: #901B1C;
}
</style>
border-color css
<style>
span { border-color: #901B1C; }
span { border-color: rgb(144,27,28); }
td.TdClassName
{
border-color: #901B1C;
}
.TagClassName
{
border-color: #901B1C;
}
</style>