Shades of Scarlet #FE1804
Tints of Scarlet #FE1804
RGB
CMYK
RGB Variations
Color information
#FE1804 (or 0xFE1804) is known color: Scarlet. HEX triplet: FE, 18 and 04. RGB value is (254,24,4). Sum of RGB (Red+Green+Blue) = 254+24+4=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1804 is #01E7FB. Grayscale: #5A5A5A. Windows color (decimal): -124924 or 268542. OLE color: 268542.
HSL color Cylindrical-coordinate representation of color #FE1804: hue angle of 4.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1804 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.00 |
| HSL | 4.8º | 0.99% | 0.51% | - |
| HSV(B) | 4.8º | 0.98% | 1% | - |
| XYZ | 41.22 | 21.73 | 2.14 | - |
| YUV | 90.49 | 79.2 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 4 | 0 | 0.91 | 0.98 | 0.00 | 4.8 | 0.99 | 0.51 |
| Hex | FE | 18 | 4 | 0 | 5B | 62 | 0 | 5 | 63 | 33 |
| Octal | 376 | 30 | 4 | 0 | 133 | 142 | 0 | 5 | 143 | 63 |
| Binary | 11111110 | 11000 | 100 | 0 | 1011011 | 1100010 | 0 | 101 | 1100011 | 110011 |
Color Harmonies of #FE1804
Complementary color
Monochromatic Colors of #FE1804
Black with #FE1804
Text Example
Text Example
White with #FE1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1804; }
p { color: rgb(254,24,4); }
H1.HeaderClassName
{
color: #FE1804;
}
.AnyTagClassName
{
color: #FE1804;
}
</style>
background-color css
<style>
a { background-color: #FE1804; }
a { background-color: rgb(254,24,4); }
div.DivClassName
{
background-color: #FE1804;
}
.BgClassName
{
background-color: #FE1804;
}
</style>
border-color css
<style>
span { border-color: #FE1804; }
span { border-color: rgb(254,24,4); }
td.TdClassName
{
border-color: #FE1804;
}
.TagClassName
{
border-color: #FE1804;
}
</style>