Shades of Scarlet #F11715
Tints of Scarlet #F11715
RGB
CMYK
RGB Variations
Color information
#F11715 (or 0xF11715) is known color: Scarlet. HEX triplet: F1, 17 and 15. RGB value is (241,23,21). Sum of RGB (Red+Green+Blue) = 241+23+21=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F11715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11715 is #0EE8EA. Grayscale: #585858. Windows color (decimal): -977131 or 1382385. OLE color: 1382385.
HSL color Cylindrical-coordinate representation of color #F11715: hue angle of 0.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11715 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 21 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.05 |
| HSL | 0.55º | 0.89% | 0.51% | - |
| HSV(B) | 0.55º | 0.91% | 0.95% | - |
| XYZ | 36.72 | 19.37 | 2.51 | - |
| YUV | 87.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 21 | 0 | 0.90 | 0.91 | 0.05 | 0.55 | 0.89 | 0.51 |
| Hex | F1 | 17 | 15 | 0 | 5A | 5B | 5 | 1 | 59 | 33 |
| Octal | 361 | 27 | 25 | 0 | 132 | 133 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 10111 | 10101 | 0 | 1011010 | 1011011 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11715
Complementary color
Monochromatic Colors of #F11715
Black with #F11715
Text Example
Text Example
White with #F11715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11715; }
p { color: rgb(241,23,21); }
H1.HeaderClassName
{
color: #F11715;
}
.AnyTagClassName
{
color: #F11715;
}
</style>
background-color css
<style>
a { background-color: #F11715; }
a { background-color: rgb(241,23,21); }
div.DivClassName
{
background-color: #F11715;
}
.BgClassName
{
background-color: #F11715;
}
</style>
border-color css
<style>
span { border-color: #F11715; }
span { border-color: rgb(241,23,21); }
td.TdClassName
{
border-color: #F11715;
}
.TagClassName
{
border-color: #F11715;
}
</style>