Shades of Scarlet #FE1D04
Tints of Scarlet #FE1D04
RGB
CMYK
RGB Variations
Color information
#FE1D04 (or 0xFE1D04) is known color: Scarlet. HEX triplet: FE, 1D and 04. RGB value is (254,29,4). Sum of RGB (Red+Green+Blue) = 254+29+4=287 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.50% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1D04 is #01E2FB. Grayscale: #5D5D5D. Windows color (decimal): -123644 or 269822. OLE color: 269822.
HSL color Cylindrical-coordinate representation of color #FE1D04: hue angle of 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 #FE1D04 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 29 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.00 |
| HSL | 6º | 0.99% | 0.51% | - |
| HSV(B) | 6º | 0.98% | 1% | - |
| XYZ | 41.33 | 21.96 | 2.17 | - |
| YUV | 93.43 | 77.54 | 242.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 29 | 4 | 0 | 0.89 | 0.98 | 0.00 | 6 | 0.99 | 0.51 |
| Hex | FE | 1D | 4 | 0 | 59 | 62 | 0 | 6 | 63 | 33 |
| Octal | 376 | 35 | 4 | 0 | 131 | 142 | 0 | 6 | 143 | 63 |
| Binary | 11111110 | 11101 | 100 | 0 | 1011001 | 1100010 | 0 | 110 | 1100011 | 110011 |
Color Harmonies of #FE1D04
Complementary color
Monochromatic Colors of #FE1D04
Black with #FE1D04
Text Example
Text Example
White with #FE1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1D04; }
p { color: rgb(254,29,4); }
H1.HeaderClassName
{
color: #FE1D04;
}
.AnyTagClassName
{
color: #FE1D04;
}
</style>
background-color css
<style>
a { background-color: #FE1D04; }
a { background-color: rgb(254,29,4); }
div.DivClassName
{
background-color: #FE1D04;
}
.BgClassName
{
background-color: #FE1D04;
}
</style>
border-color css
<style>
span { border-color: #FE1D04; }
span { border-color: rgb(254,29,4); }
td.TdClassName
{
border-color: #FE1D04;
}
.TagClassName
{
border-color: #FE1D04;
}
</style>