Shades of Scarlet #F42220
Tints of Scarlet #F42220
RGB
CMYK
RGB Variations
Color information
#F42220 (or 0xF42220) is known color: Scarlet. HEX triplet: F4, 22 and 20. RGB value is (244,34,32). Sum of RGB (Red+Green+Blue) = 244+34+32=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F42220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42220 is #0BDDDF. Grayscale: #606060. Windows color (decimal): -777696 or 2106100. OLE color: 2106100.
HSL color Cylindrical-coordinate representation of color #F42220: hue angle of 0.57º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42220 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 32 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.04 |
| HSL | 0.57º | 0.91% | 0.54% | - |
| HSV(B) | 0.57º | 0.87% | 0.96% | - |
| XYZ | 38.14 | 20.48 | 3.31 | - |
| YUV | 96.56 | 91.57 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 32 | 0 | 0.86 | 0.87 | 0.04 | 0.57 | 0.91 | 0.54 |
| Hex | F4 | 22 | 20 | 0 | 56 | 57 | 4 | 1 | 5B | 36 |
| Octal | 364 | 42 | 40 | 0 | 126 | 127 | 4 | 1 | 133 | 66 |
| Binary | 11110100 | 100010 | 100000 | 0 | 1010110 | 1010111 | 100 | 1 | 1011011 | 110110 |
Color Harmonies of #F42220
Complementary color
Monochromatic Colors of #F42220
Black with #F42220
Text Example
Text Example
White with #F42220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42220; }
p { color: rgb(244,34,32); }
H1.HeaderClassName
{
color: #F42220;
}
.AnyTagClassName
{
color: #F42220;
}
</style>
background-color css
<style>
a { background-color: #F42220; }
a { background-color: rgb(244,34,32); }
div.DivClassName
{
background-color: #F42220;
}
.BgClassName
{
background-color: #F42220;
}
</style>
border-color css
<style>
span { border-color: #F42220; }
span { border-color: rgb(244,34,32); }
td.TdClassName
{
border-color: #F42220;
}
.TagClassName
{
border-color: #F42220;
}
</style>