Shades of Scarlet #F22019
Tints of Scarlet #F22019
RGB
CMYK
RGB Variations
Color information
#F22019 (or 0xF22019) is known color: Scarlet. HEX triplet: F2, 20 and 19. RGB value is (242,32,25). Sum of RGB (Red+Green+Blue) = 242+32+25=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F22019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22019 is #0DDFE6. Grayscale: #5E5E5E. Windows color (decimal): -909287 or 1646834. OLE color: 1646834.
HSL color Cylindrical-coordinate representation of color #F22019: hue angle of 1.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22019 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 25 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.05 |
| HSL | 1.94º | 0.89% | 0.52% | - |
| HSV(B) | 1.94º | 0.9% | 0.95% | - |
| XYZ | 37.31 | 19.98 | 2.81 | - |
| YUV | 93.99 | 89.07 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 25 | 0 | 0.87 | 0.90 | 0.05 | 1.94 | 0.89 | 0.52 |
| Hex | F2 | 20 | 19 | 0 | 57 | 5A | 5 | 2 | 59 | 34 |
| Octal | 362 | 40 | 31 | 0 | 127 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110010 | 100000 | 11001 | 0 | 1010111 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F22019
Complementary color
Monochromatic Colors of #F22019
Black with #F22019
Text Example
Text Example
White with #F22019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22019; }
p { color: rgb(242,32,25); }
H1.HeaderClassName
{
color: #F22019;
}
.AnyTagClassName
{
color: #F22019;
}
</style>
background-color css
<style>
a { background-color: #F22019; }
a { background-color: rgb(242,32,25); }
div.DivClassName
{
background-color: #F22019;
}
.BgClassName
{
background-color: #F22019;
}
</style>
border-color css
<style>
span { border-color: #F22019; }
span { border-color: rgb(242,32,25); }
td.TdClassName
{
border-color: #F22019;
}
.TagClassName
{
border-color: #F22019;
}
</style>