Shades of Scarlet #FE1913
Tints of Scarlet #FE1913
RGB
CMYK
RGB Variations
Color information
#FE1913 (or 0xFE1913) is known color: Scarlet. HEX triplet: FE, 19 and 13. RGB value is (254,25,19). Sum of RGB (Red+Green+Blue) = 254+25+19=298 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.23% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1913 is #01E6EC. Grayscale: #5D5D5D. Windows color (decimal): -124653 or 1251838. OLE color: 1251838.
HSL color Cylindrical-coordinate representation of color #FE1913: hue angle of 1.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1913 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 19 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.00 |
| HSL | 1.53º | 0.99% | 0.54% | - |
| HSV(B) | 1.53º | 0.93% | 1% | - |
| XYZ | 41.34 | 21.81 | 2.65 | - |
| YUV | 92.79 | 86.37 | 242.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 19 | 0 | 0.90 | 0.93 | 0.00 | 1.53 | 0.99 | 0.54 |
| Hex | FE | 19 | 13 | 0 | 5A | 5D | 0 | 2 | 63 | 36 |
| Octal | 376 | 31 | 23 | 0 | 132 | 135 | 0 | 2 | 143 | 66 |
| Binary | 11111110 | 11001 | 10011 | 0 | 1011010 | 1011101 | 0 | 10 | 1100011 | 110110 |
Color Harmonies of #FE1913
Complementary color
Monochromatic Colors of #FE1913
Black with #FE1913
Text Example
Text Example
White with #FE1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1913; }
p { color: rgb(254,25,19); }
H1.HeaderClassName
{
color: #FE1913;
}
.AnyTagClassName
{
color: #FE1913;
}
</style>
background-color css
<style>
a { background-color: #FE1913; }
a { background-color: rgb(254,25,19); }
div.DivClassName
{
background-color: #FE1913;
}
.BgClassName
{
background-color: #FE1913;
}
</style>
border-color css
<style>
span { border-color: #FE1913; }
span { border-color: rgb(254,25,19); }
td.TdClassName
{
border-color: #FE1913;
}
.TagClassName
{
border-color: #FE1913;
}
</style>