Shades of Scarlet #F11A15
Tints of Scarlet #F11A15
RGB
CMYK
RGB Variations
Color information
#F11A15 (or 0xF11A15) is known color: Scarlet. HEX triplet: F1, 1A and 15. RGB value is (241,26,21). Sum of RGB (Red+Green+Blue) = 241+26+21=288 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.68% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11A15 is #0EE5EA. Grayscale: #595959. Windows color (decimal): -976363 or 1383153. OLE color: 1383153.
HSL color Cylindrical-coordinate representation of color #F11A15: hue angle of 1.36º 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 #F11A15 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 21 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.05 |
| HSL | 1.36º | 0.89% | 0.51% | - |
| HSV(B) | 1.36º | 0.91% | 0.95% | - |
| XYZ | 36.78 | 19.49 | 2.53 | - |
| YUV | 89.72 | 89.23 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 21 | 0 | 0.89 | 0.91 | 0.05 | 1.36 | 0.89 | 0.51 |
| Hex | F1 | 1A | 15 | 0 | 59 | 5B | 5 | 1 | 59 | 33 |
| Octal | 361 | 32 | 25 | 0 | 131 | 133 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 11010 | 10101 | 0 | 1011001 | 1011011 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11A15
Complementary color
Monochromatic Colors of #F11A15
Black with #F11A15
Text Example
Text Example
White with #F11A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A15; }
p { color: rgb(241,26,21); }
H1.HeaderClassName
{
color: #F11A15;
}
.AnyTagClassName
{
color: #F11A15;
}
</style>
background-color css
<style>
a { background-color: #F11A15; }
a { background-color: rgb(241,26,21); }
div.DivClassName
{
background-color: #F11A15;
}
.BgClassName
{
background-color: #F11A15;
}
</style>
border-color css
<style>
span { border-color: #F11A15; }
span { border-color: rgb(241,26,21); }
td.TdClassName
{
border-color: #F11A15;
}
.TagClassName
{
border-color: #F11A15;
}
</style>