Shades of Scarlet #F03404
Tints of Scarlet #F03404
RGB
CMYK
RGB Variations
Color information
#F03404 (or 0xF03404) is known color: Scarlet. HEX triplet: F0, 34 and 04. RGB value is (240,52,4). Sum of RGB (Red+Green+Blue) = 240+52+4=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F03404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03404 is #0FCBFB. Grayscale: #676767. Windows color (decimal): -1035260 or 275696. OLE color: 275696.
HSL color Cylindrical-coordinate representation of color #F03404: hue angle of 12.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F03404 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.06 |
| HSL | 12.2º | 0.97% | 0.48% | - |
| HSV(B) | 12.2º | 0.98% | 0.94% | - |
| XYZ | 37.19 | 20.99 | 2.21 | - |
| YUV | 102.74 | 72.28 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 4 | 0 | 0.78 | 0.98 | 0.06 | 12.2 | 0.97 | 0.48 |
| Hex | F0 | 34 | 4 | 0 | 4E | 62 | 6 | C | 61 | 30 |
| Octal | 360 | 64 | 4 | 0 | 116 | 142 | 6 | 14 | 141 | 60 |
| Binary | 11110000 | 110100 | 100 | 0 | 1001110 | 1100010 | 110 | 1100 | 1100001 | 110000 |
Color Harmonies of #F03404
Complementary color
Monochromatic Colors of #F03404
Black with #F03404
Text Example
Text Example
White with #F03404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03404; }
p { color: rgb(240,52,4); }
H1.HeaderClassName
{
color: #F03404;
}
.AnyTagClassName
{
color: #F03404;
}
</style>
background-color css
<style>
a { background-color: #F03404; }
a { background-color: rgb(240,52,4); }
div.DivClassName
{
background-color: #F03404;
}
.BgClassName
{
background-color: #F03404;
}
</style>
border-color css
<style>
span { border-color: #F03404; }
span { border-color: rgb(240,52,4); }
td.TdClassName
{
border-color: #F03404;
}
.TagClassName
{
border-color: #F03404;
}
</style>