Shades of Scarlet #F1211B
Tints of Scarlet #F1211B
RGB
CMYK
RGB Variations
Color information
#F1211B (or 0xF1211B) is known color: Scarlet. HEX triplet: F1, 21 and 1B. RGB value is (241,33,27). Sum of RGB (Red+Green+Blue) = 241+33+27=301 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.07% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 241 - color contains mainly: red. Hex color #F1211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1211B is #0EDEE4. Grayscale: #5E5E5E. Windows color (decimal): -974565 or 1778161. OLE color: 1778161.
HSL color Cylindrical-coordinate representation of color #F1211B: hue angle of 1.68º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1211B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.05 |
| HSL | 1.68º | 0.88% | 0.53% | - |
| HSV(B) | 1.68º | 0.89% | 0.95% | - |
| XYZ | 37.02 | 19.87 | 2.92 | - |
| YUV | 94.51 | 89.91 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 27 | 0 | 0.86 | 0.89 | 0.05 | 1.68 | 0.88 | 0.53 |
| Hex | F1 | 21 | 1B | 0 | 56 | 59 | 5 | 2 | 58 | 35 |
| Octal | 361 | 41 | 33 | 0 | 126 | 131 | 5 | 2 | 130 | 65 |
| Binary | 11110001 | 100001 | 11011 | 0 | 1010110 | 1011001 | 101 | 10 | 1011000 | 110101 |
Color Harmonies of #F1211B
Complementary color
Monochromatic Colors of #F1211B
Black with #F1211B
Text Example
Text Example
White with #F1211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1211B; }
p { color: rgb(241,33,27); }
H1.HeaderClassName
{
color: #F1211B;
}
.AnyTagClassName
{
color: #F1211B;
}
</style>
background-color css
<style>
a { background-color: #F1211B; }
a { background-color: rgb(241,33,27); }
div.DivClassName
{
background-color: #F1211B;
}
.BgClassName
{
background-color: #F1211B;
}
</style>
border-color css
<style>
span { border-color: #F1211B; }
span { border-color: rgb(241,33,27); }
td.TdClassName
{
border-color: #F1211B;
}
.TagClassName
{
border-color: #F1211B;
}
</style>