Shades of Scarlet #F01A00
Tints of Scarlet #F01A00
RGB
CMYK
RGB Variations
Color information
#F01A00 (or 0xF01A00) is known color: Scarlet. HEX triplet: F0, 1A and 00. RGB value is (240,26,0). Sum of RGB (Red+Green+Blue) = 240+26+0=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F01A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01A00 is #0FE5FF. Grayscale: #575757. Windows color (decimal): -1041920 or 6896. OLE color: 6896.
HSL color Cylindrical-coordinate representation of color #F01A00: hue angle of 6.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F01A00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 26 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.06 |
| HSL | 6.5º | 1% | 0.47% | - |
| HSV(B) | 6.5º | 1% | 0.94% | - |
| XYZ | 36.3 | 19.26 | 1.8 | - |
| YUV | 87.02 | 78.9 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 0 | 0 | 0.89 | 1 | 0.06 | 6.5 | 1 | 0.47 |
| Hex | F0 | 1A | 0 | 0 | 59 | 64 | 6 | 6 | 64 | 2F |
| Octal | 360 | 32 | 0 | 0 | 131 | 144 | 6 | 6 | 144 | 57 |
| Binary | 11110000 | 11010 | 0 | 0 | 1011001 | 1100100 | 110 | 110 | 1100100 | 101111 |
Color Harmonies of #F01A00
Complementary color
Monochromatic Colors of #F01A00
Black with #F01A00
Text Example
Text Example
White with #F01A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01A00; }
p { color: rgb(240,26,0); }
H1.HeaderClassName
{
color: #F01A00;
}
.AnyTagClassName
{
color: #F01A00;
}
</style>
background-color css
<style>
a { background-color: #F01A00; }
a { background-color: rgb(240,26,0); }
div.DivClassName
{
background-color: #F01A00;
}
.BgClassName
{
background-color: #F01A00;
}
</style>
border-color css
<style>
span { border-color: #F01A00; }
span { border-color: rgb(240,26,0); }
td.TdClassName
{
border-color: #F01A00;
}
.TagClassName
{
border-color: #F01A00;
}
</style>