Shades of Scarlet #F22607
Tints of Scarlet #F22607
RGB
CMYK
RGB Variations
Color information
#F22607 (or 0xF22607) is known color: Scarlet. HEX triplet: F2, 26 and 07. RGB value is (242,38,7). Sum of RGB (Red+Green+Blue) = 242+38+7=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F22607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22607 is #0DD9F8. Grayscale: #5F5F5F. Windows color (decimal): -907769 or 468722. OLE color: 468722.
HSL color Cylindrical-coordinate representation of color #F22607: hue angle of 7.91º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F22607 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 7 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.05 |
| HSL | 7.91º | 0.94% | 0.49% | - |
| HSV(B) | 7.91º | 0.97% | 0.95% | - |
| XYZ | 37.35 | 20.28 | 2.15 | - |
| YUV | 95.46 | 78.09 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 7 | 0 | 0.84 | 0.97 | 0.05 | 7.91 | 0.94 | 0.49 |
| Hex | F2 | 26 | 7 | 0 | 54 | 61 | 5 | 8 | 5E | 31 |
| Octal | 362 | 46 | 7 | 0 | 124 | 141 | 5 | 10 | 136 | 61 |
| Binary | 11110010 | 100110 | 111 | 0 | 1010100 | 1100001 | 101 | 1000 | 1011110 | 110001 |
Color Harmonies of #F22607
Complementary color
Monochromatic Colors of #F22607
Black with #F22607
Text Example
Text Example
White with #F22607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22607; }
p { color: rgb(242,38,7); }
H1.HeaderClassName
{
color: #F22607;
}
.AnyTagClassName
{
color: #F22607;
}
</style>
background-color css
<style>
a { background-color: #F22607; }
a { background-color: rgb(242,38,7); }
div.DivClassName
{
background-color: #F22607;
}
.BgClassName
{
background-color: #F22607;
}
</style>
border-color css
<style>
span { border-color: #F22607; }
span { border-color: rgb(242,38,7); }
td.TdClassName
{
border-color: #F22607;
}
.TagClassName
{
border-color: #F22607;
}
</style>