Shades of Scarlet #FE2417
Tints of Scarlet #FE2417
RGB
CMYK
RGB Variations
Color information
#FE2417 (or 0xFE2417) is known color: Scarlet. HEX triplet: FE, 24 and 17. RGB value is (254,36,23). Sum of RGB (Red+Green+Blue) = 254+36+23=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2417 is #01DBE8. Grayscale: #636363. Windows color (decimal): -121833 or 1516798. OLE color: 1516798.
HSL color Cylindrical-coordinate representation of color #FE2417: hue angle of 3.38º 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 #FE2417 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 23 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.00 |
| HSL | 3.38º | 0.99% | 0.54% | - |
| HSV(B) | 3.38º | 0.91% | 1% | - |
| XYZ | 41.66 | 22.39 | 2.94 | - |
| YUV | 99.7 | 84.72 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 23 | 0 | 0.86 | 0.91 | 0.00 | 3.38 | 0.99 | 0.54 |
| Hex | FE | 24 | 17 | 0 | 56 | 5B | 0 | 3 | 63 | 36 |
| Octal | 376 | 44 | 27 | 0 | 126 | 133 | 0 | 3 | 143 | 66 |
| Binary | 11111110 | 100100 | 10111 | 0 | 1010110 | 1011011 | 0 | 11 | 1100011 | 110110 |
Color Harmonies of #FE2417
Complementary color
Monochromatic Colors of #FE2417
Black with #FE2417
Text Example
Text Example
White with #FE2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2417; }
p { color: rgb(254,36,23); }
H1.HeaderClassName
{
color: #FE2417;
}
.AnyTagClassName
{
color: #FE2417;
}
</style>
background-color css
<style>
a { background-color: #FE2417; }
a { background-color: rgb(254,36,23); }
div.DivClassName
{
background-color: #FE2417;
}
.BgClassName
{
background-color: #FE2417;
}
</style>
border-color css
<style>
span { border-color: #FE2417; }
span { border-color: rgb(254,36,23); }
td.TdClassName
{
border-color: #FE2417;
}
.TagClassName
{
border-color: #FE2417;
}
</style>