Shades of Scarlet #FE1C0E
Tints of Scarlet #FE1C0E
RGB
CMYK
RGB Variations
Color information
#FE1C0E (or 0xFE1C0E) is known color: Scarlet. HEX triplet: FE, 1C and 0E. RGB value is (254,28,14). Sum of RGB (Red+Green+Blue) = 254+28+14=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1C0E is #01E3F1. Grayscale: #5E5E5E. Windows color (decimal): -123890 or 924926. OLE color: 924926.
HSL color Cylindrical-coordinate representation of color #FE1C0E: hue angle of 3.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 #FE1C0E is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 28 | 14 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.00 |
| HSL | 3.5º | 0.99% | 0.53% | - |
| HSV(B) | 3.5º | 0.94% | 1% | - |
| XYZ | 41.37 | 21.93 | 2.47 | - |
| YUV | 93.98 | 82.87 | 242.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 28 | 14 | 0 | 0.89 | 0.94 | 0.00 | 3.5 | 0.99 | 0.53 |
| Hex | FE | 1C | E | 0 | 59 | 5E | 0 | 4 | 63 | 35 |
| Octal | 376 | 34 | 16 | 0 | 131 | 136 | 0 | 4 | 143 | 65 |
| Binary | 11111110 | 11100 | 1110 | 0 | 1011001 | 1011110 | 0 | 100 | 1100011 | 110101 |
Color Harmonies of #FE1C0E
Complementary color
Monochromatic Colors of #FE1C0E
Black with #FE1C0E
Text Example
Text Example
White with #FE1C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1C0E; }
p { color: rgb(254,28,14); }
H1.HeaderClassName
{
color: #FE1C0E;
}
.AnyTagClassName
{
color: #FE1C0E;
}
</style>
background-color css
<style>
a { background-color: #FE1C0E; }
a { background-color: rgb(254,28,14); }
div.DivClassName
{
background-color: #FE1C0E;
}
.BgClassName
{
background-color: #FE1C0E;
}
</style>
border-color css
<style>
span { border-color: #FE1C0E; }
span { border-color: rgb(254,28,14); }
td.TdClassName
{
border-color: #FE1C0E;
}
.TagClassName
{
border-color: #FE1C0E;
}
</style>