Shades of Scarlet #F02816
Tints of Scarlet #F02816
RGB
CMYK
RGB Variations
Color information
#F02816 (or 0xF02816) is known color: Scarlet. HEX triplet: F0, 28 and 16. RGB value is (240,40,22). Sum of RGB (Red+Green+Blue) = 240+40+22=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F02816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02816 is #0FD7E9. Grayscale: #626262. Windows color (decimal): -1038314 or 1452272. OLE color: 1452272.
HSL color Cylindrical-coordinate representation of color #F02816: hue angle of 4.95º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F02816 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.06 |
| HSL | 4.95º | 0.88% | 0.51% | - |
| HSV(B) | 4.95º | 0.91% | 0.94% | - |
| XYZ | 36.84 | 20.1 | 2.7 | - |
| YUV | 97.75 | 85.26 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 22 | 0 | 0.83 | 0.91 | 0.06 | 4.95 | 0.88 | 0.51 |
| Hex | F0 | 28 | 16 | 0 | 53 | 5B | 6 | 5 | 58 | 33 |
| Octal | 360 | 50 | 26 | 0 | 123 | 133 | 6 | 5 | 130 | 63 |
| Binary | 11110000 | 101000 | 10110 | 0 | 1010011 | 1011011 | 110 | 101 | 1011000 | 110011 |
Color Harmonies of #F02816
Complementary color
Monochromatic Colors of #F02816
Black with #F02816
Text Example
Text Example
White with #F02816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02816; }
p { color: rgb(240,40,22); }
H1.HeaderClassName
{
color: #F02816;
}
.AnyTagClassName
{
color: #F02816;
}
</style>
background-color css
<style>
a { background-color: #F02816; }
a { background-color: rgb(240,40,22); }
div.DivClassName
{
background-color: #F02816;
}
.BgClassName
{
background-color: #F02816;
}
</style>
border-color css
<style>
span { border-color: #F02816; }
span { border-color: rgb(240,40,22); }
td.TdClassName
{
border-color: #F02816;
}
.TagClassName
{
border-color: #F02816;
}
</style>