Shades of Scarlet #F12212
Tints of Scarlet #F12212
RGB
CMYK
RGB Variations
Color information
#F12212 (or 0xF12212) is known color: Scarlet. HEX triplet: F1, 22 and 12. RGB value is (241,34,18). Sum of RGB (Red+Green+Blue) = 241+34+18=293 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.25% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 241 - color contains mainly: red. Hex color #F12212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12212 is #0EDDED. Grayscale: #5E5E5E. Windows color (decimal): -974318 or 1188593. OLE color: 1188593.
HSL color Cylindrical-coordinate representation of color #F12212: hue angle of 4.3º 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 #F12212 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 18 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.05 |
| HSL | 4.3º | 0.89% | 0.51% | - |
| HSV(B) | 4.3º | 0.93% | 0.95% | - |
| XYZ | 36.96 | 19.89 | 2.46 | - |
| YUV | 94.07 | 85.08 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 18 | 0 | 0.86 | 0.93 | 0.05 | 4.3 | 0.89 | 0.51 |
| Hex | F1 | 22 | 12 | 0 | 56 | 5D | 5 | 4 | 59 | 33 |
| Octal | 361 | 42 | 22 | 0 | 126 | 135 | 5 | 4 | 131 | 63 |
| Binary | 11110001 | 100010 | 10010 | 0 | 1010110 | 1011101 | 101 | 100 | 1011001 | 110011 |
Color Harmonies of #F12212
Complementary color
Monochromatic Colors of #F12212
Black with #F12212
Text Example
Text Example
White with #F12212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12212; }
p { color: rgb(241,34,18); }
H1.HeaderClassName
{
color: #F12212;
}
.AnyTagClassName
{
color: #F12212;
}
</style>
background-color css
<style>
a { background-color: #F12212; }
a { background-color: rgb(241,34,18); }
div.DivClassName
{
background-color: #F12212;
}
.BgClassName
{
background-color: #F12212;
}
</style>
border-color css
<style>
span { border-color: #F12212; }
span { border-color: rgb(241,34,18); }
td.TdClassName
{
border-color: #F12212;
}
.TagClassName
{
border-color: #F12212;
}
</style>