Shades of Scarlet #F02313
Tints of Scarlet #F02313
RGB
CMYK
RGB Variations
Color information
#F02313 (or 0xF02313) is known color: Scarlet. HEX triplet: F0, 23 and 13. RGB value is (240,35,19). Sum of RGB (Red+Green+Blue) = 240+35+19=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F02313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02313 is #0FDCEC. Grayscale: #5E5E5E. Windows color (decimal): -1039597 or 1254384. OLE color: 1254384.
HSL color Cylindrical-coordinate representation of color #F02313: hue angle of 4.34º 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 #F02313 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.06 |
| HSL | 4.34º | 0.88% | 0.51% | - |
| HSV(B) | 4.34º | 0.92% | 0.94% | - |
| XYZ | 36.65 | 19.77 | 2.5 | - |
| YUV | 94.47 | 85.42 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 19 | 0 | 0.85 | 0.92 | 0.06 | 4.34 | 0.88 | 0.51 |
| Hex | F0 | 23 | 13 | 0 | 55 | 5C | 6 | 4 | 58 | 33 |
| Octal | 360 | 43 | 23 | 0 | 125 | 134 | 6 | 4 | 130 | 63 |
| Binary | 11110000 | 100011 | 10011 | 0 | 1010101 | 1011100 | 110 | 100 | 1011000 | 110011 |
Color Harmonies of #F02313
Complementary color
Monochromatic Colors of #F02313
Black with #F02313
Text Example
Text Example
White with #F02313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02313; }
p { color: rgb(240,35,19); }
H1.HeaderClassName
{
color: #F02313;
}
.AnyTagClassName
{
color: #F02313;
}
</style>
background-color css
<style>
a { background-color: #F02313; }
a { background-color: rgb(240,35,19); }
div.DivClassName
{
background-color: #F02313;
}
.BgClassName
{
background-color: #F02313;
}
</style>
border-color css
<style>
span { border-color: #F02313; }
span { border-color: rgb(240,35,19); }
td.TdClassName
{
border-color: #F02313;
}
.TagClassName
{
border-color: #F02313;
}
</style>