Shades of Scarlet #F01811
Tints of Scarlet #F01811
RGB
CMYK
RGB Variations
Color information
#F01811 (or 0xF01811) is known color: Scarlet. HEX triplet: F0, 18 and 11. RGB value is (240,24,17). Sum of RGB (Red+Green+Blue) = 240+24+17=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01811 is #0FE7EE. Grayscale: #585858. Windows color (decimal): -1042415 or 1120496. OLE color: 1120496.
HSL color Cylindrical-coordinate representation of color #F01811: hue angle of 1.88º 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 #F01811 is Cyan = 0, Magento = 0.9, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 17 | - |
| CMYK | 0 | 0.9 | 0.93 | 0.06 |
| HSL | 1.88º | 0.88% | 0.5% | - |
| HSV(B) | 1.88º | 0.93% | 0.94% | - |
| XYZ | 36.36 | 19.22 | 2.32 | - |
| YUV | 87.79 | 88.06 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 17 | 0 | 0.9 | 0.93 | 0.06 | 1.88 | 0.88 | 0.5 |
| Hex | F0 | 18 | 11 | 0 | 5A | 5D | 6 | 2 | 58 | 32 |
| Octal | 360 | 30 | 21 | 0 | 132 | 135 | 6 | 2 | 130 | 62 |
| Binary | 11110000 | 11000 | 10001 | 0 | 1011010 | 1011101 | 110 | 10 | 1011000 | 110010 |
Color Harmonies of #F01811
Complementary color
Monochromatic Colors of #F01811
Black with #F01811
Text Example
Text Example
White with #F01811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01811; }
p { color: rgb(240,24,17); }
H1.HeaderClassName
{
color: #F01811;
}
.AnyTagClassName
{
color: #F01811;
}
</style>
background-color css
<style>
a { background-color: #F01811; }
a { background-color: rgb(240,24,17); }
div.DivClassName
{
background-color: #F01811;
}
.BgClassName
{
background-color: #F01811;
}
</style>
border-color css
<style>
span { border-color: #F01811; }
span { border-color: rgb(240,24,17); }
td.TdClassName
{
border-color: #F01811;
}
.TagClassName
{
border-color: #F01811;
}
</style>