Shades of Scarlet #F41512
Tints of Scarlet #F41512
RGB
CMYK
RGB Variations
Color information
#F41512 (or 0xF41512) is known color: Scarlet. HEX triplet: F4, 15 and 12. RGB value is (244,21,18). Sum of RGB (Red+Green+Blue) = 244+21+18=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F41512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41512 is #0BEAED. Grayscale: #575757. Windows color (decimal): -781038 or 1185268. OLE color: 1185268.
HSL color Cylindrical-coordinate representation of color #F41512: hue angle of 0.8º 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 #F41512 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 0.8º | 0.91% | 0.51% | - |
| HSV(B) | 0.8º | 0.93% | 0.96% | - |
| XYZ | 37.69 | 19.81 | 2.41 | - |
| YUV | 87.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 18 | 0 | 0.91 | 0.93 | 0.04 | 0.8 | 0.91 | 0.51 |
| Hex | F4 | 15 | 12 | 0 | 5B | 5D | 4 | 1 | 5B | 33 |
| Octal | 364 | 25 | 22 | 0 | 133 | 135 | 4 | 1 | 133 | 63 |
| Binary | 11110100 | 10101 | 10010 | 0 | 1011011 | 1011101 | 100 | 1 | 1011011 | 110011 |
Color Harmonies of #F41512
Complementary color
Monochromatic Colors of #F41512
Black with #F41512
Text Example
Text Example
White with #F41512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41512; }
p { color: rgb(244,21,18); }
H1.HeaderClassName
{
color: #F41512;
}
.AnyTagClassName
{
color: #F41512;
}
</style>
background-color css
<style>
a { background-color: #F41512; }
a { background-color: rgb(244,21,18); }
div.DivClassName
{
background-color: #F41512;
}
.BgClassName
{
background-color: #F41512;
}
</style>
border-color css
<style>
span { border-color: #F41512; }
span { border-color: rgb(244,21,18); }
td.TdClassName
{
border-color: #F41512;
}
.TagClassName
{
border-color: #F41512;
}
</style>