Shades of Scarlet #FE1404
Tints of Scarlet #FE1404
RGB
CMYK
RGB Variations
Color information
#FE1404 (or 0xFE1404) is known color: Scarlet. HEX triplet: FE, 14 and 04. RGB value is (254,20,4). Sum of RGB (Red+Green+Blue) = 254+20+4=278 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.37% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1404 is #01EBFB. Grayscale: #585858. Windows color (decimal): -125948 or 267518. OLE color: 267518.
HSL color Cylindrical-coordinate representation of color #FE1404: hue angle of 3.84º 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 #FE1404 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.00 |
| HSL | 3.84º | 0.99% | 0.51% | - |
| HSV(B) | 3.84º | 0.98% | 1% | - |
| XYZ | 41.15 | 21.58 | 2.11 | - |
| YUV | 88.14 | 80.52 | 246.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 4 | 0 | 0.92 | 0.98 | 0.00 | 3.84 | 0.99 | 0.51 |
| Hex | FE | 14 | 4 | 0 | 5C | 62 | 0 | 4 | 63 | 33 |
| Octal | 376 | 24 | 4 | 0 | 134 | 142 | 0 | 4 | 143 | 63 |
| Binary | 11111110 | 10100 | 100 | 0 | 1011100 | 1100010 | 0 | 100 | 1100011 | 110011 |
Color Harmonies of #FE1404
Complementary color
Monochromatic Colors of #FE1404
Black with #FE1404
Text Example
Text Example
White with #FE1404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1404; }
p { color: rgb(254,20,4); }
H1.HeaderClassName
{
color: #FE1404;
}
.AnyTagClassName
{
color: #FE1404;
}
</style>
background-color css
<style>
a { background-color: #FE1404; }
a { background-color: rgb(254,20,4); }
div.DivClassName
{
background-color: #FE1404;
}
.BgClassName
{
background-color: #FE1404;
}
</style>
border-color css
<style>
span { border-color: #FE1404; }
span { border-color: rgb(254,20,4); }
td.TdClassName
{
border-color: #FE1404;
}
.TagClassName
{
border-color: #FE1404;
}
</style>