Shades of Scarlet #F1150E
Tints of Scarlet #F1150E
RGB
CMYK
RGB Variations
Color information
#F1150E (or 0xF1150E) is known color: Scarlet. HEX triplet: F1, 15 and 0E. RGB value is (241,21,14). Sum of RGB (Red+Green+Blue) = 241+21+14=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1150E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1150E is #0EEAF1. Grayscale: #565656. Windows color (decimal): -977650 or 923121. OLE color: 923121.
HSL color Cylindrical-coordinate representation of color #F1150E: hue angle of 1.85º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1150E is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 14 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.05 |
| HSL | 1.85º | 0.89% | 0.5% | - |
| HSV(B) | 1.85º | 0.94% | 0.95% | - |
| XYZ | 36.62 | 19.27 | 2.2 | - |
| YUV | 85.98 | 87.39 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 14 | 0 | 0.91 | 0.94 | 0.05 | 1.85 | 0.89 | 0.5 |
| Hex | F1 | 15 | E | 0 | 5B | 5E | 5 | 2 | 59 | 32 |
| Octal | 361 | 25 | 16 | 0 | 133 | 136 | 5 | 2 | 131 | 62 |
| Binary | 11110001 | 10101 | 1110 | 0 | 1011011 | 1011110 | 101 | 10 | 1011001 | 110010 |
Color Harmonies of #F1150E
Complementary color
Monochromatic Colors of #F1150E
Black with #F1150E
Text Example
Text Example
White with #F1150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1150E; }
p { color: rgb(241,21,14); }
H1.HeaderClassName
{
color: #F1150E;
}
.AnyTagClassName
{
color: #F1150E;
}
</style>
background-color css
<style>
a { background-color: #F1150E; }
a { background-color: rgb(241,21,14); }
div.DivClassName
{
background-color: #F1150E;
}
.BgClassName
{
background-color: #F1150E;
}
</style>
border-color css
<style>
span { border-color: #F1150E; }
span { border-color: rgb(241,21,14); }
td.TdClassName
{
border-color: #F1150E;
}
.TagClassName
{
border-color: #F1150E;
}
</style>