Shades of Scarlet #F02420
Tints of Scarlet #F02420
RGB
CMYK
RGB Variations
Color information
#F02420 (or 0xF02420) is known color: Scarlet. HEX triplet: F0, 24 and 20. RGB value is (240,36,32). Sum of RGB (Red+Green+Blue) = 240+36+32=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F02420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02420 is #0FDBDF. Grayscale: #606060. Windows color (decimal): -1039328 or 2106608. OLE color: 2106608.
HSL color Cylindrical-coordinate representation of color #F02420: hue angle of 1.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F02420 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 36 | 32 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.06 |
| HSL | 1.15º | 0.87% | 0.53% | - |
| HSV(B) | 1.15º | 0.87% | 0.94% | - |
| XYZ | 36.83 | 19.89 | 3.26 | - |
| YUV | 96.54 | 91.59 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 36 | 32 | 0 | 0.85 | 0.87 | 0.06 | 1.15 | 0.87 | 0.53 |
| Hex | F0 | 24 | 20 | 0 | 55 | 57 | 6 | 1 | 57 | 35 |
| Octal | 360 | 44 | 40 | 0 | 125 | 127 | 6 | 1 | 127 | 65 |
| Binary | 11110000 | 100100 | 100000 | 0 | 1010101 | 1010111 | 110 | 1 | 1010111 | 110101 |
Color Harmonies of #F02420
Complementary color
Monochromatic Colors of #F02420
Black with #F02420
Text Example
Text Example
White with #F02420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02420; }
p { color: rgb(240,36,32); }
H1.HeaderClassName
{
color: #F02420;
}
.AnyTagClassName
{
color: #F02420;
}
</style>
background-color css
<style>
a { background-color: #F02420; }
a { background-color: rgb(240,36,32); }
div.DivClassName
{
background-color: #F02420;
}
.BgClassName
{
background-color: #F02420;
}
</style>
border-color css
<style>
span { border-color: #F02420; }
span { border-color: rgb(240,36,32); }
td.TdClassName
{
border-color: #F02420;
}
.TagClassName
{
border-color: #F02420;
}
</style>