Shades of Scarlet #F03319
Tints of Scarlet #F03319
RGB
CMYK
RGB Variations
Color information
#F03319 (or 0xF03319) is known color: Scarlet. HEX triplet: F0, 33 and 19. RGB value is (240,51,25). Sum of RGB (Red+Green+Blue) = 240+51+25=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F03319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03319 is #0FCCE6. Grayscale: #686868. Windows color (decimal): -1035495 or 1651696. OLE color: 1651696.
HSL color Cylindrical-coordinate representation of color #F03319: hue angle of 7.26º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F03319 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.06 |
| HSL | 7.26º | 0.88% | 0.52% | - |
| HSV(B) | 7.26º | 0.9% | 0.94% | - |
| XYZ | 37.29 | 20.96 | 3 | - |
| YUV | 104.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 25 | 0 | 0.79 | 0.90 | 0.06 | 7.26 | 0.88 | 0.52 |
| Hex | F0 | 33 | 19 | 0 | 4F | 5A | 6 | 7 | 58 | 34 |
| Octal | 360 | 63 | 31 | 0 | 117 | 132 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110011 | 11001 | 0 | 1001111 | 1011010 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F03319
Complementary color
Monochromatic Colors of #F03319
Black with #F03319
Text Example
Text Example
White with #F03319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03319; }
p { color: rgb(240,51,25); }
H1.HeaderClassName
{
color: #F03319;
}
.AnyTagClassName
{
color: #F03319;
}
</style>
background-color css
<style>
a { background-color: #F03319; }
a { background-color: rgb(240,51,25); }
div.DivClassName
{
background-color: #F03319;
}
.BgClassName
{
background-color: #F03319;
}
</style>
border-color css
<style>
span { border-color: #F03319; }
span { border-color: rgb(240,51,25); }
td.TdClassName
{
border-color: #F03319;
}
.TagClassName
{
border-color: #F03319;
}
</style>