Shades of Scarlet #F11C10
Tints of Scarlet #F11C10
RGB
CMYK
RGB Variations
Color information
#F11C10 (or 0xF11C10) is known color: Scarlet. HEX triplet: F1, 1C and 10. RGB value is (241,28,16). Sum of RGB (Red+Green+Blue) = 241+28+16=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11C10 is #0EE3EF. Grayscale: #5A5A5A. Windows color (decimal): -975856 or 1055985. OLE color: 1055985.
HSL color Cylindrical-coordinate representation of color #F11C10: hue angle of 3.2º 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 #F11C10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.05 |
| HSL | 3.2º | 0.89% | 0.5% | - |
| HSV(B) | 3.2º | 0.93% | 0.95% | - |
| XYZ | 36.78 | 19.57 | 2.33 | - |
| YUV | 90.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 16 | 0 | 0.88 | 0.93 | 0.05 | 3.2 | 0.89 | 0.5 |
| Hex | F1 | 1C | 10 | 0 | 58 | 5D | 5 | 3 | 59 | 32 |
| Octal | 361 | 34 | 20 | 0 | 130 | 135 | 5 | 3 | 131 | 62 |
| Binary | 11110001 | 11100 | 10000 | 0 | 1011000 | 1011101 | 101 | 11 | 1011001 | 110010 |
Color Harmonies of #F11C10
Complementary color
Monochromatic Colors of #F11C10
Black with #F11C10
Text Example
Text Example
White with #F11C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C10; }
p { color: rgb(241,28,16); }
H1.HeaderClassName
{
color: #F11C10;
}
.AnyTagClassName
{
color: #F11C10;
}
</style>
background-color css
<style>
a { background-color: #F11C10; }
a { background-color: rgb(241,28,16); }
div.DivClassName
{
background-color: #F11C10;
}
.BgClassName
{
background-color: #F11C10;
}
</style>
border-color css
<style>
span { border-color: #F11C10; }
span { border-color: rgb(241,28,16); }
td.TdClassName
{
border-color: #F11C10;
}
.TagClassName
{
border-color: #F11C10;
}
</style>