Shades of Scarlet #F4220C
Tints of Scarlet #F4220C
RGB
CMYK
RGB Variations
Color information
#F4220C (or 0xF4220C) is known color: Scarlet. HEX triplet: F4, 22 and 0C. RGB value is (244,34,12). Sum of RGB (Red+Green+Blue) = 244+34+12=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F4220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4220C is #0BDDF3. Grayscale: #5E5E5E. Windows color (decimal): -777716 or 795380. OLE color: 795380.
HSL color Cylindrical-coordinate representation of color #F4220C: hue angle of 5.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 12 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.04 |
| HSL | 5.69º | 0.91% | 0.5% | - |
| HSV(B) | 5.69º | 0.95% | 0.96% | - |
| XYZ | 37.95 | 20.4 | 2.29 | - |
| YUV | 94.28 | 81.57 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 12 | 0 | 0.86 | 0.95 | 0.04 | 5.69 | 0.91 | 0.5 |
| Hex | F4 | 22 | C | 0 | 56 | 5F | 4 | 6 | 5B | 32 |
| Octal | 364 | 42 | 14 | 0 | 126 | 137 | 4 | 6 | 133 | 62 |
| Binary | 11110100 | 100010 | 1100 | 0 | 1010110 | 1011111 | 100 | 110 | 1011011 | 110010 |
Color Harmonies of #F4220C
Complementary color
Monochromatic Colors of #F4220C
Black with #F4220C
Text Example
Text Example
White with #F4220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4220C; }
p { color: rgb(244,34,12); }
H1.HeaderClassName
{
color: #F4220C;
}
.AnyTagClassName
{
color: #F4220C;
}
</style>
background-color css
<style>
a { background-color: #F4220C; }
a { background-color: rgb(244,34,12); }
div.DivClassName
{
background-color: #F4220C;
}
.BgClassName
{
background-color: #F4220C;
}
</style>
border-color css
<style>
span { border-color: #F4220C; }
span { border-color: rgb(244,34,12); }
td.TdClassName
{
border-color: #F4220C;
}
.TagClassName
{
border-color: #F4220C;
}
</style>