Shades of Scarlet #FE1413
Tints of Scarlet #FE1413
RGB
CMYK
RGB Variations
Color information
#FE1413 (or 0xFE1413) is known color: Scarlet. HEX triplet: FE, 14 and 13. RGB value is (254,20,19). Sum of RGB (Red+Green+Blue) = 254+20+19=293 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.69% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1413 is #01EBEC. Grayscale: #5A5A5A. Windows color (decimal): -125933 or 1250558. OLE color: 1250558.
HSL color Cylindrical-coordinate representation of color #FE1413: hue angle of 0.26º 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 #FE1413 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 19 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.00 |
| HSL | 0.26º | 0.99% | 0.54% | - |
| HSV(B) | 0.26º | 0.93% | 1% | - |
| XYZ | 41.24 | 21.62 | 2.62 | - |
| YUV | 89.85 | 88.02 | 245.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 19 | 0 | 0.92 | 0.93 | 0.00 | 0.26 | 0.99 | 0.54 |
| Hex | FE | 14 | 13 | 0 | 5C | 5D | 0 | 0 | 63 | 36 |
| Octal | 376 | 24 | 23 | 0 | 134 | 135 | 0 | 0 | 143 | 66 |
| Binary | 11111110 | 10100 | 10011 | 0 | 1011100 | 1011101 | 0 | 0 | 1100011 | 110110 |
Color Harmonies of #FE1413
Complementary color
Monochromatic Colors of #FE1413
Black with #FE1413
Text Example
Text Example
White with #FE1413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1413; }
p { color: rgb(254,20,19); }
H1.HeaderClassName
{
color: #FE1413;
}
.AnyTagClassName
{
color: #FE1413;
}
</style>
background-color css
<style>
a { background-color: #FE1413; }
a { background-color: rgb(254,20,19); }
div.DivClassName
{
background-color: #FE1413;
}
.BgClassName
{
background-color: #FE1413;
}
</style>
border-color css
<style>
span { border-color: #FE1413; }
span { border-color: rgb(254,20,19); }
td.TdClassName
{
border-color: #FE1413;
}
.TagClassName
{
border-color: #FE1413;
}
</style>