Shades of Scarlet #F42014
Tints of Scarlet #F42014
RGB
CMYK
RGB Variations
Color information
#F42014 (or 0xF42014) is known color: Scarlet. HEX triplet: F4, 20 and 14. RGB value is (244,32,20). Sum of RGB (Red+Green+Blue) = 244+32+20=296 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.43% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 244 - color contains mainly: red. Hex color #F42014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42014 is #0BDFEB. Grayscale: #5E5E5E. Windows color (decimal): -778220 or 1319156. OLE color: 1319156.
HSL color Cylindrical-coordinate representation of color #F42014: hue angle of 3.21º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F42014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.04 |
| HSL | 3.21º | 0.91% | 0.52% | - |
| HSV(B) | 3.21º | 0.92% | 0.96% | - |
| XYZ | 37.95 | 20.32 | 2.58 | - |
| YUV | 94.02 | 86.24 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 20 | 0 | 0.87 | 0.92 | 0.04 | 3.21 | 0.91 | 0.52 |
| Hex | F4 | 20 | 14 | 0 | 57 | 5C | 4 | 3 | 5B | 34 |
| Octal | 364 | 40 | 24 | 0 | 127 | 134 | 4 | 3 | 133 | 64 |
| Binary | 11110100 | 100000 | 10100 | 0 | 1010111 | 1011100 | 100 | 11 | 1011011 | 110100 |
Color Harmonies of #F42014
Complementary color
Monochromatic Colors of #F42014
Black with #F42014
Text Example
Text Example
White with #F42014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42014; }
p { color: rgb(244,32,20); }
H1.HeaderClassName
{
color: #F42014;
}
.AnyTagClassName
{
color: #F42014;
}
</style>
background-color css
<style>
a { background-color: #F42014; }
a { background-color: rgb(244,32,20); }
div.DivClassName
{
background-color: #F42014;
}
.BgClassName
{
background-color: #F42014;
}
</style>
border-color css
<style>
span { border-color: #F42014; }
span { border-color: rgb(244,32,20); }
td.TdClassName
{
border-color: #F42014;
}
.TagClassName
{
border-color: #F42014;
}
</style>