Shades of Scarlet #F2221B
Tints of Scarlet #F2221B
RGB
CMYK
RGB Variations
Color information
#F2221B (or 0xF2221B) is known color: Scarlet. HEX triplet: F2, 22 and 1B. RGB value is (242,34,27). Sum of RGB (Red+Green+Blue) = 242+34+27=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F2221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2221B is #0DDDE4. Grayscale: #5F5F5F. Windows color (decimal): -908773 or 1778418. OLE color: 1778418.
HSL color Cylindrical-coordinate representation of color #F2221B: hue angle of 1.95º 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 #F2221B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.05 |
| HSL | 1.95º | 0.89% | 0.53% | - |
| HSV(B) | 1.95º | 0.89% | 0.95% | - |
| XYZ | 37.39 | 20.1 | 2.95 | - |
| YUV | 95.39 | 89.41 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 27 | 0 | 0.86 | 0.89 | 0.05 | 1.95 | 0.89 | 0.53 |
| Hex | F2 | 22 | 1B | 0 | 56 | 59 | 5 | 2 | 59 | 35 |
| Octal | 362 | 42 | 33 | 0 | 126 | 131 | 5 | 2 | 131 | 65 |
| Binary | 11110010 | 100010 | 11011 | 0 | 1010110 | 1011001 | 101 | 10 | 1011001 | 110101 |
Color Harmonies of #F2221B
Complementary color
Monochromatic Colors of #F2221B
Black with #F2221B
Text Example
Text Example
White with #F2221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2221B; }
p { color: rgb(242,34,27); }
H1.HeaderClassName
{
color: #F2221B;
}
.AnyTagClassName
{
color: #F2221B;
}
</style>
background-color css
<style>
a { background-color: #F2221B; }
a { background-color: rgb(242,34,27); }
div.DivClassName
{
background-color: #F2221B;
}
.BgClassName
{
background-color: #F2221B;
}
</style>
border-color css
<style>
span { border-color: #F2221B; }
span { border-color: rgb(242,34,27); }
td.TdClassName
{
border-color: #F2221B;
}
.TagClassName
{
border-color: #F2221B;
}
</style>