Shades of Scarlet #F12215
Tints of Scarlet #F12215
RGB
CMYK
RGB Variations
Color information
#F12215 (or 0xF12215) is known color: Scarlet. HEX triplet: F1, 22 and 15. RGB value is (241,34,21). Sum of RGB (Red+Green+Blue) = 241+34+21=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F12215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12215 is #0EDDEA. Grayscale: #5E5E5E. Windows color (decimal): -974315 or 1385201. OLE color: 1385201.
HSL color Cylindrical-coordinate representation of color #F12215: hue angle of 3.55º 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 #F12215 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 21 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.05 |
| HSL | 3.55º | 0.89% | 0.51% | - |
| HSV(B) | 3.55º | 0.91% | 0.95% | - |
| XYZ | 36.98 | 19.9 | 2.6 | - |
| YUV | 94.41 | 86.58 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 21 | 0 | 0.86 | 0.91 | 0.05 | 3.55 | 0.89 | 0.51 |
| Hex | F1 | 22 | 15 | 0 | 56 | 5B | 5 | 4 | 59 | 33 |
| Octal | 361 | 42 | 25 | 0 | 126 | 133 | 5 | 4 | 131 | 63 |
| Binary | 11110001 | 100010 | 10101 | 0 | 1010110 | 1011011 | 101 | 100 | 1011001 | 110011 |
Color Harmonies of #F12215
Complementary color
Monochromatic Colors of #F12215
Black with #F12215
Text Example
Text Example
White with #F12215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12215; }
p { color: rgb(241,34,21); }
H1.HeaderClassName
{
color: #F12215;
}
.AnyTagClassName
{
color: #F12215;
}
</style>
background-color css
<style>
a { background-color: #F12215; }
a { background-color: rgb(241,34,21); }
div.DivClassName
{
background-color: #F12215;
}
.BgClassName
{
background-color: #F12215;
}
</style>
border-color css
<style>
span { border-color: #F12215; }
span { border-color: rgb(241,34,21); }
td.TdClassName
{
border-color: #F12215;
}
.TagClassName
{
border-color: #F12215;
}
</style>