Shades of Scarlet #F42919
Tints of Scarlet #F42919
RGB
CMYK
RGB Variations
Color information
#F42919 (or 0xF42919) is known color: Scarlet. HEX triplet: F4, 29 and 19. RGB value is (244,41,25). Sum of RGB (Red+Green+Blue) = 244+41+25=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F42919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42919 is #0BD6E6. Grayscale: #646464. Windows color (decimal): -775911 or 1649140. OLE color: 1649140.
HSL color Cylindrical-coordinate representation of color #F42919: hue angle of 4.38º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F42919 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 41 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.04 |
| HSL | 4.38º | 0.91% | 0.53% | - |
| HSV(B) | 4.38º | 0.9% | 0.96% | - |
| XYZ | 38.28 | 20.89 | 2.93 | - |
| YUV | 99.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 41 | 25 | 0 | 0.83 | 0.90 | 0.04 | 4.38 | 0.91 | 0.53 |
| Hex | F4 | 29 | 19 | 0 | 53 | 5A | 4 | 4 | 5B | 35 |
| Octal | 364 | 51 | 31 | 0 | 123 | 132 | 4 | 4 | 133 | 65 |
| Binary | 11110100 | 101001 | 11001 | 0 | 1010011 | 1011010 | 100 | 100 | 1011011 | 110101 |
Color Harmonies of #F42919
Complementary color
Monochromatic Colors of #F42919
Black with #F42919
Text Example
Text Example
White with #F42919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42919; }
p { color: rgb(244,41,25); }
H1.HeaderClassName
{
color: #F42919;
}
.AnyTagClassName
{
color: #F42919;
}
</style>
background-color css
<style>
a { background-color: #F42919; }
a { background-color: rgb(244,41,25); }
div.DivClassName
{
background-color: #F42919;
}
.BgClassName
{
background-color: #F42919;
}
</style>
border-color css
<style>
span { border-color: #F42919; }
span { border-color: rgb(244,41,25); }
td.TdClassName
{
border-color: #F42919;
}
.TagClassName
{
border-color: #F42919;
}
</style>