Shades of Scarlet #F22516
Tints of Scarlet #F22516
RGB
CMYK
RGB Variations
Color information
#F22516 (or 0xF22516) is known color: Scarlet. HEX triplet: F2, 25 and 16. RGB value is (242,37,22). Sum of RGB (Red+Green+Blue) = 242+37+22=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F22516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22516 is #0DDAE9. Grayscale: #606060. Windows color (decimal): -908010 or 1451506. OLE color: 1451506.
HSL color Cylindrical-coordinate representation of color #F22516: hue angle of 4.09º 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 #F22516 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.05 |
| HSL | 4.09º | 0.89% | 0.52% | - |
| HSV(B) | 4.09º | 0.91% | 0.95% | - |
| XYZ | 37.42 | 20.26 | 2.7 | - |
| YUV | 96.59 | 85.92 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 22 | 0 | 0.85 | 0.91 | 0.05 | 4.09 | 0.89 | 0.52 |
| Hex | F2 | 25 | 16 | 0 | 55 | 5B | 5 | 4 | 59 | 34 |
| Octal | 362 | 45 | 26 | 0 | 125 | 133 | 5 | 4 | 131 | 64 |
| Binary | 11110010 | 100101 | 10110 | 0 | 1010101 | 1011011 | 101 | 100 | 1011001 | 110100 |
Color Harmonies of #F22516
Complementary color
Monochromatic Colors of #F22516
Black with #F22516
Text Example
Text Example
White with #F22516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22516; }
p { color: rgb(242,37,22); }
H1.HeaderClassName
{
color: #F22516;
}
.AnyTagClassName
{
color: #F22516;
}
</style>
background-color css
<style>
a { background-color: #F22516; }
a { background-color: rgb(242,37,22); }
div.DivClassName
{
background-color: #F22516;
}
.BgClassName
{
background-color: #F22516;
}
</style>
border-color css
<style>
span { border-color: #F22516; }
span { border-color: rgb(242,37,22); }
td.TdClassName
{
border-color: #F22516;
}
.TagClassName
{
border-color: #F22516;
}
</style>