Shades of Scarlet #F02819
Tints of Scarlet #F02819
RGB
CMYK
RGB Variations
Color information
#F02819 (or 0xF02819) is known color: Scarlet. HEX triplet: F0, 28 and 19. RGB value is (240,40,25). Sum of RGB (Red+Green+Blue) = 240+40+25=305 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.69% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 240 - color contains mainly: red. Hex color #F02819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02819 is #0FD7E6. Grayscale: #626262. Windows color (decimal): -1038311 or 1648880. OLE color: 1648880.
HSL color Cylindrical-coordinate representation of color #F02819: hue angle of 4.19º 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 #F02819 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.06 |
| HSL | 4.19º | 0.88% | 0.52% | - |
| HSV(B) | 4.19º | 0.9% | 0.94% | - |
| XYZ | 36.87 | 20.11 | 2.86 | - |
| YUV | 98.09 | 86.76 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 25 | 0 | 0.83 | 0.90 | 0.06 | 4.19 | 0.88 | 0.52 |
| Hex | F0 | 28 | 19 | 0 | 53 | 5A | 6 | 4 | 58 | 34 |
| Octal | 360 | 50 | 31 | 0 | 123 | 132 | 6 | 4 | 130 | 64 |
| Binary | 11110000 | 101000 | 11001 | 0 | 1010011 | 1011010 | 110 | 100 | 1011000 | 110100 |
Color Harmonies of #F02819
Complementary color
Monochromatic Colors of #F02819
Black with #F02819
Text Example
Text Example
White with #F02819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02819; }
p { color: rgb(240,40,25); }
H1.HeaderClassName
{
color: #F02819;
}
.AnyTagClassName
{
color: #F02819;
}
</style>
background-color css
<style>
a { background-color: #F02819; }
a { background-color: rgb(240,40,25); }
div.DivClassName
{
background-color: #F02819;
}
.BgClassName
{
background-color: #F02819;
}
</style>
border-color css
<style>
span { border-color: #F02819; }
span { border-color: rgb(240,40,25); }
td.TdClassName
{
border-color: #F02819;
}
.TagClassName
{
border-color: #F02819;
}
</style>