Shades of Scarlet #F22916
Tints of Scarlet #F22916
RGB
CMYK
RGB Variations
Color information
#F22916 (or 0xF22916) is known color: Scarlet. HEX triplet: F2, 29 and 16. RGB value is (242,41,22). Sum of RGB (Red+Green+Blue) = 242+41+22=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F22916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22916 is #0DD6E9. Grayscale: #636363. Windows color (decimal): -906986 or 1452530. OLE color: 1452530.
HSL color Cylindrical-coordinate representation of color #F22916: hue angle of 5.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F22916 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.05 |
| HSL | 5.18º | 0.89% | 0.52% | - |
| HSV(B) | 5.18º | 0.91% | 0.95% | - |
| XYZ | 37.56 | 20.52 | 2.74 | - |
| YUV | 98.93 | 84.59 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 22 | 0 | 0.83 | 0.91 | 0.05 | 5.18 | 0.89 | 0.52 |
| Hex | F2 | 29 | 16 | 0 | 53 | 5B | 5 | 5 | 59 | 34 |
| Octal | 362 | 51 | 26 | 0 | 123 | 133 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 101001 | 10110 | 0 | 1010011 | 1011011 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22916
Complementary color
Monochromatic Colors of #F22916
Black with #F22916
Text Example
Text Example
White with #F22916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22916; }
p { color: rgb(242,41,22); }
H1.HeaderClassName
{
color: #F22916;
}
.AnyTagClassName
{
color: #F22916;
}
</style>
background-color css
<style>
a { background-color: #F22916; }
a { background-color: rgb(242,41,22); }
div.DivClassName
{
background-color: #F22916;
}
.BgClassName
{
background-color: #F22916;
}
</style>
border-color css
<style>
span { border-color: #F22916; }
span { border-color: rgb(242,41,22); }
td.TdClassName
{
border-color: #F22916;
}
.TagClassName
{
border-color: #F22916;
}
</style>