Shades of Scarlet #F41510
Tints of Scarlet #F41510
RGB
CMYK
RGB Variations
Color information
#F41510 (or 0xF41510) is known color: Scarlet. HEX triplet: F4, 15 and 10. RGB value is (244,21,16). Sum of RGB (Red+Green+Blue) = 244+21+16=281 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.83% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 244 - color contains mainly: red. Hex color #F41510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41510 is #0BEAEF. Grayscale: #575757. Windows color (decimal): -781040 or 1054196. OLE color: 1054196.
HSL color Cylindrical-coordinate representation of color #F41510: hue angle of 1.32º 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 #F41510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.32º | 0.91% | 0.51% | - |
| HSV(B) | 1.32º | 0.93% | 0.96% | - |
| XYZ | 37.67 | 19.81 | 2.33 | - |
| YUV | 87.11 | 87.88 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 16 | 0 | 0.91 | 0.93 | 0.04 | 1.32 | 0.91 | 0.51 |
| Hex | F4 | 15 | 10 | 0 | 5B | 5D | 4 | 1 | 5B | 33 |
| Octal | 364 | 25 | 20 | 0 | 133 | 135 | 4 | 1 | 133 | 63 |
| Binary | 11110100 | 10101 | 10000 | 0 | 1011011 | 1011101 | 100 | 1 | 1011011 | 110011 |
Color Harmonies of #F41510
Complementary color
Monochromatic Colors of #F41510
Black with #F41510
Text Example
Text Example
White with #F41510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41510; }
p { color: rgb(244,21,16); }
H1.HeaderClassName
{
color: #F41510;
}
.AnyTagClassName
{
color: #F41510;
}
</style>
background-color css
<style>
a { background-color: #F41510; }
a { background-color: rgb(244,21,16); }
div.DivClassName
{
background-color: #F41510;
}
.BgClassName
{
background-color: #F41510;
}
</style>
border-color css
<style>
span { border-color: #F41510; }
span { border-color: rgb(244,21,16); }
td.TdClassName
{
border-color: #F41510;
}
.TagClassName
{
border-color: #F41510;
}
</style>