Shades of Scarlet #F0211D
Tints of Scarlet #F0211D
RGB
CMYK
RGB Variations
Color information
#F0211D (or 0xF0211D) is known color: Scarlet. HEX triplet: F0, 21 and 1D. RGB value is (240,33,29). Sum of RGB (Red+Green+Blue) = 240+33+29=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F0211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0211D is #0FDEE2. Grayscale: #5E5E5E. Windows color (decimal): -1040099 or 1909232. OLE color: 1909232.
HSL color Cylindrical-coordinate representation of color #F0211D: hue angle of 1.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0211D is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 29 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.06 |
| HSL | 1.14º | 0.88% | 0.53% | - |
| HSV(B) | 1.14º | 0.88% | 0.94% | - |
| XYZ | 36.7 | 19.7 | 3.03 | - |
| YUV | 94.44 | 91.08 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 29 | 0 | 0.86 | 0.88 | 0.06 | 1.14 | 0.88 | 0.53 |
| Hex | F0 | 21 | 1D | 0 | 56 | 58 | 6 | 1 | 58 | 35 |
| Octal | 360 | 41 | 35 | 0 | 126 | 130 | 6 | 1 | 130 | 65 |
| Binary | 11110000 | 100001 | 11101 | 0 | 1010110 | 1011000 | 110 | 1 | 1011000 | 110101 |
Color Harmonies of #F0211D
Complementary color
Monochromatic Colors of #F0211D
Black with #F0211D
Text Example
Text Example
White with #F0211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0211D; }
p { color: rgb(240,33,29); }
H1.HeaderClassName
{
color: #F0211D;
}
.AnyTagClassName
{
color: #F0211D;
}
</style>
background-color css
<style>
a { background-color: #F0211D; }
a { background-color: rgb(240,33,29); }
div.DivClassName
{
background-color: #F0211D;
}
.BgClassName
{
background-color: #F0211D;
}
</style>
border-color css
<style>
span { border-color: #F0211D; }
span { border-color: rgb(240,33,29); }
td.TdClassName
{
border-color: #F0211D;
}
.TagClassName
{
border-color: #F0211D;
}
</style>