Shades of Scarlet #FE1A0E
Tints of Scarlet #FE1A0E
RGB
CMYK
RGB Variations
Color information
#FE1A0E (or 0xFE1A0E) is known color: Scarlet. HEX triplet: FE, 1A and 0E. RGB value is (254,26,14). Sum of RGB (Red+Green+Blue) = 254+26+14=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 14 (5.86% from 255 or 4.76% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1A0E is #01E5F1. Grayscale: #5D5D5D. Windows color (decimal): -124402 or 924414. OLE color: 924414.
HSL color Cylindrical-coordinate representation of color #FE1A0E: hue angle of 3º 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 #FE1A0E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.00 |
| HSL | 3º | 0.99% | 0.53% | - |
| HSV(B) | 3º | 0.94% | 1% | - |
| XYZ | 41.32 | 21.84 | 2.45 | - |
| YUV | 92.8 | 83.54 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 14 | 0 | 0.90 | 0.94 | 0.00 | 3 | 0.99 | 0.53 |
| Hex | FE | 1A | E | 0 | 5A | 5E | 0 | 3 | 63 | 35 |
| Octal | 376 | 32 | 16 | 0 | 132 | 136 | 0 | 3 | 143 | 65 |
| Binary | 11111110 | 11010 | 1110 | 0 | 1011010 | 1011110 | 0 | 11 | 1100011 | 110101 |
Color Harmonies of #FE1A0E
Complementary color
Monochromatic Colors of #FE1A0E
Black with #FE1A0E
Text Example
Text Example
White with #FE1A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A0E; }
p { color: rgb(254,26,14); }
H1.HeaderClassName
{
color: #FE1A0E;
}
.AnyTagClassName
{
color: #FE1A0E;
}
</style>
background-color css
<style>
a { background-color: #FE1A0E; }
a { background-color: rgb(254,26,14); }
div.DivClassName
{
background-color: #FE1A0E;
}
.BgClassName
{
background-color: #FE1A0E;
}
</style>
border-color css
<style>
span { border-color: #FE1A0E; }
span { border-color: rgb(254,26,14); }
td.TdClassName
{
border-color: #FE1A0E;
}
.TagClassName
{
border-color: #FE1A0E;
}
</style>