Shades of Scarlet #F11F15
Tints of Scarlet #F11F15
RGB
CMYK
RGB Variations
Color information
#F11F15 (or 0xF11F15) is known color: Scarlet. HEX triplet: F1, 1F and 15. RGB value is (241,31,21). Sum of RGB (Red+Green+Blue) = 241+31+21=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F11F15 is #0EE0EA. Grayscale: #5C5C5C. Windows color (decimal): -975083 or 1384433. OLE color: 1384433.
HSL color Cylindrical-coordinate representation of color #F11F15: hue angle of 2.73º 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 #F11F15 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 21 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.05 |
| HSL | 2.73º | 0.89% | 0.51% | - |
| HSV(B) | 2.73º | 0.91% | 0.95% | - |
| XYZ | 36.9 | 19.73 | 2.57 | - |
| YUV | 92.65 | 87.57 | 233.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 21 | 0 | 0.87 | 0.91 | 0.05 | 2.73 | 0.89 | 0.51 |
| Hex | F1 | 1F | 15 | 0 | 57 | 5B | 5 | 3 | 59 | 33 |
| Octal | 361 | 37 | 25 | 0 | 127 | 133 | 5 | 3 | 131 | 63 |
| Binary | 11110001 | 11111 | 10101 | 0 | 1010111 | 1011011 | 101 | 11 | 1011001 | 110011 |
Color Harmonies of #F11F15
Complementary color
Monochromatic Colors of #F11F15
Black with #F11F15
Text Example
Text Example
White with #F11F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F15; }
p { color: rgb(241,31,21); }
H1.HeaderClassName
{
color: #F11F15;
}
.AnyTagClassName
{
color: #F11F15;
}
</style>
background-color css
<style>
a { background-color: #F11F15; }
a { background-color: rgb(241,31,21); }
div.DivClassName
{
background-color: #F11F15;
}
.BgClassName
{
background-color: #F11F15;
}
</style>
border-color css
<style>
span { border-color: #F11F15; }
span { border-color: rgb(241,31,21); }
td.TdClassName
{
border-color: #F11F15;
}
.TagClassName
{
border-color: #F11F15;
}
</style>