Shades of Scarlet #F22007
Tints of Scarlet #F22007
RGB
CMYK
RGB Variations
Color information
#F22007 (or 0xF22007) is known color: Scarlet. HEX triplet: F2, 20 and 07. RGB value is (242,32,7). Sum of RGB (Red+Green+Blue) = 242+32+7=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F22007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22007 is #0DDFF8. Grayscale: #5C5C5C. Windows color (decimal): -909305 or 467186. OLE color: 467186.
HSL color Cylindrical-coordinate representation of color #F22007: hue angle of 6.38º 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 #F22007 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 7 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.05 |
| HSL | 6.38º | 0.94% | 0.49% | - |
| HSV(B) | 6.38º | 0.97% | 0.95% | - |
| XYZ | 37.17 | 19.93 | 2.09 | - |
| YUV | 91.94 | 80.07 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 7 | 0 | 0.87 | 0.97 | 0.05 | 6.38 | 0.94 | 0.49 |
| Hex | F2 | 20 | 7 | 0 | 57 | 61 | 5 | 6 | 5E | 31 |
| Octal | 362 | 40 | 7 | 0 | 127 | 141 | 5 | 6 | 136 | 61 |
| Binary | 11110010 | 100000 | 111 | 0 | 1010111 | 1100001 | 101 | 110 | 1011110 | 110001 |
Color Harmonies of #F22007
Complementary color
Monochromatic Colors of #F22007
Black with #F22007
Text Example
Text Example
White with #F22007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22007; }
p { color: rgb(242,32,7); }
H1.HeaderClassName
{
color: #F22007;
}
.AnyTagClassName
{
color: #F22007;
}
</style>
background-color css
<style>
a { background-color: #F22007; }
a { background-color: rgb(242,32,7); }
div.DivClassName
{
background-color: #F22007;
}
.BgClassName
{
background-color: #F22007;
}
</style>
border-color css
<style>
span { border-color: #F22007; }
span { border-color: rgb(242,32,7); }
td.TdClassName
{
border-color: #F22007;
}
.TagClassName
{
border-color: #F22007;
}
</style>