Shades of Scarlet #F01900
Tints of Scarlet #F01900
RGB
CMYK
RGB Variations
Color information
#F01900 (or 0xF01900) is known color: Scarlet. HEX triplet: F0, 19 and 00. RGB value is (240,25,0). Sum of RGB (Red+Green+Blue) = 240+25+0=265 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.57% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 240 - color contains mainly: red. Hex color #F01900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01900 is #0FE6FF. Grayscale: #565656. Windows color (decimal): -1042176 or 6640. OLE color: 6640.
HSL color Cylindrical-coordinate representation of color #F01900: hue angle of 6.25º 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 #F01900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.06 |
| HSL | 6.25º | 1% | 0.47% | - |
| HSV(B) | 6.25º | 1% | 0.94% | - |
| XYZ | 36.28 | 19.22 | 1.8 | - |
| YUV | 86.44 | 79.23 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 0 | 0 | 0.90 | 1 | 0.06 | 6.25 | 1 | 0.47 |
| Hex | F0 | 19 | 0 | 0 | 5A | 64 | 6 | 6 | 64 | 2F |
| Octal | 360 | 31 | 0 | 0 | 132 | 144 | 6 | 6 | 144 | 57 |
| Binary | 11110000 | 11001 | 0 | 0 | 1011010 | 1100100 | 110 | 110 | 1100100 | 101111 |
Color Harmonies of #F01900
Complementary color
Monochromatic Colors of #F01900
Black with #F01900
Text Example
Text Example
White with #F01900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01900; }
p { color: rgb(240,25,0); }
H1.HeaderClassName
{
color: #F01900;
}
.AnyTagClassName
{
color: #F01900;
}
</style>
background-color css
<style>
a { background-color: #F01900; }
a { background-color: rgb(240,25,0); }
div.DivClassName
{
background-color: #F01900;
}
.BgClassName
{
background-color: #F01900;
}
</style>
border-color css
<style>
span { border-color: #F01900; }
span { border-color: rgb(240,25,0); }
td.TdClassName
{
border-color: #F01900;
}
.TagClassName
{
border-color: #F01900;
}
</style>