Shades of Scarlet #FE1801
Tints of Scarlet #FE1801
RGB
CMYK
RGB Variations
Color information
#FE1801 (or 0xFE1801) is known color: Scarlet. HEX triplet: FE, 18 and 01. RGB value is (254,24,1). Sum of RGB (Red+Green+Blue) = 254+24+1=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1801 is #01E7FE. Grayscale: #5A5A5A. Windows color (decimal): -124927 or 71934. OLE color: 71934.
HSL color Cylindrical-coordinate representation of color #FE1801: hue angle of 5.45º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE1801 is Cyan = 0, Magento = 0.91, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 1 | - |
| CMYK | 0 | 0.91 | 1.00 | 0.00 |
| HSL | 5.45º | 0.99% | 0.5% | - |
| HSV(B) | 5.45º | 1% | 1% | - |
| XYZ | 41.21 | 21.73 | 2.05 | - |
| YUV | 90.15 | 77.7 | 244.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 1 | 0 | 0.91 | 1.00 | 0.00 | 5.45 | 0.99 | 0.5 |
| Hex | FE | 18 | 1 | 0 | 5B | 64 | 0 | 5 | 63 | 32 |
| Octal | 376 | 30 | 1 | 0 | 133 | 144 | 0 | 5 | 143 | 62 |
| Binary | 11111110 | 11000 | 1 | 0 | 1011011 | 1100100 | 0 | 101 | 1100011 | 110010 |
Color Harmonies of #FE1801
Complementary color
Monochromatic Colors of #FE1801
Black with #FE1801
Text Example
Text Example
White with #FE1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1801; }
p { color: rgb(254,24,1); }
H1.HeaderClassName
{
color: #FE1801;
}
.AnyTagClassName
{
color: #FE1801;
}
</style>
background-color css
<style>
a { background-color: #FE1801; }
a { background-color: rgb(254,24,1); }
div.DivClassName
{
background-color: #FE1801;
}
.BgClassName
{
background-color: #FE1801;
}
</style>
border-color css
<style>
span { border-color: #FE1801; }
span { border-color: rgb(254,24,1); }
td.TdClassName
{
border-color: #FE1801;
}
.TagClassName
{
border-color: #FE1801;
}
</style>