Shades of Scarlet #F1211D
Tints of Scarlet #F1211D
RGB
CMYK
RGB Variations
Color information
#F1211D (or 0xF1211D) is known color: Scarlet. HEX triplet: F1, 21 and 1D. RGB value is (241,33,29). Sum of RGB (Red+Green+Blue) = 241+33+29=303 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.54% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 241 - color contains mainly: red. Hex color #F1211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1211D is #0EDEE2. Grayscale: #5E5E5E. Windows color (decimal): -974563 or 1909233. OLE color: 1909233.
HSL color Cylindrical-coordinate representation of color #F1211D: hue angle of 1.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.05 |
| HSL | 1.13º | 0.88% | 0.53% | - |
| HSV(B) | 1.13º | 0.88% | 0.95% | - |
| XYZ | 37.04 | 19.88 | 3.05 | - |
| YUV | 94.74 | 90.91 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 29 | 0 | 0.86 | 0.88 | 0.05 | 1.13 | 0.88 | 0.53 |
| Hex | F1 | 21 | 1D | 0 | 56 | 58 | 5 | 1 | 58 | 35 |
| Octal | 361 | 41 | 35 | 0 | 126 | 130 | 5 | 1 | 130 | 65 |
| Binary | 11110001 | 100001 | 11101 | 0 | 1010110 | 1011000 | 101 | 1 | 1011000 | 110101 |
Color Harmonies of #F1211D
Complementary color
Monochromatic Colors of #F1211D
Black with #F1211D
Text Example
Text Example
White with #F1211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1211D; }
p { color: rgb(241,33,29); }
H1.HeaderClassName
{
color: #F1211D;
}
.AnyTagClassName
{
color: #F1211D;
}
</style>
background-color css
<style>
a { background-color: #F1211D; }
a { background-color: rgb(241,33,29); }
div.DivClassName
{
background-color: #F1211D;
}
.BgClassName
{
background-color: #F1211D;
}
</style>
border-color css
<style>
span { border-color: #F1211D; }
span { border-color: rgb(241,33,29); }
td.TdClassName
{
border-color: #F1211D;
}
.TagClassName
{
border-color: #F1211D;
}
</style>