Shades of Scarlet #F02210
Tints of Scarlet #F02210
RGB
CMYK
RGB Variations
Color information
#F02210 (or 0xF02210) is known color: Scarlet. HEX triplet: F0, 22 and 10. RGB value is (240,34,16). Sum of RGB (Red+Green+Blue) = 240+34+16=290 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.76% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 240 - color contains mainly: red. Hex color #F02210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02210 is #0FDDEF. Grayscale: #5D5D5D. Windows color (decimal): -1039856 or 1057520. OLE color: 1057520.
HSL color Cylindrical-coordinate representation of color #F02210: hue angle of 4.82º 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 #F02210 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 34 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.06 |
| HSL | 4.82º | 0.88% | 0.5% | - |
| HSV(B) | 4.82º | 0.93% | 0.94% | - |
| XYZ | 36.6 | 19.71 | 2.36 | - |
| YUV | 93.54 | 84.25 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 34 | 16 | 0 | 0.86 | 0.93 | 0.06 | 4.82 | 0.88 | 0.5 |
| Hex | F0 | 22 | 10 | 0 | 56 | 5D | 6 | 5 | 58 | 32 |
| Octal | 360 | 42 | 20 | 0 | 126 | 135 | 6 | 5 | 130 | 62 |
| Binary | 11110000 | 100010 | 10000 | 0 | 1010110 | 1011101 | 110 | 101 | 1011000 | 110010 |
Color Harmonies of #F02210
Complementary color
Monochromatic Colors of #F02210
Black with #F02210
Text Example
Text Example
White with #F02210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02210; }
p { color: rgb(240,34,16); }
H1.HeaderClassName
{
color: #F02210;
}
.AnyTagClassName
{
color: #F02210;
}
</style>
background-color css
<style>
a { background-color: #F02210; }
a { background-color: rgb(240,34,16); }
div.DivClassName
{
background-color: #F02210;
}
.BgClassName
{
background-color: #F02210;
}
</style>
border-color css
<style>
span { border-color: #F02210; }
span { border-color: rgb(240,34,16); }
td.TdClassName
{
border-color: #F02210;
}
.TagClassName
{
border-color: #F02210;
}
</style>