Shades of Scarlet #FE1911
Tints of Scarlet #FE1911
RGB
CMYK
RGB Variations
Color information
#FE1911 (or 0xFE1911) is known color: Scarlet. HEX triplet: FE, 19 and 11. RGB value is (254,25,17). Sum of RGB (Red+Green+Blue) = 254+25+17=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1911 is #01E6EE. Grayscale: #5C5C5C. Windows color (decimal): -124655 or 1120766. OLE color: 1120766.
HSL color Cylindrical-coordinate representation of color #FE1911: hue angle of 2.03º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.00 |
| HSL | 2.03º | 0.99% | 0.53% | - |
| HSV(B) | 2.03º | 0.93% | 1% | - |
| XYZ | 41.32 | 21.81 | 2.56 | - |
| YUV | 92.56 | 85.37 | 243.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 17 | 0 | 0.90 | 0.93 | 0.00 | 2.03 | 0.99 | 0.53 |
| Hex | FE | 19 | 11 | 0 | 5A | 5D | 0 | 2 | 63 | 35 |
| Octal | 376 | 31 | 21 | 0 | 132 | 135 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 11001 | 10001 | 0 | 1011010 | 1011101 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE1911
Complementary color
Monochromatic Colors of #FE1911
Black with #FE1911
Text Example
Text Example
White with #FE1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1911; }
p { color: rgb(254,25,17); }
H1.HeaderClassName
{
color: #FE1911;
}
.AnyTagClassName
{
color: #FE1911;
}
</style>
background-color css
<style>
a { background-color: #FE1911; }
a { background-color: rgb(254,25,17); }
div.DivClassName
{
background-color: #FE1911;
}
.BgClassName
{
background-color: #FE1911;
}
</style>
border-color css
<style>
span { border-color: #FE1911; }
span { border-color: rgb(254,25,17); }
td.TdClassName
{
border-color: #FE1911;
}
.TagClassName
{
border-color: #FE1911;
}
</style>