Shades of Scarlet #F1220E
Tints of Scarlet #F1220E
RGB
CMYK
RGB Variations
Color information
#F1220E (or 0xF1220E) is known color: Scarlet. HEX triplet: F1, 22 and 0E. RGB value is (241,34,14). Sum of RGB (Red+Green+Blue) = 241+34+14=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1220E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1220E is #0EDDF1. Grayscale: #5D5D5D. Windows color (decimal): -974322 or 926449. OLE color: 926449.
HSL color Cylindrical-coordinate representation of color #F1220E: hue angle of 5.29º 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 #F1220E is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 34 | 14 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.05 |
| HSL | 5.29º | 0.89% | 0.5% | - |
| HSV(B) | 5.29º | 0.94% | 0.95% | - |
| XYZ | 36.93 | 19.88 | 2.31 | - |
| YUV | 93.61 | 83.08 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 34 | 14 | 0 | 0.86 | 0.94 | 0.05 | 5.29 | 0.89 | 0.5 |
| Hex | F1 | 22 | E | 0 | 56 | 5E | 5 | 5 | 59 | 32 |
| Octal | 361 | 42 | 16 | 0 | 126 | 136 | 5 | 5 | 131 | 62 |
| Binary | 11110001 | 100010 | 1110 | 0 | 1010110 | 1011110 | 101 | 101 | 1011001 | 110010 |
Color Harmonies of #F1220E
Complementary color
Monochromatic Colors of #F1220E
Black with #F1220E
Text Example
Text Example
White with #F1220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1220E; }
p { color: rgb(241,34,14); }
H1.HeaderClassName
{
color: #F1220E;
}
.AnyTagClassName
{
color: #F1220E;
}
</style>
background-color css
<style>
a { background-color: #F1220E; }
a { background-color: rgb(241,34,14); }
div.DivClassName
{
background-color: #F1220E;
}
.BgClassName
{
background-color: #F1220E;
}
</style>
border-color css
<style>
span { border-color: #F1220E; }
span { border-color: rgb(241,34,14); }
td.TdClassName
{
border-color: #F1220E;
}
.TagClassName
{
border-color: #F1220E;
}
</style>