Shades of Scarlet #F22407
Tints of Scarlet #F22407
RGB
CMYK
RGB Variations
Color information
#F22407 (or 0xF22407) is known color: Scarlet. HEX triplet: F2, 24 and 07. RGB value is (242,36,7). Sum of RGB (Red+Green+Blue) = 242+36+7=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F22407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22407 is #0DDBF8. Grayscale: #5E5E5E. Windows color (decimal): -908281 or 468210. OLE color: 468210.
HSL color Cylindrical-coordinate representation of color #F22407: hue angle of 7.4º 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 #F22407 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.05 |
| HSL | 7.4º | 0.94% | 0.49% | - |
| HSV(B) | 7.4º | 0.97% | 0.95% | - |
| XYZ | 37.29 | 20.15 | 2.13 | - |
| YUV | 94.29 | 78.75 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 7 | 0 | 0.85 | 0.97 | 0.05 | 7.4 | 0.94 | 0.49 |
| Hex | F2 | 24 | 7 | 0 | 55 | 61 | 5 | 7 | 5E | 31 |
| Octal | 362 | 44 | 7 | 0 | 125 | 141 | 5 | 7 | 136 | 61 |
| Binary | 11110010 | 100100 | 111 | 0 | 1010101 | 1100001 | 101 | 111 | 1011110 | 110001 |
Color Harmonies of #F22407
Complementary color
Monochromatic Colors of #F22407
Black with #F22407
Text Example
Text Example
White with #F22407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22407; }
p { color: rgb(242,36,7); }
H1.HeaderClassName
{
color: #F22407;
}
.AnyTagClassName
{
color: #F22407;
}
</style>
background-color css
<style>
a { background-color: #F22407; }
a { background-color: rgb(242,36,7); }
div.DivClassName
{
background-color: #F22407;
}
.BgClassName
{
background-color: #F22407;
}
</style>
border-color css
<style>
span { border-color: #F22407; }
span { border-color: rgb(242,36,7); }
td.TdClassName
{
border-color: #F22407;
}
.TagClassName
{
border-color: #F22407;
}
</style>