Shades of Scarlet #F42007
Tints of Scarlet #F42007
RGB
CMYK
RGB Variations
Color information
#F42007 (or 0xF42007) is known color: Scarlet. HEX triplet: F4, 20 and 07. RGB value is (244,32,7). Sum of RGB (Red+Green+Blue) = 244+32+7=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F42007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42007 is #0BDFF8. Grayscale: #5C5C5C. Windows color (decimal): -778233 or 467188. OLE color: 467188.
HSL color Cylindrical-coordinate representation of color #F42007: hue angle of 6.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F42007 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 7 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.04 |
| HSL | 6.33º | 0.94% | 0.49% | - |
| HSV(B) | 6.33º | 0.97% | 0.96% | - |
| XYZ | 37.86 | 20.28 | 2.12 | - |
| YUV | 92.54 | 79.74 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 7 | 0 | 0.87 | 0.97 | 0.04 | 6.33 | 0.94 | 0.49 |
| Hex | F4 | 20 | 7 | 0 | 57 | 61 | 4 | 6 | 5E | 31 |
| Octal | 364 | 40 | 7 | 0 | 127 | 141 | 4 | 6 | 136 | 61 |
| Binary | 11110100 | 100000 | 111 | 0 | 1010111 | 1100001 | 100 | 110 | 1011110 | 110001 |
Color Harmonies of #F42007
Complementary color
Monochromatic Colors of #F42007
Black with #F42007
Text Example
Text Example
White with #F42007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42007; }
p { color: rgb(244,32,7); }
H1.HeaderClassName
{
color: #F42007;
}
.AnyTagClassName
{
color: #F42007;
}
</style>
background-color css
<style>
a { background-color: #F42007; }
a { background-color: rgb(244,32,7); }
div.DivClassName
{
background-color: #F42007;
}
.BgClassName
{
background-color: #F42007;
}
</style>
border-color css
<style>
span { border-color: #F42007; }
span { border-color: rgb(244,32,7); }
td.TdClassName
{
border-color: #F42007;
}
.TagClassName
{
border-color: #F42007;
}
</style>