Shades of Scarlet #FE1713
Tints of Scarlet #FE1713
RGB
CMYK
RGB Variations
Color information
#FE1713 (or 0xFE1713) is known color: Scarlet. HEX triplet: FE, 17 and 13. RGB value is (254,23,19). Sum of RGB (Red+Green+Blue) = 254+23+19=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1713 is #01E8EC. Grayscale: #5B5B5B. Windows color (decimal): -125165 or 1251326. OLE color: 1251326.
HSL color Cylindrical-coordinate representation of color #FE1713: hue angle of 1.02º 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 #FE1713 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 19 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.00 |
| HSL | 1.02º | 0.99% | 0.54% | - |
| HSV(B) | 1.02º | 0.93% | 1% | - |
| XYZ | 41.3 | 21.73 | 2.63 | - |
| YUV | 91.61 | 87.03 | 243.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 19 | 0 | 0.91 | 0.93 | 0.00 | 1.02 | 0.99 | 0.54 |
| Hex | FE | 17 | 13 | 0 | 5B | 5D | 0 | 1 | 63 | 36 |
| Octal | 376 | 27 | 23 | 0 | 133 | 135 | 0 | 1 | 143 | 66 |
| Binary | 11111110 | 10111 | 10011 | 0 | 1011011 | 1011101 | 0 | 1 | 1100011 | 110110 |
Color Harmonies of #FE1713
Complementary color
Monochromatic Colors of #FE1713
Black with #FE1713
Text Example
Text Example
White with #FE1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1713; }
p { color: rgb(254,23,19); }
H1.HeaderClassName
{
color: #FE1713;
}
.AnyTagClassName
{
color: #FE1713;
}
</style>
background-color css
<style>
a { background-color: #FE1713; }
a { background-color: rgb(254,23,19); }
div.DivClassName
{
background-color: #FE1713;
}
.BgClassName
{
background-color: #FE1713;
}
</style>
border-color css
<style>
span { border-color: #FE1713; }
span { border-color: rgb(254,23,19); }
td.TdClassName
{
border-color: #FE1713;
}
.TagClassName
{
border-color: #FE1713;
}
</style>