Shades of Scarlet #F22210
Tints of Scarlet #F22210
RGB
CMYK
RGB Variations
Color information
#F22210 (or 0xF22210) is known color: Scarlet. HEX triplet: F2, 22 and 10. RGB value is (242,34,16). Sum of RGB (Red+Green+Blue) = 242+34+16=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F22210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22210 is #0DDDEF. Grayscale: #5E5E5E. Windows color (decimal): -908784 or 1057522. OLE color: 1057522.
HSL color Cylindrical-coordinate representation of color #F22210: hue angle of 4.78º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F22210 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 16 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 4.78º | 0.9% | 0.51% | - |
| HSV(B) | 4.78º | 0.93% | 0.95% | - |
| XYZ | 37.28 | 20.06 | 2.4 | - |
| YUV | 94.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 16 | 0 | 0.86 | 0.93 | 0.05 | 4.78 | 0.9 | 0.51 |
| Hex | F2 | 22 | 10 | 0 | 56 | 5D | 5 | 5 | 5A | 33 |
| Octal | 362 | 42 | 20 | 0 | 126 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110010 | 100010 | 10000 | 0 | 1010110 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F22210
Complementary color
Monochromatic Colors of #F22210
Black with #F22210
Text Example
Text Example
White with #F22210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22210; }
p { color: rgb(242,34,16); }
H1.HeaderClassName
{
color: #F22210;
}
.AnyTagClassName
{
color: #F22210;
}
</style>
background-color css
<style>
a { background-color: #F22210; }
a { background-color: rgb(242,34,16); }
div.DivClassName
{
background-color: #F22210;
}
.BgClassName
{
background-color: #F22210;
}
</style>
border-color css
<style>
span { border-color: #F22210; }
span { border-color: rgb(242,34,16); }
td.TdClassName
{
border-color: #F22210;
}
.TagClassName
{
border-color: #F22210;
}
</style>