Shades of Scarlet #F01C11
Tints of Scarlet #F01C11
RGB
CMYK
RGB Variations
Color information
#F01C11 (or 0xF01C11) is known color: Scarlet. HEX triplet: F0, 1C and 11. RGB value is (240,28,17). Sum of RGB (Red+Green+Blue) = 240+28+17=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F01C11 is #0FE3EE. Grayscale: #5A5A5A. Windows color (decimal): -1041391 or 1121520. OLE color: 1121520.
HSL color Cylindrical-coordinate representation of color #F01C11: hue angle of 2.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01C11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 17 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.06 |
| HSL | 2.96º | 0.88% | 0.5% | - |
| HSV(B) | 2.96º | 0.93% | 0.94% | - |
| XYZ | 36.45 | 19.4 | 2.35 | - |
| YUV | 90.13 | 86.74 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 17 | 0 | 0.88 | 0.93 | 0.06 | 2.96 | 0.88 | 0.5 |
| Hex | F0 | 1C | 11 | 0 | 58 | 5D | 6 | 3 | 58 | 32 |
| Octal | 360 | 34 | 21 | 0 | 130 | 135 | 6 | 3 | 130 | 62 |
| Binary | 11110000 | 11100 | 10001 | 0 | 1011000 | 1011101 | 110 | 11 | 1011000 | 110010 |
Color Harmonies of #F01C11
Complementary color
Monochromatic Colors of #F01C11
Black with #F01C11
Text Example
Text Example
White with #F01C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C11; }
p { color: rgb(240,28,17); }
H1.HeaderClassName
{
color: #F01C11;
}
.AnyTagClassName
{
color: #F01C11;
}
</style>
background-color css
<style>
a { background-color: #F01C11; }
a { background-color: rgb(240,28,17); }
div.DivClassName
{
background-color: #F01C11;
}
.BgClassName
{
background-color: #F01C11;
}
</style>
border-color css
<style>
span { border-color: #F01C11; }
span { border-color: rgb(240,28,17); }
td.TdClassName
{
border-color: #F01C11;
}
.TagClassName
{
border-color: #F01C11;
}
</style>