Shades of Scarlet #F11510
Tints of Scarlet #F11510
RGB
CMYK
RGB Variations
Color information
#F11510 (or 0xF11510) is known color: Scarlet. HEX triplet: F1, 15 and 10. RGB value is (241,21,16). Sum of RGB (Red+Green+Blue) = 241+21+16=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F11510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11510 is #0EEAEF. Grayscale: #565656. Windows color (decimal): -977648 or 1054193. OLE color: 1054193.
HSL color Cylindrical-coordinate representation of color #F11510: hue angle of 1.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.05 |
| HSL | 1.33º | 0.89% | 0.5% | - |
| HSV(B) | 1.33º | 0.93% | 0.95% | - |
| XYZ | 36.64 | 19.27 | 2.28 | - |
| YUV | 86.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 16 | 0 | 0.91 | 0.93 | 0.05 | 1.33 | 0.89 | 0.5 |
| Hex | F1 | 15 | 10 | 0 | 5B | 5D | 5 | 1 | 59 | 32 |
| Octal | 361 | 25 | 20 | 0 | 133 | 135 | 5 | 1 | 131 | 62 |
| Binary | 11110001 | 10101 | 10000 | 0 | 1011011 | 1011101 | 101 | 1 | 1011001 | 110010 |
Color Harmonies of #F11510
Complementary color
Monochromatic Colors of #F11510
Black with #F11510
Text Example
Text Example
White with #F11510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11510; }
p { color: rgb(241,21,16); }
H1.HeaderClassName
{
color: #F11510;
}
.AnyTagClassName
{
color: #F11510;
}
</style>
background-color css
<style>
a { background-color: #F11510; }
a { background-color: rgb(241,21,16); }
div.DivClassName
{
background-color: #F11510;
}
.BgClassName
{
background-color: #F11510;
}
</style>
border-color css
<style>
span { border-color: #F11510; }
span { border-color: rgb(241,21,16); }
td.TdClassName
{
border-color: #F11510;
}
.TagClassName
{
border-color: #F11510;
}
</style>