Shades of Scarlet #F01613
Tints of Scarlet #F01613
RGB
CMYK
RGB Variations
Color information
#F01613 (or 0xF01613) is known color: Scarlet. HEX triplet: F0, 16 and 13. RGB value is (240,22,19). Sum of RGB (Red+Green+Blue) = 240+22+19=281 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.41% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 240 - color contains mainly: red. Hex color #F01613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01613 is #0FE9EC. Grayscale: #575757. Windows color (decimal): -1042925 or 1251056. OLE color: 1251056.
HSL color Cylindrical-coordinate representation of color #F01613: hue angle of 0.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.06 |
| HSL | 0.81º | 0.88% | 0.51% | - |
| HSV(B) | 0.81º | 0.92% | 0.94% | - |
| XYZ | 36.34 | 19.15 | 2.4 | - |
| YUV | 86.84 | 89.72 | 237.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 19 | 0 | 0.91 | 0.92 | 0.06 | 0.81 | 0.88 | 0.51 |
| Hex | F0 | 16 | 13 | 0 | 5B | 5C | 6 | 1 | 58 | 33 |
| Octal | 360 | 26 | 23 | 0 | 133 | 134 | 6 | 1 | 130 | 63 |
| Binary | 11110000 | 10110 | 10011 | 0 | 1011011 | 1011100 | 110 | 1 | 1011000 | 110011 |
Color Harmonies of #F01613
Complementary color
Monochromatic Colors of #F01613
Black with #F01613
Text Example
Text Example
White with #F01613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01613; }
p { color: rgb(240,22,19); }
H1.HeaderClassName
{
color: #F01613;
}
.AnyTagClassName
{
color: #F01613;
}
</style>
background-color css
<style>
a { background-color: #F01613; }
a { background-color: rgb(240,22,19); }
div.DivClassName
{
background-color: #F01613;
}
.BgClassName
{
background-color: #F01613;
}
</style>
border-color css
<style>
span { border-color: #F01613; }
span { border-color: rgb(240,22,19); }
td.TdClassName
{
border-color: #F01613;
}
.TagClassName
{
border-color: #F01613;
}
</style>