Shades of Scarlet #F41901
Tints of Scarlet #F41901
RGB
CMYK
RGB Variations
Color information
#F41901 (or 0xF41901) is known color: Scarlet. HEX triplet: F4, 19 and 01. RGB value is (244,25,1). Sum of RGB (Red+Green+Blue) = 244+25+1=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F41901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41901 is #0BE6FE. Grayscale: #585858. Windows color (decimal): -780031 or 72180. OLE color: 72180.
HSL color Cylindrical-coordinate representation of color #F41901: hue angle of 5.93º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F41901 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.04 |
| HSL | 5.93º | 0.99% | 0.48% | - |
| HSV(B) | 5.93º | 1% | 0.96% | - |
| XYZ | 37.66 | 19.93 | 1.89 | - |
| YUV | 87.75 | 79.05 | 239.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 1 | 0 | 0.90 | 1.00 | 0.04 | 5.93 | 0.99 | 0.48 |
| Hex | F4 | 19 | 1 | 0 | 5A | 64 | 4 | 6 | 63 | 30 |
| Octal | 364 | 31 | 1 | 0 | 132 | 144 | 4 | 6 | 143 | 60 |
| Binary | 11110100 | 11001 | 1 | 0 | 1011010 | 1100100 | 100 | 110 | 1100011 | 110000 |
Color Harmonies of #F41901
Complementary color
Monochromatic Colors of #F41901
Black with #F41901
Text Example
Text Example
White with #F41901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41901; }
p { color: rgb(244,25,1); }
H1.HeaderClassName
{
color: #F41901;
}
.AnyTagClassName
{
color: #F41901;
}
</style>
background-color css
<style>
a { background-color: #F41901; }
a { background-color: rgb(244,25,1); }
div.DivClassName
{
background-color: #F41901;
}
.BgClassName
{
background-color: #F41901;
}
</style>
border-color css
<style>
span { border-color: #F41901; }
span { border-color: rgb(244,25,1); }
td.TdClassName
{
border-color: #F41901;
}
.TagClassName
{
border-color: #F41901;
}
</style>