Shades of Scarlet #F22416
Tints of Scarlet #F22416
RGB
CMYK
RGB Variations
Color information
#F22416 (or 0xF22416) is known color: Scarlet. HEX triplet: F2, 24 and 16. RGB value is (242,36,22). Sum of RGB (Red+Green+Blue) = 242+36+22=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22416 is #0DDBE9. Grayscale: #606060. Windows color (decimal): -908266 or 1451250. OLE color: 1451250.
HSL color Cylindrical-coordinate representation of color #F22416: hue angle of 3.82º 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 #F22416 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.05 |
| HSL | 3.82º | 0.89% | 0.52% | - |
| HSV(B) | 3.82º | 0.91% | 0.95% | - |
| XYZ | 37.39 | 20.2 | 2.69 | - |
| YUV | 96 | 86.25 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 22 | 0 | 0.85 | 0.91 | 0.05 | 3.82 | 0.89 | 0.52 |
| Hex | F2 | 24 | 16 | 0 | 55 | 5B | 5 | 4 | 59 | 34 |
| Octal | 362 | 44 | 26 | 0 | 125 | 133 | 5 | 4 | 131 | 64 |
| Binary | 11110010 | 100100 | 10110 | 0 | 1010101 | 1011011 | 101 | 100 | 1011001 | 110100 |
Color Harmonies of #F22416
Complementary color
Monochromatic Colors of #F22416
Black with #F22416
Text Example
Text Example
White with #F22416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22416; }
p { color: rgb(242,36,22); }
H1.HeaderClassName
{
color: #F22416;
}
.AnyTagClassName
{
color: #F22416;
}
</style>
background-color css
<style>
a { background-color: #F22416; }
a { background-color: rgb(242,36,22); }
div.DivClassName
{
background-color: #F22416;
}
.BgClassName
{
background-color: #F22416;
}
</style>
border-color css
<style>
span { border-color: #F22416; }
span { border-color: rgb(242,36,22); }
td.TdClassName
{
border-color: #F22416;
}
.TagClassName
{
border-color: #F22416;
}
</style>