Shades of Scarlet #F42012
Tints of Scarlet #F42012
RGB
CMYK
RGB Variations
Color information
#F42012 (or 0xF42012) is known color: Scarlet. HEX triplet: F4, 20 and 12. RGB value is (244,32,18). Sum of RGB (Red+Green+Blue) = 244+32+18=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F42012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42012 is #0BDFED. Grayscale: #5E5E5E. Windows color (decimal): -778222 or 1188084. OLE color: 1188084.
HSL color Cylindrical-coordinate representation of color #F42012: hue angle of 3.72º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F42012 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.04 |
| HSL | 3.72º | 0.91% | 0.51% | - |
| HSV(B) | 3.72º | 0.93% | 0.96% | - |
| XYZ | 37.93 | 20.31 | 2.49 | - |
| YUV | 93.79 | 85.24 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 18 | 0 | 0.87 | 0.93 | 0.04 | 3.72 | 0.91 | 0.51 |
| Hex | F4 | 20 | 12 | 0 | 57 | 5D | 4 | 4 | 5B | 33 |
| Octal | 364 | 40 | 22 | 0 | 127 | 135 | 4 | 4 | 133 | 63 |
| Binary | 11110100 | 100000 | 10010 | 0 | 1010111 | 1011101 | 100 | 100 | 1011011 | 110011 |
Color Harmonies of #F42012
Complementary color
Monochromatic Colors of #F42012
Black with #F42012
Text Example
Text Example
White with #F42012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42012; }
p { color: rgb(244,32,18); }
H1.HeaderClassName
{
color: #F42012;
}
.AnyTagClassName
{
color: #F42012;
}
</style>
background-color css
<style>
a { background-color: #F42012; }
a { background-color: rgb(244,32,18); }
div.DivClassName
{
background-color: #F42012;
}
.BgClassName
{
background-color: #F42012;
}
</style>
border-color css
<style>
span { border-color: #F42012; }
span { border-color: rgb(244,32,18); }
td.TdClassName
{
border-color: #F42012;
}
.TagClassName
{
border-color: #F42012;
}
</style>