Shades of Scarlet #FE1304
Tints of Scarlet #FE1304
RGB
CMYK
RGB Variations
Color information
#FE1304 (or 0xFE1304) is known color: Scarlet. HEX triplet: FE, 13 and 04. RGB value is (254,19,4). Sum of RGB (Red+Green+Blue) = 254+19+4=277 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.70% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1304 is #01ECFB. Grayscale: #575757. Windows color (decimal): -126204 or 267262. OLE color: 267262.
HSL color Cylindrical-coordinate representation of color #FE1304: hue angle of 3.6º 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 #FE1304 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.00 |
| HSL | 3.6º | 0.99% | 0.51% | - |
| HSV(B) | 3.6º | 0.98% | 1% | - |
| XYZ | 41.13 | 21.55 | 2.11 | - |
| YUV | 87.56 | 80.86 | 246.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 4 | 0 | 0.93 | 0.98 | 0.00 | 3.6 | 0.99 | 0.51 |
| Hex | FE | 13 | 4 | 0 | 5D | 62 | 0 | 4 | 63 | 33 |
| Octal | 376 | 23 | 4 | 0 | 135 | 142 | 0 | 4 | 143 | 63 |
| Binary | 11111110 | 10011 | 100 | 0 | 1011101 | 1100010 | 0 | 100 | 1100011 | 110011 |
Color Harmonies of #FE1304
Complementary color
Monochromatic Colors of #FE1304
Black with #FE1304
Text Example
Text Example
White with #FE1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1304; }
p { color: rgb(254,19,4); }
H1.HeaderClassName
{
color: #FE1304;
}
.AnyTagClassName
{
color: #FE1304;
}
</style>
background-color css
<style>
a { background-color: #FE1304; }
a { background-color: rgb(254,19,4); }
div.DivClassName
{
background-color: #FE1304;
}
.BgClassName
{
background-color: #FE1304;
}
</style>
border-color css
<style>
span { border-color: #FE1304; }
span { border-color: rgb(254,19,4); }
td.TdClassName
{
border-color: #FE1304;
}
.TagClassName
{
border-color: #FE1304;
}
</style>