Shades of Scarlet #FE2404
Tints of Scarlet #FE2404
RGB
CMYK
RGB Variations
Color information
#FE2404 (or 0xFE2404) is known color: Scarlet. HEX triplet: FE, 24 and 04. RGB value is (254,36,4). Sum of RGB (Red+Green+Blue) = 254+36+4=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2404 is #01DBFB. Grayscale: #616161. Windows color (decimal): -121852 or 271614. OLE color: 271614.
HSL color Cylindrical-coordinate representation of color #FE2404: hue angle of 7.68º 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 #FE2404 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.00 |
| HSL | 7.68º | 0.99% | 0.51% | - |
| HSV(B) | 7.68º | 0.98% | 1% | - |
| XYZ | 41.53 | 22.34 | 2.24 | - |
| YUV | 97.53 | 75.22 | 239.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 4 | 0 | 0.86 | 0.98 | 0.00 | 7.68 | 0.99 | 0.51 |
| Hex | FE | 24 | 4 | 0 | 56 | 62 | 0 | 8 | 63 | 33 |
| Octal | 376 | 44 | 4 | 0 | 126 | 142 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100100 | 100 | 0 | 1010110 | 1100010 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2404
Complementary color
Monochromatic Colors of #FE2404
Black with #FE2404
Text Example
Text Example
White with #FE2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2404; }
p { color: rgb(254,36,4); }
H1.HeaderClassName
{
color: #FE2404;
}
.AnyTagClassName
{
color: #FE2404;
}
</style>
background-color css
<style>
a { background-color: #FE2404; }
a { background-color: rgb(254,36,4); }
div.DivClassName
{
background-color: #FE2404;
}
.BgClassName
{
background-color: #FE2404;
}
</style>
border-color css
<style>
span { border-color: #FE2404; }
span { border-color: rgb(254,36,4); }
td.TdClassName
{
border-color: #FE2404;
}
.TagClassName
{
border-color: #FE2404;
}
</style>