Shades of Scarlet #F22D16
Tints of Scarlet #F22D16
RGB
CMYK
RGB Variations
Color information
#F22D16 (or 0xF22D16) is known color: Scarlet. HEX triplet: F2, 2D and 16. RGB value is (242,45,22). Sum of RGB (Red+Green+Blue) = 242+45+22=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D16 is #0DD2E9. Grayscale: #656565. Windows color (decimal): -905962 or 1453554. OLE color: 1453554.
HSL color Cylindrical-coordinate representation of color #F22D16: hue angle of 6.27º 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 #F22D16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.05 |
| HSL | 6.27º | 0.89% | 0.52% | - |
| HSV(B) | 6.27º | 0.91% | 0.95% | - |
| XYZ | 37.7 | 20.81 | 2.79 | - |
| YUV | 101.28 | 83.27 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 22 | 0 | 0.81 | 0.91 | 0.05 | 6.27 | 0.89 | 0.52 |
| Hex | F2 | 2D | 16 | 0 | 51 | 5B | 5 | 6 | 59 | 34 |
| Octal | 362 | 55 | 26 | 0 | 121 | 133 | 5 | 6 | 131 | 64 |
| Binary | 11110010 | 101101 | 10110 | 0 | 1010001 | 1011011 | 101 | 110 | 1011001 | 110100 |
Color Harmonies of #F22D16
Complementary color
Monochromatic Colors of #F22D16
Black with #F22D16
Text Example
Text Example
White with #F22D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D16; }
p { color: rgb(242,45,22); }
H1.HeaderClassName
{
color: #F22D16;
}
.AnyTagClassName
{
color: #F22D16;
}
</style>
background-color css
<style>
a { background-color: #F22D16; }
a { background-color: rgb(242,45,22); }
div.DivClassName
{
background-color: #F22D16;
}
.BgClassName
{
background-color: #F22D16;
}
</style>
border-color css
<style>
span { border-color: #F22D16; }
span { border-color: rgb(242,45,22); }
td.TdClassName
{
border-color: #F22D16;
}
.TagClassName
{
border-color: #F22D16;
}
</style>