Shades of Scarlet #F11E17
Tints of Scarlet #F11E17
RGB
CMYK
RGB Variations
Color information
#F11E17 (or 0xF11E17) is known color: Scarlet. HEX triplet: F1, 1E and 17. RGB value is (241,30,23). Sum of RGB (Red+Green+Blue) = 241+30+23=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11E17 is #0EE1E8. Grayscale: #5C5C5C. Windows color (decimal): -975337 or 1515249. OLE color: 1515249.
HSL color Cylindrical-coordinate representation of color #F11E17: hue angle of 1.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11E17 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 23 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.05 |
| HSL | 1.93º | 0.89% | 0.52% | - |
| HSV(B) | 1.93º | 0.9% | 0.95% | - |
| XYZ | 36.89 | 19.69 | 2.67 | - |
| YUV | 92.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 23 | 0 | 0.88 | 0.90 | 0.05 | 1.93 | 0.89 | 0.52 |
| Hex | F1 | 1E | 17 | 0 | 58 | 5A | 5 | 2 | 59 | 34 |
| Octal | 361 | 36 | 27 | 0 | 130 | 132 | 5 | 2 | 131 | 64 |
| Binary | 11110001 | 11110 | 10111 | 0 | 1011000 | 1011010 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F11E17
Complementary color
Monochromatic Colors of #F11E17
Black with #F11E17
Text Example
Text Example
White with #F11E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E17; }
p { color: rgb(241,30,23); }
H1.HeaderClassName
{
color: #F11E17;
}
.AnyTagClassName
{
color: #F11E17;
}
</style>
background-color css
<style>
a { background-color: #F11E17; }
a { background-color: rgb(241,30,23); }
div.DivClassName
{
background-color: #F11E17;
}
.BgClassName
{
background-color: #F11E17;
}
</style>
border-color css
<style>
span { border-color: #F11E17; }
span { border-color: rgb(241,30,23); }
td.TdClassName
{
border-color: #F11E17;
}
.TagClassName
{
border-color: #F11E17;
}
</style>