Shades of Scarlet #F42916
Tints of Scarlet #F42916
RGB
CMYK
RGB Variations
Color information
#F42916 (or 0xF42916) is known color: Scarlet. HEX triplet: F4, 29 and 16. RGB value is (244,41,22). Sum of RGB (Red+Green+Blue) = 244+41+22=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F42916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42916 is #0BD6E9. Grayscale: #636363. Windows color (decimal): -775914 or 1452532. OLE color: 1452532.
HSL color Cylindrical-coordinate representation of color #F42916: hue angle of 5.14º 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 #F42916 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.04 |
| HSL | 5.14º | 0.91% | 0.52% | - |
| HSV(B) | 5.14º | 0.91% | 0.96% | - |
| XYZ | 38.25 | 20.88 | 2.77 | - |
| YUV | 99.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 22 | 0 | 0.83 | 0.91 | 0.04 | 5.14 | 0.91 | 0.52 |
| Hex | F4 | 29 | 16 | 0 | 53 | 5B | 4 | 5 | 5B | 34 |
| Octal | 364 | 51 | 26 | 0 | 123 | 133 | 4 | 5 | 133 | 64 |
| Binary | 11110100 | 101001 | 10110 | 0 | 1010011 | 1011011 | 100 | 101 | 1011011 | 110100 |
Color Harmonies of #F42916
Complementary color
Monochromatic Colors of #F42916
Black with #F42916
Text Example
Text Example
White with #F42916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42916; }
p { color: rgb(244,41,22); }
H1.HeaderClassName
{
color: #F42916;
}
.AnyTagClassName
{
color: #F42916;
}
</style>
background-color css
<style>
a { background-color: #F42916; }
a { background-color: rgb(244,41,22); }
div.DivClassName
{
background-color: #F42916;
}
.BgClassName
{
background-color: #F42916;
}
</style>
border-color css
<style>
span { border-color: #F42916; }
span { border-color: rgb(244,41,22); }
td.TdClassName
{
border-color: #F42916;
}
.TagClassName
{
border-color: #F42916;
}
</style>