Shades of Scarlet #F02413
Tints of Scarlet #F02413
RGB
CMYK
RGB Variations
Color information
#F02413 (or 0xF02413) is known color: Scarlet. HEX triplet: F0, 24 and 13. RGB value is (240,36,19). Sum of RGB (Red+Green+Blue) = 240+36+19=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F02413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02413 is #0FDBEC. Grayscale: #5F5F5F. Windows color (decimal): -1039341 or 1254640. OLE color: 1254640.
HSL color Cylindrical-coordinate representation of color #F02413: hue angle of 4.62º 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 #F02413 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.06 |
| HSL | 4.62º | 0.88% | 0.51% | - |
| HSV(B) | 4.62º | 0.92% | 0.94% | - |
| XYZ | 36.68 | 19.83 | 2.51 | - |
| YUV | 95.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 19 | 0 | 0.85 | 0.92 | 0.06 | 4.62 | 0.88 | 0.51 |
| Hex | F0 | 24 | 13 | 0 | 55 | 5C | 6 | 5 | 58 | 33 |
| Octal | 360 | 44 | 23 | 0 | 125 | 134 | 6 | 5 | 130 | 63 |
| Binary | 11110000 | 100100 | 10011 | 0 | 1010101 | 1011100 | 110 | 101 | 1011000 | 110011 |
Color Harmonies of #F02413
Complementary color
Monochromatic Colors of #F02413
Black with #F02413
Text Example
Text Example
White with #F02413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02413; }
p { color: rgb(240,36,19); }
H1.HeaderClassName
{
color: #F02413;
}
.AnyTagClassName
{
color: #F02413;
}
</style>
background-color css
<style>
a { background-color: #F02413; }
a { background-color: rgb(240,36,19); }
div.DivClassName
{
background-color: #F02413;
}
.BgClassName
{
background-color: #F02413;
}
</style>
border-color css
<style>
span { border-color: #F02413; }
span { border-color: rgb(240,36,19); }
td.TdClassName
{
border-color: #F02413;
}
.TagClassName
{
border-color: #F02413;
}
</style>