Shades of Scarlet #F21911
Tints of Scarlet #F21911
RGB
CMYK
RGB Variations
Color information
#F21911 (or 0xF21911) is known color: Scarlet. HEX triplet: F2, 19 and 11. RGB value is (242,25,17). Sum of RGB (Red+Green+Blue) = 242+25+17=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21911 is #0DE6EE. Grayscale: #595959. Windows color (decimal): -911087 or 1120754. OLE color: 1120754.
HSL color Cylindrical-coordinate representation of color #F21911: hue angle of 2.13º 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 #F21911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 2.13º | 0.9% | 0.51% | - |
| HSV(B) | 2.13º | 0.93% | 0.95% | - |
| XYZ | 37.07 | 19.61 | 2.36 | - |
| YUV | 88.97 | 87.39 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 17 | 0 | 0.90 | 0.93 | 0.05 | 2.13 | 0.9 | 0.51 |
| Hex | F2 | 19 | 11 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 362 | 31 | 21 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 11001 | 10001 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21911
Complementary color
Monochromatic Colors of #F21911
Black with #F21911
Text Example
Text Example
White with #F21911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21911; }
p { color: rgb(242,25,17); }
H1.HeaderClassName
{
color: #F21911;
}
.AnyTagClassName
{
color: #F21911;
}
</style>
background-color css
<style>
a { background-color: #F21911; }
a { background-color: rgb(242,25,17); }
div.DivClassName
{
background-color: #F21911;
}
.BgClassName
{
background-color: #F21911;
}
</style>
border-color css
<style>
span { border-color: #F21911; }
span { border-color: rgb(242,25,17); }
td.TdClassName
{
border-color: #F21911;
}
.TagClassName
{
border-color: #F21911;
}
</style>