Shades of Flame Red #901A1C
Tints of Flame Red #901A1C
RGB
CMYK
RGB Variations
Color information
#901A1C (or 0x901A1C) is known color: Flame Red. HEX triplet: 90, 1A and 1C. RGB value is (144,26,28). Sum of RGB (Red+Green+Blue) = 144+26+28=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #901A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A1C is #6FE5E3. Grayscale: #3D3D3D. Windows color (decimal): -7333348 or 1841808. OLE color: 1841808.
HSL color Cylindrical-coordinate representation of color #901A1C: hue angle of 358.98º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A1C is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 28 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.44 |
| HSL | 358.98º | 0.69% | 0.33% | - |
| HSV(B) | 358.98º | 0.82% | 0.56% | - |
| XYZ | 12.08 | 6.75 | 1.77 | - |
| YUV | 61.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 28 | 0 | 0.82 | 0.81 | 0.44 | 358.98 | 0.69 | 0.33 |
| Hex | 90 | 1A | 1C | 0 | 52 | 51 | 2C | 167 | 45 | 21 |
| Octal | 220 | 32 | 34 | 0 | 122 | 121 | 54 | 547 | 105 | 41 |
| Binary | 10010000 | 11010 | 11100 | 0 | 1010010 | 1010001 | 101100 | 101100111 | 1000101 | 100001 |
Color Harmonies of #901A1C
Complementary color
Monochromatic Colors of #901A1C
Black with #901A1C
Text Example
Text Example
White with #901A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A1C; }
p { color: rgb(144,26,28); }
H1.HeaderClassName
{
color: #901A1C;
}
.AnyTagClassName
{
color: #901A1C;
}
</style>
background-color css
<style>
a { background-color: #901A1C; }
a { background-color: rgb(144,26,28); }
div.DivClassName
{
background-color: #901A1C;
}
.BgClassName
{
background-color: #901A1C;
}
</style>
border-color css
<style>
span { border-color: #901A1C; }
span { border-color: rgb(144,26,28); }
td.TdClassName
{
border-color: #901A1C;
}
.TagClassName
{
border-color: #901A1C;
}
</style>