Shades of Scarlet #F21C11
Tints of Scarlet #F21C11
RGB
CMYK
RGB Variations
Color information
#F21C11 (or 0xF21C11) is known color: Scarlet. HEX triplet: F2, 1C and 11. RGB value is (242,28,17). Sum of RGB (Red+Green+Blue) = 242+28+17=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C11 is #0DE3EE. Grayscale: #5A5A5A. Windows color (decimal): -910319 or 1121522. OLE color: 1121522.
HSL color Cylindrical-coordinate representation of color #F21C11: hue angle of 2.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21C11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 17 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.05 |
| HSL | 2.93º | 0.9% | 0.51% | - |
| HSV(B) | 2.93º | 0.93% | 0.95% | - |
| XYZ | 37.13 | 19.75 | 2.38 | - |
| YUV | 90.73 | 86.4 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 17 | 0 | 0.88 | 0.93 | 0.05 | 2.93 | 0.9 | 0.51 |
| Hex | F2 | 1C | 11 | 0 | 58 | 5D | 5 | 3 | 5A | 33 |
| Octal | 362 | 34 | 21 | 0 | 130 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110010 | 11100 | 10001 | 0 | 1011000 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F21C11
Complementary color
Monochromatic Colors of #F21C11
Black with #F21C11
Text Example
Text Example
White with #F21C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C11; }
p { color: rgb(242,28,17); }
H1.HeaderClassName
{
color: #F21C11;
}
.AnyTagClassName
{
color: #F21C11;
}
</style>
background-color css
<style>
a { background-color: #F21C11; }
a { background-color: rgb(242,28,17); }
div.DivClassName
{
background-color: #F21C11;
}
.BgClassName
{
background-color: #F21C11;
}
</style>
border-color css
<style>
span { border-color: #F21C11; }
span { border-color: rgb(242,28,17); }
td.TdClassName
{
border-color: #F21C11;
}
.TagClassName
{
border-color: #F21C11;
}
</style>