Shades of Scarlet #F42C16
Tints of Scarlet #F42C16
RGB
CMYK
RGB Variations
Color information
#F42C16 (or 0xF42C16) is known color: Scarlet. HEX triplet: F4, 2C and 16. RGB value is (244,44,22). Sum of RGB (Red+Green+Blue) = 244+44+22=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F42C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42C16 is #0BD3E9. Grayscale: #656565. Windows color (decimal): -775146 or 1453300. OLE color: 1453300.
HSL color Cylindrical-coordinate representation of color #F42C16: hue angle of 5.95º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F42C16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 44 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.04 |
| HSL | 5.95º | 0.91% | 0.52% | - |
| HSV(B) | 5.95º | 0.91% | 0.96% | - |
| XYZ | 38.35 | 21.09 | 2.81 | - |
| YUV | 101.29 | 83.26 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 44 | 22 | 0 | 0.82 | 0.91 | 0.04 | 5.95 | 0.91 | 0.52 |
| Hex | F4 | 2C | 16 | 0 | 52 | 5B | 4 | 6 | 5B | 34 |
| Octal | 364 | 54 | 26 | 0 | 122 | 133 | 4 | 6 | 133 | 64 |
| Binary | 11110100 | 101100 | 10110 | 0 | 1010010 | 1011011 | 100 | 110 | 1011011 | 110100 |
Color Harmonies of #F42C16
Complementary color
Monochromatic Colors of #F42C16
Black with #F42C16
Text Example
Text Example
White with #F42C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42C16; }
p { color: rgb(244,44,22); }
H1.HeaderClassName
{
color: #F42C16;
}
.AnyTagClassName
{
color: #F42C16;
}
</style>
background-color css
<style>
a { background-color: #F42C16; }
a { background-color: rgb(244,44,22); }
div.DivClassName
{
background-color: #F42C16;
}
.BgClassName
{
background-color: #F42C16;
}
</style>
border-color css
<style>
span { border-color: #F42C16; }
span { border-color: rgb(244,44,22); }
td.TdClassName
{
border-color: #F42C16;
}
.TagClassName
{
border-color: #F42C16;
}
</style>