Shades of Scarlet #F41515
Tints of Scarlet #F41515
RGB
CMYK
RGB Variations
Color information
#F41515 (or 0xF41515) is known color: Scarlet. HEX triplet: F4, 15 and 15. RGB value is (244,21,21). Sum of RGB (Red+Green+Blue) = 244+21+21=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F41515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41515 is #0BEAEA. Grayscale: #575757. Windows color (decimal): -781035 or 1381876. OLE color: 1381876.
HSL color Cylindrical-coordinate representation of color #F41515: hue angle of 0º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41515 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.04 |
| HSL | 0º | 0.91% | 0.52% | - |
| HSV(B) | 0º | 0.91% | 0.96% | - |
| XYZ | 37.71 | 19.82 | 2.55 | - |
| YUV | 87.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 21 | 0 | 0.91 | 0.91 | 0.04 | 0 | 0.91 | 0.52 |
| Hex | F4 | 15 | 15 | 0 | 5B | 5B | 4 | 0 | 5B | 34 |
| Octal | 364 | 25 | 25 | 0 | 133 | 133 | 4 | 0 | 133 | 64 |
| Binary | 11110100 | 10101 | 10101 | 0 | 1011011 | 1011011 | 100 | 0 | 1011011 | 110100 |
Color Harmonies of #F41515
Complementary color
Monochromatic Colors of #F41515
Black with #F41515
Text Example
Text Example
White with #F41515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41515; }
p { color: rgb(244,21,21); }
H1.HeaderClassName
{
color: #F41515;
}
.AnyTagClassName
{
color: #F41515;
}
</style>
background-color css
<style>
a { background-color: #F41515; }
a { background-color: rgb(244,21,21); }
div.DivClassName
{
background-color: #F41515;
}
.BgClassName
{
background-color: #F41515;
}
</style>
border-color css
<style>
span { border-color: #F41515; }
span { border-color: rgb(244,21,21); }
td.TdClassName
{
border-color: #F41515;
}
.TagClassName
{
border-color: #F41515;
}
</style>