Shades of Scarlet #FE2504
Tints of Scarlet #FE2504
RGB
CMYK
RGB Variations
Color information
#FE2504 (or 0xFE2504) is known color: Scarlet. HEX triplet: FE, 25 and 04. RGB value is (254,37,4). Sum of RGB (Red+Green+Blue) = 254+37+4=295 (39% of max value = 765). Red value is 254 (99.61% from 255 or 86.10% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2504 is #01DAFB. Grayscale: #626262. Windows color (decimal): -121596 or 271870. OLE color: 271870.
HSL color Cylindrical-coordinate representation of color #FE2504: hue angle of 7.92º 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 #FE2504 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.00 |
| HSL | 7.92º | 0.99% | 0.51% | - |
| HSV(B) | 7.92º | 0.98% | 1% | - |
| XYZ | 41.56 | 22.4 | 2.25 | - |
| YUV | 98.12 | 74.89 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 4 | 0 | 0.85 | 0.98 | 0.00 | 7.92 | 0.99 | 0.51 |
| Hex | FE | 25 | 4 | 0 | 55 | 62 | 0 | 8 | 63 | 33 |
| Octal | 376 | 45 | 4 | 0 | 125 | 142 | 0 | 10 | 143 | 63 |
| Binary | 11111110 | 100101 | 100 | 0 | 1010101 | 1100010 | 0 | 1000 | 1100011 | 110011 |
Color Harmonies of #FE2504
Complementary color
Monochromatic Colors of #FE2504
Black with #FE2504
Text Example
Text Example
White with #FE2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2504; }
p { color: rgb(254,37,4); }
H1.HeaderClassName
{
color: #FE2504;
}
.AnyTagClassName
{
color: #FE2504;
}
</style>
background-color css
<style>
a { background-color: #FE2504; }
a { background-color: rgb(254,37,4); }
div.DivClassName
{
background-color: #FE2504;
}
.BgClassName
{
background-color: #FE2504;
}
</style>
border-color css
<style>
span { border-color: #FE2504; }
span { border-color: rgb(254,37,4); }
td.TdClassName
{
border-color: #FE2504;
}
.TagClassName
{
border-color: #FE2504;
}
</style>