Shades of Scarlet #FE1412
Tints of Scarlet #FE1412
RGB
CMYK
RGB Variations
Color information
#FE1412 (or 0xFE1412) is known color: Scarlet. HEX triplet: FE, 14 and 12. RGB value is (254,20,18). Sum of RGB (Red+Green+Blue) = 254+20+18=292 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.99% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1412 is #01EBED. Grayscale: #595959. Windows color (decimal): -125934 or 1185022. OLE color: 1185022.
HSL color Cylindrical-coordinate representation of color #FE1412: hue angle of 0.51º 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 #FE1412 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.00 |
| HSL | 0.51º | 0.99% | 0.53% | - |
| HSV(B) | 0.51º | 0.93% | 1% | - |
| XYZ | 41.23 | 21.61 | 2.57 | - |
| YUV | 89.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 18 | 0 | 0.92 | 0.93 | 0.00 | 0.51 | 0.99 | 0.53 |
| Hex | FE | 14 | 12 | 0 | 5C | 5D | 0 | 1 | 63 | 35 |
| Octal | 376 | 24 | 22 | 0 | 134 | 135 | 0 | 1 | 143 | 65 |
| Binary | 11111110 | 10100 | 10010 | 0 | 1011100 | 1011101 | 0 | 1 | 1100011 | 110101 |
Color Harmonies of #FE1412
Complementary color
Monochromatic Colors of #FE1412
Black with #FE1412
Text Example
Text Example
White with #FE1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1412; }
p { color: rgb(254,20,18); }
H1.HeaderClassName
{
color: #FE1412;
}
.AnyTagClassName
{
color: #FE1412;
}
</style>
background-color css
<style>
a { background-color: #FE1412; }
a { background-color: rgb(254,20,18); }
div.DivClassName
{
background-color: #FE1412;
}
.BgClassName
{
background-color: #FE1412;
}
</style>
border-color css
<style>
span { border-color: #FE1412; }
span { border-color: rgb(254,20,18); }
td.TdClassName
{
border-color: #FE1412;
}
.TagClassName
{
border-color: #FE1412;
}
</style>