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