Shades of Scarlet #FE2401
Tints of Scarlet #FE2401
RGB
CMYK
RGB Variations
Color information
#FE2401 (or 0xFE2401) is known color: Scarlet. HEX triplet: FE, 24 and 01. RGB value is (254,36,1). Sum of RGB (Red+Green+Blue) = 254+36+1=291 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.29% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2401 is #01DBFE. Grayscale: #616161. Windows color (decimal): -121855 or 75006. OLE color: 75006.
HSL color Cylindrical-coordinate representation of color #FE2401: hue angle of 8.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE2401 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.00 |
| HSL | 8.3º | 0.99% | 0.5% | - |
| HSV(B) | 8.3º | 1% | 1% | - |
| XYZ | 41.51 | 22.33 | 2.15 | - |
| YUV | 97.19 | 73.72 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 1 | 0 | 0.86 | 1.00 | 0.00 | 8.3 | 0.99 | 0.5 |
| Hex | FE | 24 | 1 | 0 | 56 | 64 | 0 | 8 | 63 | 32 |
| Octal | 376 | 44 | 1 | 0 | 126 | 144 | 0 | 10 | 143 | 62 |
| Binary | 11111110 | 100100 | 1 | 0 | 1010110 | 1100100 | 0 | 1000 | 1100011 | 110010 |
Color Harmonies of #FE2401
Complementary color
Monochromatic Colors of #FE2401
Black with #FE2401
Text Example
Text Example
White with #FE2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2401; }
p { color: rgb(254,36,1); }
H1.HeaderClassName
{
color: #FE2401;
}
.AnyTagClassName
{
color: #FE2401;
}
</style>
background-color css
<style>
a { background-color: #FE2401; }
a { background-color: rgb(254,36,1); }
div.DivClassName
{
background-color: #FE2401;
}
.BgClassName
{
background-color: #FE2401;
}
</style>
border-color css
<style>
span { border-color: #FE2401; }
span { border-color: rgb(254,36,1); }
td.TdClassName
{
border-color: #FE2401;
}
.TagClassName
{
border-color: #FE2401;
}
</style>