Shades of Scarlet #F22119
Tints of Scarlet #F22119
RGB
CMYK
RGB Variations
Color information
#F22119 (or 0xF22119) is known color: Scarlet. HEX triplet: F2, 21 and 19. RGB value is (242,33,25). Sum of RGB (Red+Green+Blue) = 242+33+25=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22119 is #0DDEE6. Grayscale: #5E5E5E. Windows color (decimal): -909031 or 1647090. OLE color: 1647090.
HSL color Cylindrical-coordinate representation of color #F22119: hue angle of 2.21º 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 #F22119 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.21º | 0.89% | 0.52% | - |
| HSV(B) | 2.21º | 0.9% | 0.95% | - |
| XYZ | 37.34 | 20.04 | 2.82 | - |
| YUV | 94.58 | 88.74 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 25 | 0 | 0.86 | 0.90 | 0.05 | 2.21 | 0.89 | 0.52 |
| Hex | F2 | 21 | 19 | 0 | 56 | 5A | 5 | 2 | 59 | 34 |
| Octal | 362 | 41 | 31 | 0 | 126 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110010 | 100001 | 11001 | 0 | 1010110 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F22119
Complementary color
Monochromatic Colors of #F22119
Black with #F22119
Text Example
Text Example
White with #F22119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22119; }
p { color: rgb(242,33,25); }
H1.HeaderClassName
{
color: #F22119;
}
.AnyTagClassName
{
color: #F22119;
}
</style>
background-color css
<style>
a { background-color: #F22119; }
a { background-color: rgb(242,33,25); }
div.DivClassName
{
background-color: #F22119;
}
.BgClassName
{
background-color: #F22119;
}
</style>
border-color css
<style>
span { border-color: #F22119; }
span { border-color: rgb(242,33,25); }
td.TdClassName
{
border-color: #F22119;
}
.TagClassName
{
border-color: #F22119;
}
</style>