Shades of Scarlet #F03315
Tints of Scarlet #F03315
RGB
CMYK
RGB Variations
Color information
#F03315 (or 0xF03315) is known color: Scarlet. HEX triplet: F0, 33 and 15. RGB value is (240,51,21). Sum of RGB (Red+Green+Blue) = 240+51+21=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F03315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03315 is #0FCCEA. Grayscale: #686868. Windows color (decimal): -1035499 or 1389552. OLE color: 1389552.
HSL color Cylindrical-coordinate representation of color #F03315: hue angle of 8.22º 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 #F03315 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 21 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.06 |
| HSL | 8.22º | 0.88% | 0.51% | - |
| HSV(B) | 8.22º | 0.91% | 0.94% | - |
| XYZ | 37.25 | 20.95 | 2.79 | - |
| YUV | 104.09 | 81.12 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 21 | 0 | 0.79 | 0.91 | 0.06 | 8.22 | 0.88 | 0.51 |
| Hex | F0 | 33 | 15 | 0 | 4F | 5B | 6 | 8 | 58 | 33 |
| Octal | 360 | 63 | 25 | 0 | 117 | 133 | 6 | 10 | 130 | 63 |
| Binary | 11110000 | 110011 | 10101 | 0 | 1001111 | 1011011 | 110 | 1000 | 1011000 | 110011 |
Color Harmonies of #F03315
Complementary color
Monochromatic Colors of #F03315
Black with #F03315
Text Example
Text Example
White with #F03315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03315; }
p { color: rgb(240,51,21); }
H1.HeaderClassName
{
color: #F03315;
}
.AnyTagClassName
{
color: #F03315;
}
</style>
background-color css
<style>
a { background-color: #F03315; }
a { background-color: rgb(240,51,21); }
div.DivClassName
{
background-color: #F03315;
}
.BgClassName
{
background-color: #F03315;
}
</style>
border-color css
<style>
span { border-color: #F03315; }
span { border-color: rgb(240,51,21); }
td.TdClassName
{
border-color: #F03315;
}
.TagClassName
{
border-color: #F03315;
}
</style>