Shades of Scarlet #F22311
Tints of Scarlet #F22311
RGB
CMYK
RGB Variations
Color information
#F22311 (or 0xF22311) is known color: Scarlet. HEX triplet: F2, 23 and 11. RGB value is (242,35,17). Sum of RGB (Red+Green+Blue) = 242+35+17=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F22311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22311 is #0DDCEE. Grayscale: #5F5F5F. Windows color (decimal): -908527 or 1123314. OLE color: 1123314.
HSL color Cylindrical-coordinate representation of color #F22311: hue angle of 4.8º 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 #F22311 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 17 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 4.8º | 0.9% | 0.51% | - |
| HSV(B) | 4.8º | 0.93% | 0.95% | - |
| XYZ | 37.32 | 20.12 | 2.45 | - |
| YUV | 94.84 | 84.08 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 17 | 0 | 0.86 | 0.93 | 0.05 | 4.8 | 0.9 | 0.51 |
| Hex | F2 | 23 | 11 | 0 | 56 | 5D | 5 | 5 | 5A | 33 |
| Octal | 362 | 43 | 21 | 0 | 126 | 135 | 5 | 5 | 132 | 63 |
| Binary | 11110010 | 100011 | 10001 | 0 | 1010110 | 1011101 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F22311
Complementary color
Monochromatic Colors of #F22311
Black with #F22311
Text Example
Text Example
White with #F22311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22311; }
p { color: rgb(242,35,17); }
H1.HeaderClassName
{
color: #F22311;
}
.AnyTagClassName
{
color: #F22311;
}
</style>
background-color css
<style>
a { background-color: #F22311; }
a { background-color: rgb(242,35,17); }
div.DivClassName
{
background-color: #F22311;
}
.BgClassName
{
background-color: #F22311;
}
</style>
border-color css
<style>
span { border-color: #F22311; }
span { border-color: rgb(242,35,17); }
td.TdClassName
{
border-color: #F22311;
}
.TagClassName
{
border-color: #F22311;
}
</style>