Shades of Scarlet #F41E15
Tints of Scarlet #F41E15
RGB
CMYK
RGB Variations
Color information
#F41E15 (or 0xF41E15) is known color: Scarlet. HEX triplet: F4, 1E and 15. RGB value is (244,30,21). Sum of RGB (Red+Green+Blue) = 244+30+21=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F41E15 is #0BE1EA. Grayscale: #5D5D5D. Windows color (decimal): -778731 or 1384180. OLE color: 1384180.
HSL color Cylindrical-coordinate representation of color #F41E15: hue angle of 2.42º 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 #F41E15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.04 |
| HSL | 2.42º | 0.91% | 0.52% | - |
| HSV(B) | 2.42º | 0.91% | 0.96% | - |
| XYZ | 37.91 | 20.22 | 2.61 | - |
| YUV | 92.96 | 87.4 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 21 | 0 | 0.88 | 0.91 | 0.04 | 2.42 | 0.91 | 0.52 |
| Hex | F4 | 1E | 15 | 0 | 58 | 5B | 4 | 2 | 5B | 34 |
| Octal | 364 | 36 | 25 | 0 | 130 | 133 | 4 | 2 | 133 | 64 |
| Binary | 11110100 | 11110 | 10101 | 0 | 1011000 | 1011011 | 100 | 10 | 1011011 | 110100 |
Color Harmonies of #F41E15
Complementary color
Monochromatic Colors of #F41E15
Black with #F41E15
Text Example
Text Example
White with #F41E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E15; }
p { color: rgb(244,30,21); }
H1.HeaderClassName
{
color: #F41E15;
}
.AnyTagClassName
{
color: #F41E15;
}
</style>
background-color css
<style>
a { background-color: #F41E15; }
a { background-color: rgb(244,30,21); }
div.DivClassName
{
background-color: #F41E15;
}
.BgClassName
{
background-color: #F41E15;
}
</style>
border-color css
<style>
span { border-color: #F41E15; }
span { border-color: rgb(244,30,21); }
td.TdClassName
{
border-color: #F41E15;
}
.TagClassName
{
border-color: #F41E15;
}
</style>