Shades of Scarlet #FE140E
Tints of Scarlet #FE140E
RGB
CMYK
RGB Variations
Color information
#FE140E (or 0xFE140E) is known color: Scarlet. HEX triplet: FE, 14 and 0E. RGB value is (254,20,14). Sum of RGB (Red+Green+Blue) = 254+20+14=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE140E is #01EBF1. Grayscale: #595959. Windows color (decimal): -125938 or 922878. OLE color: 922878.
HSL color Cylindrical-coordinate representation of color #FE140E: hue angle of 1.5º 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 #FE140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.00 |
| HSL | 1.5º | 0.99% | 0.53% | - |
| HSV(B) | 1.5º | 0.94% | 1% | - |
| XYZ | 41.2 | 21.6 | 2.41 | - |
| YUV | 89.28 | 85.52 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 14 | 0 | 0.92 | 0.94 | 0.00 | 1.5 | 0.99 | 0.53 |
| Hex | FE | 14 | E | 0 | 5C | 5E | 0 | 2 | 63 | 35 |
| Octal | 376 | 24 | 16 | 0 | 134 | 136 | 0 | 2 | 143 | 65 |
| Binary | 11111110 | 10100 | 1110 | 0 | 1011100 | 1011110 | 0 | 10 | 1100011 | 110101 |
Color Harmonies of #FE140E
Complementary color
Monochromatic Colors of #FE140E
Black with #FE140E
Text Example
Text Example
White with #FE140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE140E; }
p { color: rgb(254,20,14); }
H1.HeaderClassName
{
color: #FE140E;
}
.AnyTagClassName
{
color: #FE140E;
}
</style>
background-color css
<style>
a { background-color: #FE140E; }
a { background-color: rgb(254,20,14); }
div.DivClassName
{
background-color: #FE140E;
}
.BgClassName
{
background-color: #FE140E;
}
</style>
border-color css
<style>
span { border-color: #FE140E; }
span { border-color: rgb(254,20,14); }
td.TdClassName
{
border-color: #FE140E;
}
.TagClassName
{
border-color: #FE140E;
}
</style>