Shades of Scarlet #F12112
Tints of Scarlet #F12112
RGB
CMYK
RGB Variations
Color information
#F12112 (or 0xF12112) is known color: Scarlet. HEX triplet: F1, 21 and 12. RGB value is (241,33,18). Sum of RGB (Red+Green+Blue) = 241+33+18=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F12112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12112 is #0EDEED. Grayscale: #5D5D5D. Windows color (decimal): -974574 or 1188337. OLE color: 1188337.
HSL color Cylindrical-coordinate representation of color #F12112: hue angle of 4.04º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12112 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 18 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 4.04º | 0.89% | 0.51% | - |
| HSV(B) | 4.04º | 0.93% | 0.95% | - |
| XYZ | 36.93 | 19.83 | 2.45 | - |
| YUV | 93.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 18 | 0 | 0.86 | 0.93 | 0.05 | 4.04 | 0.89 | 0.51 |
| Hex | F1 | 21 | 12 | 0 | 56 | 5D | 5 | 4 | 59 | 33 |
| Octal | 361 | 41 | 22 | 0 | 126 | 135 | 5 | 4 | 131 | 63 |
| Binary | 11110001 | 100001 | 10010 | 0 | 1010110 | 1011101 | 101 | 100 | 1011001 | 110011 |
Color Harmonies of #F12112
Complementary color
Monochromatic Colors of #F12112
Black with #F12112
Text Example
Text Example
White with #F12112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12112; }
p { color: rgb(241,33,18); }
H1.HeaderClassName
{
color: #F12112;
}
.AnyTagClassName
{
color: #F12112;
}
</style>
background-color css
<style>
a { background-color: #F12112; }
a { background-color: rgb(241,33,18); }
div.DivClassName
{
background-color: #F12112;
}
.BgClassName
{
background-color: #F12112;
}
</style>
border-color css
<style>
span { border-color: #F12112; }
span { border-color: rgb(241,33,18); }
td.TdClassName
{
border-color: #F12112;
}
.TagClassName
{
border-color: #F12112;
}
</style>