Shades of Scarlet #F42219
Tints of Scarlet #F42219
RGB
CMYK
RGB Variations
Color information
#F42219 (or 0xF42219) is known color: Scarlet. HEX triplet: F4, 22 and 19. RGB value is (244,34,25). Sum of RGB (Red+Green+Blue) = 244+34+25=303 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.53% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 244 - color contains mainly: red. Hex color #F42219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42219 is #0BDDE6. Grayscale: #606060. Windows color (decimal): -777703 or 1647348. OLE color: 1647348.
HSL color Cylindrical-coordinate representation of color #F42219: hue angle of 2.47º 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 #F42219 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 34 | 25 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.04 |
| HSL | 2.47º | 0.91% | 0.53% | - |
| HSV(B) | 2.47º | 0.9% | 0.96% | - |
| XYZ | 38.06 | 20.45 | 2.86 | - |
| YUV | 95.76 | 88.07 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 34 | 25 | 0 | 0.86 | 0.90 | 0.04 | 2.47 | 0.91 | 0.53 |
| Hex | F4 | 22 | 19 | 0 | 56 | 5A | 4 | 2 | 5B | 35 |
| Octal | 364 | 42 | 31 | 0 | 126 | 132 | 4 | 2 | 133 | 65 |
| Binary | 11110100 | 100010 | 11001 | 0 | 1010110 | 1011010 | 100 | 10 | 1011011 | 110101 |
Color Harmonies of #F42219
Complementary color
Monochromatic Colors of #F42219
Black with #F42219
Text Example
Text Example
White with #F42219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42219; }
p { color: rgb(244,34,25); }
H1.HeaderClassName
{
color: #F42219;
}
.AnyTagClassName
{
color: #F42219;
}
</style>
background-color css
<style>
a { background-color: #F42219; }
a { background-color: rgb(244,34,25); }
div.DivClassName
{
background-color: #F42219;
}
.BgClassName
{
background-color: #F42219;
}
</style>
border-color css
<style>
span { border-color: #F42219; }
span { border-color: rgb(244,34,25); }
td.TdClassName
{
border-color: #F42219;
}
.TagClassName
{
border-color: #F42219;
}
</style>