Shades of Scarlet #F41715
Tints of Scarlet #F41715
RGB
CMYK
RGB Variations
Color information
#F41715 (or 0xF41715) is known color: Scarlet. HEX triplet: F4, 17 and 15. RGB value is (244,23,21). Sum of RGB (Red+Green+Blue) = 244+23+21=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F41715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41715 is #0BE8EA. Grayscale: #595959. Windows color (decimal): -780523 or 1382388. OLE color: 1382388.
HSL color Cylindrical-coordinate representation of color #F41715: hue angle of 0.54º 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 #F41715 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.04 |
| HSL | 0.54º | 0.91% | 0.52% | - |
| HSV(B) | 0.54º | 0.91% | 0.96% | - |
| XYZ | 37.75 | 19.9 | 2.56 | - |
| YUV | 88.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 21 | 0 | 0.91 | 0.91 | 0.04 | 0.54 | 0.91 | 0.52 |
| Hex | F4 | 17 | 15 | 0 | 5B | 5B | 4 | 1 | 5B | 34 |
| Octal | 364 | 27 | 25 | 0 | 133 | 133 | 4 | 1 | 133 | 64 |
| Binary | 11110100 | 10111 | 10101 | 0 | 1011011 | 1011011 | 100 | 1 | 1011011 | 110100 |
Color Harmonies of #F41715
Complementary color
Monochromatic Colors of #F41715
Black with #F41715
Text Example
Text Example
White with #F41715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41715; }
p { color: rgb(244,23,21); }
H1.HeaderClassName
{
color: #F41715;
}
.AnyTagClassName
{
color: #F41715;
}
</style>
background-color css
<style>
a { background-color: #F41715; }
a { background-color: rgb(244,23,21); }
div.DivClassName
{
background-color: #F41715;
}
.BgClassName
{
background-color: #F41715;
}
</style>
border-color css
<style>
span { border-color: #F41715; }
span { border-color: rgb(244,23,21); }
td.TdClassName
{
border-color: #F41715;
}
.TagClassName
{
border-color: #F41715;
}
</style>