Shades of Scarlet #F22011
Tints of Scarlet #F22011
RGB
CMYK
RGB Variations
Color information
#F22011 (or 0xF22011) is known color: Scarlet. HEX triplet: F2, 20 and 11. RGB value is (242,32,17). Sum of RGB (Red+Green+Blue) = 242+32+17=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F22011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22011 is #0DDFEE. Grayscale: #5D5D5D. Windows color (decimal): -909295 or 1122546. OLE color: 1122546.
HSL color Cylindrical-coordinate representation of color #F22011: hue angle of 4º 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 #F22011 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 17 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 4º | 0.9% | 0.51% | - |
| HSV(B) | 4º | 0.93% | 0.95% | - |
| XYZ | 37.24 | 19.95 | 2.42 | - |
| YUV | 93.08 | 85.07 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 17 | 0 | 0.87 | 0.93 | 0.05 | 4 | 0.9 | 0.51 |
| Hex | F2 | 20 | 11 | 0 | 57 | 5D | 5 | 4 | 5A | 33 |
| Octal | 362 | 40 | 21 | 0 | 127 | 135 | 5 | 4 | 132 | 63 |
| Binary | 11110010 | 100000 | 10001 | 0 | 1010111 | 1011101 | 101 | 100 | 1011010 | 110011 |
Color Harmonies of #F22011
Complementary color
Monochromatic Colors of #F22011
Black with #F22011
Text Example
Text Example
White with #F22011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22011; }
p { color: rgb(242,32,17); }
H1.HeaderClassName
{
color: #F22011;
}
.AnyTagClassName
{
color: #F22011;
}
</style>
background-color css
<style>
a { background-color: #F22011; }
a { background-color: rgb(242,32,17); }
div.DivClassName
{
background-color: #F22011;
}
.BgClassName
{
background-color: #F22011;
}
</style>
border-color css
<style>
span { border-color: #F22011; }
span { border-color: rgb(242,32,17); }
td.TdClassName
{
border-color: #F22011;
}
.TagClassName
{
border-color: #F22011;
}
</style>