Shades of Scarlet #F41712
Tints of Scarlet #F41712
RGB
CMYK
RGB Variations
Color information
#F41712 (or 0xF41712) is known color: Scarlet. HEX triplet: F4, 17 and 12. RGB value is (244,23,18). Sum of RGB (Red+Green+Blue) = 244+23+18=285 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.61% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 244 - color contains mainly: red. Hex color #F41712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41712 is #0BE8ED. Grayscale: #585858. Windows color (decimal): -780526 or 1185780. OLE color: 1185780.
HSL color Cylindrical-coordinate representation of color #F41712: hue angle of 1.33º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41712 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.33º | 0.91% | 0.51% | - |
| HSV(B) | 1.33º | 0.93% | 0.96% | - |
| XYZ | 37.72 | 19.89 | 2.42 | - |
| YUV | 88.51 | 88.22 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 18 | 0 | 0.91 | 0.93 | 0.04 | 1.33 | 0.91 | 0.51 |
| Hex | F4 | 17 | 12 | 0 | 5B | 5D | 4 | 1 | 5B | 33 |
| Octal | 364 | 27 | 22 | 0 | 133 | 135 | 4 | 1 | 133 | 63 |
| Binary | 11110100 | 10111 | 10010 | 0 | 1011011 | 1011101 | 100 | 1 | 1011011 | 110011 |
Color Harmonies of #F41712
Complementary color
Monochromatic Colors of #F41712
Black with #F41712
Text Example
Text Example
White with #F41712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41712; }
p { color: rgb(244,23,18); }
H1.HeaderClassName
{
color: #F41712;
}
.AnyTagClassName
{
color: #F41712;
}
</style>
background-color css
<style>
a { background-color: #F41712; }
a { background-color: rgb(244,23,18); }
div.DivClassName
{
background-color: #F41712;
}
.BgClassName
{
background-color: #F41712;
}
</style>
border-color css
<style>
span { border-color: #F41712; }
span { border-color: rgb(244,23,18); }
td.TdClassName
{
border-color: #F41712;
}
.TagClassName
{
border-color: #F41712;
}
</style>