Shades of Scarlet #F41616
Tints of Scarlet #F41616
RGB
CMYK
RGB Variations
Color information
#F41616 (or 0xF41616) is known color: Scarlet. HEX triplet: F4, 16 and 16. RGB value is (244,22,22). Sum of RGB (Red+Green+Blue) = 244+22+22=288 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.72% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 244 - color contains mainly: red. Hex color #F41616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41616 is #0BE9E9. Grayscale: #585858. Windows color (decimal): -780778 or 1447668. OLE color: 1447668.
HSL color Cylindrical-coordinate representation of color #F41616: 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 #F41616 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.04 |
| HSL | 0º | 0.91% | 0.52% | - |
| HSV(B) | 0º | 0.91% | 0.96% | - |
| XYZ | 37.74 | 19.86 | 2.6 | - |
| YUV | 88.38 | 90.55 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 22 | 0 | 0.91 | 0.91 | 0.04 | 0 | 0.91 | 0.52 |
| Hex | F4 | 16 | 16 | 0 | 5B | 5B | 4 | 0 | 5B | 34 |
| Octal | 364 | 26 | 26 | 0 | 133 | 133 | 4 | 0 | 133 | 64 |
| Binary | 11110100 | 10110 | 10110 | 0 | 1011011 | 1011011 | 100 | 0 | 1011011 | 110100 |
Color Harmonies of #F41616
Complementary color
Monochromatic Colors of #F41616
Black with #F41616
Text Example
Text Example
White with #F41616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41616; }
p { color: rgb(244,22,22); }
H1.HeaderClassName
{
color: #F41616;
}
.AnyTagClassName
{
color: #F41616;
}
</style>
background-color css
<style>
a { background-color: #F41616; }
a { background-color: rgb(244,22,22); }
div.DivClassName
{
background-color: #F41616;
}
.BgClassName
{
background-color: #F41616;
}
</style>
border-color css
<style>
span { border-color: #F41616; }
span { border-color: rgb(244,22,22); }
td.TdClassName
{
border-color: #F41616;
}
.TagClassName
{
border-color: #F41616;
}
</style>