Shades of Scarlet #F03410
Tints of Scarlet #F03410
RGB
CMYK
RGB Variations
Color information
#F03410 (or 0xF03410) is known color: Scarlet. HEX triplet: F0, 34 and 10. RGB value is (240,52,16). Sum of RGB (Red+Green+Blue) = 240+52+16=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F03410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03410 is #0FCBEF. Grayscale: #686868. Windows color (decimal): -1035248 or 1062128. OLE color: 1062128.
HSL color Cylindrical-coordinate representation of color #F03410: hue angle of 9.64º 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 #F03410 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.06 |
| HSL | 9.64º | 0.88% | 0.5% | - |
| HSV(B) | 9.64º | 0.93% | 0.94% | - |
| XYZ | 37.26 | 21.02 | 2.58 | - |
| YUV | 104.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 16 | 0 | 0.78 | 0.93 | 0.06 | 9.64 | 0.88 | 0.5 |
| Hex | F0 | 34 | 10 | 0 | 4E | 5D | 6 | A | 58 | 32 |
| Octal | 360 | 64 | 20 | 0 | 116 | 135 | 6 | 12 | 130 | 62 |
| Binary | 11110000 | 110100 | 10000 | 0 | 1001110 | 1011101 | 110 | 1010 | 1011000 | 110010 |
Color Harmonies of #F03410
Complementary color
Monochromatic Colors of #F03410
Black with #F03410
Text Example
Text Example
White with #F03410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03410; }
p { color: rgb(240,52,16); }
H1.HeaderClassName
{
color: #F03410;
}
.AnyTagClassName
{
color: #F03410;
}
</style>
background-color css
<style>
a { background-color: #F03410; }
a { background-color: rgb(240,52,16); }
div.DivClassName
{
background-color: #F03410;
}
.BgClassName
{
background-color: #F03410;
}
</style>
border-color css
<style>
span { border-color: #F03410; }
span { border-color: rgb(240,52,16); }
td.TdClassName
{
border-color: #F03410;
}
.TagClassName
{
border-color: #F03410;
}
</style>