Shades of Scarlet #F03411
Tints of Scarlet #F03411
RGB
CMYK
RGB Variations
Color information
#F03411 (or 0xF03411) is known color: Scarlet. HEX triplet: F0, 34 and 11. RGB value is (240,52,17). Sum of RGB (Red+Green+Blue) = 240+52+17=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F03411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03411 is #0FCBEE. Grayscale: #686868. Windows color (decimal): -1035247 or 1127664. OLE color: 1127664.
HSL color Cylindrical-coordinate representation of color #F03411: hue angle of 9.42º 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 #F03411 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.06 |
| HSL | 9.42º | 0.88% | 0.5% | - |
| HSV(B) | 9.42º | 0.93% | 0.94% | - |
| XYZ | 37.26 | 21.02 | 2.62 | - |
| YUV | 104.22 | 78.78 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 17 | 0 | 0.78 | 0.93 | 0.06 | 9.42 | 0.88 | 0.5 |
| Hex | F0 | 34 | 11 | 0 | 4E | 5D | 6 | 9 | 58 | 32 |
| Octal | 360 | 64 | 21 | 0 | 116 | 135 | 6 | 11 | 130 | 62 |
| Binary | 11110000 | 110100 | 10001 | 0 | 1001110 | 1011101 | 110 | 1001 | 1011000 | 110010 |
Color Harmonies of #F03411
Complementary color
Monochromatic Colors of #F03411
Black with #F03411
Text Example
Text Example
White with #F03411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03411; }
p { color: rgb(240,52,17); }
H1.HeaderClassName
{
color: #F03411;
}
.AnyTagClassName
{
color: #F03411;
}
</style>
background-color css
<style>
a { background-color: #F03411; }
a { background-color: rgb(240,52,17); }
div.DivClassName
{
background-color: #F03411;
}
.BgClassName
{
background-color: #F03411;
}
</style>
border-color css
<style>
span { border-color: #F03411; }
span { border-color: rgb(240,52,17); }
td.TdClassName
{
border-color: #F03411;
}
.TagClassName
{
border-color: #F03411;
}
</style>