Shades of Scarlet #FE1910
Tints of Scarlet #FE1910
RGB
CMYK
RGB Variations
Color information
#FE1910 (or 0xFE1910) is known color: Scarlet. HEX triplet: FE, 19 and 10. RGB value is (254,25,16). Sum of RGB (Red+Green+Blue) = 254+25+16=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1910 is #01E6EF. Grayscale: #5C5C5C. Windows color (decimal): -124656 or 1055230. OLE color: 1055230.
HSL color Cylindrical-coordinate representation of color #FE1910: hue angle of 2.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1910 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 16 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.00 |
| HSL | 2.27º | 0.99% | 0.53% | - |
| HSV(B) | 2.27º | 0.94% | 1% | - |
| XYZ | 41.31 | 21.8 | 2.52 | - |
| YUV | 92.45 | 84.87 | 243.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 16 | 0 | 0.90 | 0.94 | 0.00 | 2.27 | 0.99 | 0.53 |
| Hex | FE | 19 | 10 | 0 | 5A | 5E | 0 | 2 | 63 | 35 |
| Octal | 376 | 31 | 20 | 0 | 132 | 136 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 11001 | 10000 | 0 | 1011010 | 1011110 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE1910
Complementary color
Monochromatic Colors of #FE1910
Black with #FE1910
Text Example
Text Example
White with #FE1910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1910; }
p { color: rgb(254,25,16); }
H1.HeaderClassName
{
color: #FE1910;
}
.AnyTagClassName
{
color: #FE1910;
}
</style>
background-color css
<style>
a { background-color: #FE1910; }
a { background-color: rgb(254,25,16); }
div.DivClassName
{
background-color: #FE1910;
}
.BgClassName
{
background-color: #FE1910;
}
</style>
border-color css
<style>
span { border-color: #FE1910; }
span { border-color: rgb(254,25,16); }
td.TdClassName
{
border-color: #FE1910;
}
.TagClassName
{
border-color: #FE1910;
}
</style>