Shades of Scarlet #F41714
Tints of Scarlet #F41714
RGB
CMYK
RGB Variations
Color information
#F41714 (or 0xF41714) is known color: Scarlet. HEX triplet: F4, 17 and 14. RGB value is (244,23,20). Sum of RGB (Red+Green+Blue) = 244+23+20=287 (38% of max value = 765). Red value is 244 (95.70% from 255 or 85.02% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 244 - color contains mainly: red. Hex color #F41714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41714 is #0BE8EB. Grayscale: #585858. Windows color (decimal): -780524 or 1316852. OLE color: 1316852.
HSL color Cylindrical-coordinate representation of color #F41714: hue angle of 0.8º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41714 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 20 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.04 |
| HSL | 0.8º | 0.91% | 0.52% | - |
| HSV(B) | 0.8º | 0.92% | 0.96% | - |
| XYZ | 37.74 | 19.9 | 2.51 | - |
| YUV | 88.74 | 89.22 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 20 | 0 | 0.91 | 0.92 | 0.04 | 0.8 | 0.91 | 0.52 |
| Hex | F4 | 17 | 14 | 0 | 5B | 5C | 4 | 1 | 5B | 34 |
| Octal | 364 | 27 | 24 | 0 | 133 | 134 | 4 | 1 | 133 | 64 |
| Binary | 11110100 | 10111 | 10100 | 0 | 1011011 | 1011100 | 100 | 1 | 1011011 | 110100 |
Color Harmonies of #F41714
Complementary color
Monochromatic Colors of #F41714
Black with #F41714
Text Example
Text Example
White with #F41714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41714; }
p { color: rgb(244,23,20); }
H1.HeaderClassName
{
color: #F41714;
}
.AnyTagClassName
{
color: #F41714;
}
</style>
background-color css
<style>
a { background-color: #F41714; }
a { background-color: rgb(244,23,20); }
div.DivClassName
{
background-color: #F41714;
}
.BgClassName
{
background-color: #F41714;
}
</style>
border-color css
<style>
span { border-color: #F41714; }
span { border-color: rgb(244,23,20); }
td.TdClassName
{
border-color: #F41714;
}
.TagClassName
{
border-color: #F41714;
}
</style>