Shades of Flame Red #901C1E
Tints of Flame Red #901C1E
RGB
CMYK
RGB Variations
Color information
#901C1E (or 0x901C1E) is known color: Flame Red. HEX triplet: 90, 1C and 1E. RGB value is (144,28,30). Sum of RGB (Red+Green+Blue) = 144+28+30=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #901C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C1E is #6FE3E1. Grayscale: #3F3F3F. Windows color (decimal): -7332834 or 1973392. OLE color: 1973392.
HSL color Cylindrical-coordinate representation of color #901C1E: hue angle of 358.97º degrees, saturation: 0.67, 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 #901C1E is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 30 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.44 |
| HSL | 358.97º | 0.67% | 0.34% | - |
| HSV(B) | 358.97º | 0.81% | 0.56% | - |
| XYZ | 12.15 | 6.85 | 1.91 | - |
| YUV | 62.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 30 | 0 | 0.81 | 0.79 | 0.44 | 358.97 | 0.67 | 0.34 |
| Hex | 90 | 1C | 1E | 0 | 51 | 4F | 2C | 167 | 43 | 22 |
| Octal | 220 | 34 | 36 | 0 | 121 | 117 | 54 | 547 | 103 | 42 |
| Binary | 10010000 | 11100 | 11110 | 0 | 1010001 | 1001111 | 101100 | 101100111 | 1000011 | 100010 |
Color Harmonies of #901C1E
Complementary color
Monochromatic Colors of #901C1E
Black with #901C1E
Text Example
Text Example
White with #901C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C1E; }
p { color: rgb(144,28,30); }
H1.HeaderClassName
{
color: #901C1E;
}
.AnyTagClassName
{
color: #901C1E;
}
</style>
background-color css
<style>
a { background-color: #901C1E; }
a { background-color: rgb(144,28,30); }
div.DivClassName
{
background-color: #901C1E;
}
.BgClassName
{
background-color: #901C1E;
}
</style>
border-color css
<style>
span { border-color: #901C1E; }
span { border-color: rgb(144,28,30); }
td.TdClassName
{
border-color: #901C1E;
}
.TagClassName
{
border-color: #901C1E;
}
</style>