Shades of Scarlet #FE2416
Tints of Scarlet #FE2416
RGB
CMYK
RGB Variations
Color information
#FE2416 (or 0xFE2416) is known color: Scarlet. HEX triplet: FE, 24 and 16. RGB value is (254,36,22). Sum of RGB (Red+Green+Blue) = 254+36+22=312 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.41% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2416 is #01DBE9. Grayscale: #636363. Windows color (decimal): -121834 or 1451262. OLE color: 1451262.
HSL color Cylindrical-coordinate representation of color #FE2416: hue angle of 3.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.00 |
| HSL | 3.62º | 0.99% | 0.54% | - |
| HSV(B) | 3.62º | 0.91% | 1% | - |
| XYZ | 41.65 | 22.39 | 2.89 | - |
| YUV | 99.59 | 84.22 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 22 | 0 | 0.86 | 0.91 | 0.00 | 3.62 | 0.99 | 0.54 |
| Hex | FE | 24 | 16 | 0 | 56 | 5B | 0 | 4 | 63 | 36 |
| Octal | 376 | 44 | 26 | 0 | 126 | 133 | 0 | 4 | 143 | 66 |
| Binary | 11111110 | 100100 | 10110 | 0 | 1010110 | 1011011 | 0 | 100 | 1100011 | 110110 |
Color Harmonies of #FE2416
Complementary color
Monochromatic Colors of #FE2416
Black with #FE2416
Text Example
Text Example
White with #FE2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2416; }
p { color: rgb(254,36,22); }
H1.HeaderClassName
{
color: #FE2416;
}
.AnyTagClassName
{
color: #FE2416;
}
</style>
background-color css
<style>
a { background-color: #FE2416; }
a { background-color: rgb(254,36,22); }
div.DivClassName
{
background-color: #FE2416;
}
.BgClassName
{
background-color: #FE2416;
}
</style>
border-color css
<style>
span { border-color: #FE2416; }
span { border-color: rgb(254,36,22); }
td.TdClassName
{
border-color: #FE2416;
}
.TagClassName
{
border-color: #FE2416;
}
</style>