Shades of Scarlet #F22711
Tints of Scarlet #F22711
RGB
CMYK
RGB Variations
Color information
#F22711 (or 0xF22711) is known color: Scarlet. HEX triplet: F2, 27 and 11. RGB value is (242,39,17). Sum of RGB (Red+Green+Blue) = 242+39+17=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22711 is #0DD8EE. Grayscale: #616161. Windows color (decimal): -907503 or 1124338. OLE color: 1124338.
HSL color Cylindrical-coordinate representation of color #F22711: hue angle of 5.87º 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 #F22711 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 5.87º | 0.9% | 0.51% | - |
| HSV(B) | 5.87º | 0.93% | 0.95% | - |
| XYZ | 37.44 | 20.37 | 2.49 | - |
| YUV | 97.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 17 | 0 | 0.84 | 0.93 | 0.05 | 5.87 | 0.9 | 0.51 |
| Hex | F2 | 27 | 11 | 0 | 54 | 5D | 5 | 6 | 5A | 33 |
| Octal | 362 | 47 | 21 | 0 | 124 | 135 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 100111 | 10001 | 0 | 1010100 | 1011101 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22711
Complementary color
Monochromatic Colors of #F22711
Black with #F22711
Text Example
Text Example
White with #F22711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22711; }
p { color: rgb(242,39,17); }
H1.HeaderClassName
{
color: #F22711;
}
.AnyTagClassName
{
color: #F22711;
}
</style>
background-color css
<style>
a { background-color: #F22711; }
a { background-color: rgb(242,39,17); }
div.DivClassName
{
background-color: #F22711;
}
.BgClassName
{
background-color: #F22711;
}
</style>
border-color css
<style>
span { border-color: #F22711; }
span { border-color: rgb(242,39,17); }
td.TdClassName
{
border-color: #F22711;
}
.TagClassName
{
border-color: #F22711;
}
</style>