Shades of Scarlet #F2211B
Tints of Scarlet #F2211B
RGB
CMYK
RGB Variations
Color information
#F2211B (or 0xF2211B) is known color: Scarlet. HEX triplet: F2, 21 and 1B. RGB value is (242,33,27). Sum of RGB (Red+Green+Blue) = 242+33+27=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F2211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2211B is #0DDEE4. Grayscale: #5F5F5F. Windows color (decimal): -909029 or 1778162. OLE color: 1778162.
HSL color Cylindrical-coordinate representation of color #F2211B: hue angle of 1.67º degrees, saturation: 0.89, 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 #F2211B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.05 |
| HSL | 1.67º | 0.89% | 0.53% | - |
| HSV(B) | 1.67º | 0.89% | 0.95% | - |
| XYZ | 37.36 | 20.04 | 2.94 | - |
| YUV | 94.81 | 89.74 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 27 | 0 | 0.86 | 0.89 | 0.05 | 1.67 | 0.89 | 0.53 |
| Hex | F2 | 21 | 1B | 0 | 56 | 59 | 5 | 2 | 59 | 35 |
| Octal | 362 | 41 | 33 | 0 | 126 | 131 | 5 | 2 | 131 | 65 |
| Binary | 11110010 | 100001 | 11011 | 0 | 1010110 | 1011001 | 101 | 10 | 1011001 | 110101 |
Color Harmonies of #F2211B
Complementary color
Monochromatic Colors of #F2211B
Black with #F2211B
Text Example
Text Example
White with #F2211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2211B; }
p { color: rgb(242,33,27); }
H1.HeaderClassName
{
color: #F2211B;
}
.AnyTagClassName
{
color: #F2211B;
}
</style>
background-color css
<style>
a { background-color: #F2211B; }
a { background-color: rgb(242,33,27); }
div.DivClassName
{
background-color: #F2211B;
}
.BgClassName
{
background-color: #F2211B;
}
</style>
border-color css
<style>
span { border-color: #F2211B; }
span { border-color: rgb(242,33,27); }
td.TdClassName
{
border-color: #F2211B;
}
.TagClassName
{
border-color: #F2211B;
}
</style>