Shades of Scarlet #F03215
Tints of Scarlet #F03215
RGB
CMYK
RGB Variations
Color information
#F03215 (or 0xF03215) is known color: Scarlet. HEX triplet: F0, 32 and 15. RGB value is (240,50,21). Sum of RGB (Red+Green+Blue) = 240+50+21=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F03215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03215 is #0FCDEA. Grayscale: #676767. Windows color (decimal): -1035755 or 1389296. OLE color: 1389296.
HSL color Cylindrical-coordinate representation of color #F03215: hue angle of 7.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 #F03215 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.06 |
| HSL | 7.95º | 0.88% | 0.51% | - |
| HSV(B) | 7.95º | 0.91% | 0.94% | - |
| XYZ | 37.21 | 20.86 | 2.77 | - |
| YUV | 103.5 | 81.45 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 21 | 0 | 0.79 | 0.91 | 0.06 | 7.95 | 0.88 | 0.51 |
| Hex | F0 | 32 | 15 | 0 | 4F | 5B | 6 | 8 | 58 | 33 |
| Octal | 360 | 62 | 25 | 0 | 117 | 133 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110010 | 10101 | 0 | 1001111 | 1011011 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03215
Complementary color
Monochromatic Colors of #F03215
Black with #F03215
Text Example
Text Example
White with #F03215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03215; }
p { color: rgb(240,50,21); }
H1.HeaderClassName
{
color: #F03215;
}
.AnyTagClassName
{
color: #F03215;
}
</style>
background-color css
<style>
a { background-color: #F03215; }
a { background-color: rgb(240,50,21); }
div.DivClassName
{
background-color: #F03215;
}
.BgClassName
{
background-color: #F03215;
}
</style>
border-color css
<style>
span { border-color: #F03215; }
span { border-color: rgb(240,50,21); }
td.TdClassName
{
border-color: #F03215;
}
.TagClassName
{
border-color: #F03215;
}
</style>