Shades of Scarlet #F01901
Tints of Scarlet #F01901
RGB
CMYK
RGB Variations
Color information
#F01901 (or 0xF01901) is known color: Scarlet. HEX triplet: F0, 19 and 01. RGB value is (240,25,1). Sum of RGB (Red+Green+Blue) = 240+25+1=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F01901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01901 is #0FE6FE. Grayscale: #565656. Windows color (decimal): -1042175 or 72176. OLE color: 72176.
HSL color Cylindrical-coordinate representation of color #F01901: hue angle of 6.03º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01901 is Cyan = 0, Magento = 0.90, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 1 | - |
| CMYK | 0 | 0.90 | 1.00 | 0.06 |
| HSL | 6.03º | 0.99% | 0.47% | - |
| HSV(B) | 6.03º | 1% | 0.94% | - |
| XYZ | 36.29 | 19.22 | 1.83 | - |
| YUV | 86.55 | 79.73 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 1 | 0 | 0.90 | 1.00 | 0.06 | 6.03 | 0.99 | 0.47 |
| Hex | F0 | 19 | 1 | 0 | 5A | 64 | 6 | 6 | 63 | 2F |
| Octal | 360 | 31 | 1 | 0 | 132 | 144 | 6 | 6 | 143 | 57 |
| Binary | 11110000 | 11001 | 1 | 0 | 1011010 | 1100100 | 110 | 110 | 1100011 | 101111 |
Color Harmonies of #F01901
Complementary color
Monochromatic Colors of #F01901
Black with #F01901
Text Example
Text Example
White with #F01901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01901; }
p { color: rgb(240,25,1); }
H1.HeaderClassName
{
color: #F01901;
}
.AnyTagClassName
{
color: #F01901;
}
</style>
background-color css
<style>
a { background-color: #F01901; }
a { background-color: rgb(240,25,1); }
div.DivClassName
{
background-color: #F01901;
}
.BgClassName
{
background-color: #F01901;
}
</style>
border-color css
<style>
span { border-color: #F01901; }
span { border-color: rgb(240,25,1); }
td.TdClassName
{
border-color: #F01901;
}
.TagClassName
{
border-color: #F01901;
}
</style>