Shades of Scarlet #F2211F
Tints of Scarlet #F2211F
RGB
CMYK
RGB Variations
Color information
#F2211F (or 0xF2211F) is known color: Scarlet. HEX triplet: F2, 21 and 1F. RGB value is (242,33,31). Sum of RGB (Red+Green+Blue) = 242+33+31=306 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.08% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 242 - color contains mainly: red. Hex color #F2211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2211F is #0DDEE0. Grayscale: #5F5F5F. Windows color (decimal): -909025 or 2040306. OLE color: 2040306.
HSL color Cylindrical-coordinate representation of color #F2211F: hue angle of 0.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2211F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 31 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.05 |
| HSL | 0.57º | 0.89% | 0.54% | - |
| HSV(B) | 0.57º | 0.87% | 0.95% | - |
| XYZ | 37.41 | 20.06 | 3.2 | - |
| YUV | 95.26 | 91.74 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 31 | 0 | 0.86 | 0.87 | 0.05 | 0.57 | 0.89 | 0.54 |
| Hex | F2 | 21 | 1F | 0 | 56 | 57 | 5 | 1 | 59 | 36 |
| Octal | 362 | 41 | 37 | 0 | 126 | 127 | 5 | 1 | 131 | 66 |
| Binary | 11110010 | 100001 | 11111 | 0 | 1010110 | 1010111 | 101 | 1 | 1011001 | 110110 |
Color Harmonies of #F2211F
Complementary color
Monochromatic Colors of #F2211F
Black with #F2211F
Text Example
Text Example
White with #F2211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2211F; }
p { color: rgb(242,33,31); }
H1.HeaderClassName
{
color: #F2211F;
}
.AnyTagClassName
{
color: #F2211F;
}
</style>
background-color css
<style>
a { background-color: #F2211F; }
a { background-color: rgb(242,33,31); }
div.DivClassName
{
background-color: #F2211F;
}
.BgClassName
{
background-color: #F2211F;
}
</style>
border-color css
<style>
span { border-color: #F2211F; }
span { border-color: rgb(242,33,31); }
td.TdClassName
{
border-color: #F2211F;
}
.TagClassName
{
border-color: #F2211F;
}
</style>