Shades of Scarlet #F03219
Tints of Scarlet #F03219
RGB
CMYK
RGB Variations
Color information
#F03219 (or 0xF03219) is known color: Scarlet. HEX triplet: F0, 32 and 19. RGB value is (240,50,25). Sum of RGB (Red+Green+Blue) = 240+50+25=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F03219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03219 is #0FCDE6. Grayscale: #686868. Windows color (decimal): -1035751 or 1651440. OLE color: 1651440.
HSL color Cylindrical-coordinate representation of color #F03219: hue angle of 6.98º 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 #F03219 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 25 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.06 |
| HSL | 6.98º | 0.88% | 0.52% | - |
| HSV(B) | 6.98º | 0.9% | 0.94% | - |
| XYZ | 37.25 | 20.88 | 2.99 | - |
| YUV | 103.96 | 83.45 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 25 | 0 | 0.79 | 0.90 | 0.06 | 6.98 | 0.88 | 0.52 |
| Hex | F0 | 32 | 19 | 0 | 4F | 5A | 6 | 7 | 58 | 34 |
| Octal | 360 | 62 | 31 | 0 | 117 | 132 | 6 | 7 | 130 | 64 |
| Binary | 11110000 | 110010 | 11001 | 0 | 1001111 | 1011010 | 110 | 111 | 1011000 | 110100 |
Color Harmonies of #F03219
Complementary color
Monochromatic Colors of #F03219
Black with #F03219
Text Example
Text Example
White with #F03219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03219; }
p { color: rgb(240,50,25); }
H1.HeaderClassName
{
color: #F03219;
}
.AnyTagClassName
{
color: #F03219;
}
</style>
background-color css
<style>
a { background-color: #F03219; }
a { background-color: rgb(240,50,25); }
div.DivClassName
{
background-color: #F03219;
}
.BgClassName
{
background-color: #F03219;
}
</style>
border-color css
<style>
span { border-color: #F03219; }
span { border-color: rgb(240,50,25); }
td.TdClassName
{
border-color: #F03219;
}
.TagClassName
{
border-color: #F03219;
}
</style>