Shades of Scarlet #F22B11
Tints of Scarlet #F22B11
RGB
CMYK
RGB Variations
Color information
#F22B11 (or 0xF22B11) is known color: Scarlet. HEX triplet: F2, 2B and 11. RGB value is (242,43,17). Sum of RGB (Red+Green+Blue) = 242+43+17=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F22B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22B11 is #0DD4EE. Grayscale: #636363. Windows color (decimal): -906479 or 1125362. OLE color: 1125362.
HSL color Cylindrical-coordinate representation of color #F22B11: hue angle of 6.93º 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 #F22B11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 43 | 17 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.05 |
| HSL | 6.93º | 0.9% | 0.51% | - |
| HSV(B) | 6.93º | 0.93% | 0.95% | - |
| XYZ | 37.58 | 20.65 | 2.53 | - |
| YUV | 99.54 | 81.43 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 43 | 17 | 0 | 0.82 | 0.93 | 0.05 | 6.93 | 0.9 | 0.51 |
| Hex | F2 | 2B | 11 | 0 | 52 | 5D | 5 | 7 | 5A | 33 |
| Octal | 362 | 53 | 21 | 0 | 122 | 135 | 5 | 7 | 132 | 63 |
| Binary | 11110010 | 101011 | 10001 | 0 | 1010010 | 1011101 | 101 | 111 | 1011010 | 110011 |
Color Harmonies of #F22B11
Complementary color
Monochromatic Colors of #F22B11
Black with #F22B11
Text Example
Text Example
White with #F22B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22B11; }
p { color: rgb(242,43,17); }
H1.HeaderClassName
{
color: #F22B11;
}
.AnyTagClassName
{
color: #F22B11;
}
</style>
background-color css
<style>
a { background-color: #F22B11; }
a { background-color: rgb(242,43,17); }
div.DivClassName
{
background-color: #F22B11;
}
.BgClassName
{
background-color: #F22B11;
}
</style>
border-color css
<style>
span { border-color: #F22B11; }
span { border-color: rgb(242,43,17); }
td.TdClassName
{
border-color: #F22B11;
}
.TagClassName
{
border-color: #F22B11;
}
</style>