Shades of Scarlet #F11D16
Tints of Scarlet #F11D16
RGB
CMYK
RGB Variations
Color information
#F11D16 (or 0xF11D16) is known color: Scarlet. HEX triplet: F1, 1D and 16. RGB value is (241,29,22). Sum of RGB (Red+Green+Blue) = 241+29+22=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D16 is #0EE2E9. Grayscale: #5B5B5B. Windows color (decimal): -975594 or 1449457. OLE color: 1449457.
HSL color Cylindrical-coordinate representation of color #F11D16: hue angle of 1.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11D16 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 22 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.05 |
| HSL | 1.92º | 0.89% | 0.52% | - |
| HSV(B) | 1.92º | 0.91% | 0.95% | - |
| XYZ | 36.86 | 19.64 | 2.61 | - |
| YUV | 91.59 | 88.74 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 22 | 0 | 0.88 | 0.91 | 0.05 | 1.92 | 0.89 | 0.52 |
| Hex | F1 | 1D | 16 | 0 | 58 | 5B | 5 | 2 | 59 | 34 |
| Octal | 361 | 35 | 26 | 0 | 130 | 133 | 5 | 2 | 131 | 64 |
| Binary | 11110001 | 11101 | 10110 | 0 | 1011000 | 1011011 | 101 | 10 | 1011001 | 110100 |
Color Harmonies of #F11D16
Complementary color
Monochromatic Colors of #F11D16
Black with #F11D16
Text Example
Text Example
White with #F11D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D16; }
p { color: rgb(241,29,22); }
H1.HeaderClassName
{
color: #F11D16;
}
.AnyTagClassName
{
color: #F11D16;
}
</style>
background-color css
<style>
a { background-color: #F11D16; }
a { background-color: rgb(241,29,22); }
div.DivClassName
{
background-color: #F11D16;
}
.BgClassName
{
background-color: #F11D16;
}
</style>
border-color css
<style>
span { border-color: #F11D16; }
span { border-color: rgb(241,29,22); }
td.TdClassName
{
border-color: #F11D16;
}
.TagClassName
{
border-color: #F11D16;
}
</style>