Shades of Scarlet #F02813
Tints of Scarlet #F02813
RGB
CMYK
RGB Variations
Color information
#F02813 (or 0xF02813) is known color: Scarlet. HEX triplet: F0, 28 and 13. RGB value is (240,40,19). Sum of RGB (Red+Green+Blue) = 240+40+19=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F02813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02813 is #0FD7EC. Grayscale: #616161. Windows color (decimal): -1038317 or 1255664. OLE color: 1255664.
HSL color Cylindrical-coordinate representation of color #F02813: hue angle of 5.7º 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 #F02813 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.06 |
| HSL | 5.7º | 0.88% | 0.51% | - |
| HSV(B) | 5.7º | 0.92% | 0.94% | - |
| XYZ | 36.81 | 20.09 | 2.55 | - |
| YUV | 97.41 | 83.76 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 19 | 0 | 0.83 | 0.92 | 0.06 | 5.7 | 0.88 | 0.51 |
| Hex | F0 | 28 | 13 | 0 | 53 | 5C | 6 | 6 | 58 | 33 |
| Octal | 360 | 50 | 23 | 0 | 123 | 134 | 6 | 6 | 130 | 63 |
| Binary | 11110000 | 101000 | 10011 | 0 | 1010011 | 1011100 | 110 | 110 | 1011000 | 110011 |
Color Harmonies of #F02813
Complementary color
Monochromatic Colors of #F02813
Black with #F02813
Text Example
Text Example
White with #F02813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02813; }
p { color: rgb(240,40,19); }
H1.HeaderClassName
{
color: #F02813;
}
.AnyTagClassName
{
color: #F02813;
}
</style>
background-color css
<style>
a { background-color: #F02813; }
a { background-color: rgb(240,40,19); }
div.DivClassName
{
background-color: #F02813;
}
.BgClassName
{
background-color: #F02813;
}
</style>
border-color css
<style>
span { border-color: #F02813; }
span { border-color: rgb(240,40,19); }
td.TdClassName
{
border-color: #F02813;
}
.TagClassName
{
border-color: #F02813;
}
</style>