Shades of Scarlet #F11E13
Tints of Scarlet #F11E13
RGB
CMYK
RGB Variations
Color information
#F11E13 (or 0xF11E13) is known color: Scarlet. HEX triplet: F1, 1E and 13. RGB value is (241,30,19). Sum of RGB (Red+Green+Blue) = 241+30+19=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11E13 is #0EE1EC. Grayscale: #5C5C5C. Windows color (decimal): -975341 or 1253105. OLE color: 1253105.
HSL color Cylindrical-coordinate representation of color #F11E13: hue angle of 2.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11E13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.05 |
| HSL | 2.97º | 0.89% | 0.51% | - |
| HSV(B) | 2.97º | 0.92% | 0.95% | - |
| XYZ | 36.86 | 19.68 | 2.47 | - |
| YUV | 91.84 | 86.9 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 19 | 0 | 0.88 | 0.92 | 0.05 | 2.97 | 0.89 | 0.51 |
| Hex | F1 | 1E | 13 | 0 | 58 | 5C | 5 | 3 | 59 | 33 |
| Octal | 361 | 36 | 23 | 0 | 130 | 134 | 5 | 3 | 131 | 63 |
| Binary | 11110001 | 11110 | 10011 | 0 | 1011000 | 1011100 | 101 | 11 | 1011001 | 110011 |
Color Harmonies of #F11E13
Complementary color
Monochromatic Colors of #F11E13
Black with #F11E13
Text Example
Text Example
White with #F11E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E13; }
p { color: rgb(241,30,19); }
H1.HeaderClassName
{
color: #F11E13;
}
.AnyTagClassName
{
color: #F11E13;
}
</style>
background-color css
<style>
a { background-color: #F11E13; }
a { background-color: rgb(241,30,19); }
div.DivClassName
{
background-color: #F11E13;
}
.BgClassName
{
background-color: #F11E13;
}
</style>
border-color css
<style>
span { border-color: #F11E13; }
span { border-color: rgb(241,30,19); }
td.TdClassName
{
border-color: #F11E13;
}
.TagClassName
{
border-color: #F11E13;
}
</style>