Shades of Scarlet #F22117
Tints of Scarlet #F22117
RGB
CMYK
RGB Variations
Color information
#F22117 (or 0xF22117) is known color: Scarlet. HEX triplet: F2, 21 and 17. RGB value is (242,33,23). Sum of RGB (Red+Green+Blue) = 242+33+23=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22117 is #0DDEE8. Grayscale: #5E5E5E. Windows color (decimal): -909033 or 1516018. OLE color: 1516018.
HSL color Cylindrical-coordinate representation of color #F22117: hue angle of 2.74º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22117 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.74º | 0.89% | 0.52% | - |
| HSV(B) | 2.74º | 0.9% | 0.95% | - |
| XYZ | 37.32 | 20.03 | 2.71 | - |
| YUV | 94.35 | 87.74 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 23 | 0 | 0.86 | 0.90 | 0.05 | 2.74 | 0.89 | 0.52 |
| Hex | F2 | 21 | 17 | 0 | 56 | 5A | 5 | 3 | 59 | 34 |
| Octal | 362 | 41 | 27 | 0 | 126 | 132 | 5 | 3 | 131 | 64 |
| Binary | 11110010 | 100001 | 10111 | 0 | 1010110 | 1011010 | 101 | 11 | 1011001 | 110100 |
Color Harmonies of #F22117
Complementary color
Monochromatic Colors of #F22117
Black with #F22117
Text Example
Text Example
White with #F22117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22117; }
p { color: rgb(242,33,23); }
H1.HeaderClassName
{
color: #F22117;
}
.AnyTagClassName
{
color: #F22117;
}
</style>
background-color css
<style>
a { background-color: #F22117; }
a { background-color: rgb(242,33,23); }
div.DivClassName
{
background-color: #F22117;
}
.BgClassName
{
background-color: #F22117;
}
</style>
border-color css
<style>
span { border-color: #F22117; }
span { border-color: rgb(242,33,23); }
td.TdClassName
{
border-color: #F22117;
}
.TagClassName
{
border-color: #F22117;
}
</style>