Shades of Scarlet #F12113
Tints of Scarlet #F12113
RGB
CMYK
RGB Variations
Color information
#F12113 (or 0xF12113) is known color: Scarlet. HEX triplet: F1, 21 and 13. RGB value is (241,33,19). Sum of RGB (Red+Green+Blue) = 241+33+19=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F12113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12113 is #0EDEEC. Grayscale: #5D5D5D. Windows color (decimal): -974573 or 1253873. OLE color: 1253873.
HSL color Cylindrical-coordinate representation of color #F12113: hue angle of 3.78º 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 #F12113 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 19 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.05 |
| HSL | 3.78º | 0.89% | 0.51% | - |
| HSV(B) | 3.78º | 0.92% | 0.95% | - |
| XYZ | 36.94 | 19.84 | 2.5 | - |
| YUV | 93.6 | 85.91 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 19 | 0 | 0.86 | 0.92 | 0.05 | 3.78 | 0.89 | 0.51 |
| Hex | F1 | 21 | 13 | 0 | 56 | 5C | 5 | 4 | 59 | 33 |
| Octal | 361 | 41 | 23 | 0 | 126 | 134 | 5 | 4 | 131 | 63 |
| Binary | 11110001 | 100001 | 10011 | 0 | 1010110 | 1011100 | 101 | 100 | 1011001 | 110011 |
Color Harmonies of #F12113
Complementary color
Monochromatic Colors of #F12113
Black with #F12113
Text Example
Text Example
White with #F12113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12113; }
p { color: rgb(241,33,19); }
H1.HeaderClassName
{
color: #F12113;
}
.AnyTagClassName
{
color: #F12113;
}
</style>
background-color css
<style>
a { background-color: #F12113; }
a { background-color: rgb(241,33,19); }
div.DivClassName
{
background-color: #F12113;
}
.BgClassName
{
background-color: #F12113;
}
</style>
border-color css
<style>
span { border-color: #F12113; }
span { border-color: rgb(241,33,19); }
td.TdClassName
{
border-color: #F12113;
}
.TagClassName
{
border-color: #F12113;
}
</style>