Shades of Scarlet #F11D14
Tints of Scarlet #F11D14
RGB
CMYK
RGB Variations
Color information
#F11D14 (or 0xF11D14) is known color: Scarlet. HEX triplet: F1, 1D and 14. RGB value is (241,29,20). Sum of RGB (Red+Green+Blue) = 241+29+20=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11D14 is #0EE2EB. Grayscale: #5B5B5B. Windows color (decimal): -975596 or 1318385. OLE color: 1318385.
HSL color Cylindrical-coordinate representation of color #F11D14: hue angle of 2.44º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.05 |
| HSL | 2.44º | 0.89% | 0.51% | - |
| HSV(B) | 2.44º | 0.92% | 0.95% | - |
| XYZ | 36.84 | 19.63 | 2.51 | - |
| YUV | 91.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 20 | 0 | 0.88 | 0.92 | 0.05 | 2.44 | 0.89 | 0.51 |
| Hex | F1 | 1D | 14 | 0 | 58 | 5C | 5 | 2 | 59 | 33 |
| Octal | 361 | 35 | 24 | 0 | 130 | 134 | 5 | 2 | 131 | 63 |
| Binary | 11110001 | 11101 | 10100 | 0 | 1011000 | 1011100 | 101 | 10 | 1011001 | 110011 |
Color Harmonies of #F11D14
Complementary color
Monochromatic Colors of #F11D14
Black with #F11D14
Text Example
Text Example
White with #F11D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D14; }
p { color: rgb(241,29,20); }
H1.HeaderClassName
{
color: #F11D14;
}
.AnyTagClassName
{
color: #F11D14;
}
</style>
background-color css
<style>
a { background-color: #F11D14; }
a { background-color: rgb(241,29,20); }
div.DivClassName
{
background-color: #F11D14;
}
.BgClassName
{
background-color: #F11D14;
}
</style>
border-color css
<style>
span { border-color: #F11D14; }
span { border-color: rgb(241,29,20); }
td.TdClassName
{
border-color: #F11D14;
}
.TagClassName
{
border-color: #F11D14;
}
</style>