Shades of Scarlet #F2190E
Tints of Scarlet #F2190E
RGB
CMYK
RGB Variations
Color information
#F2190E (or 0xF2190E) is known color: Scarlet. HEX triplet: F2, 19 and 0E. RGB value is (242,25,14). Sum of RGB (Red+Green+Blue) = 242+25+14=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F2190E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2190E is #0DE6F1. Grayscale: #585858. Windows color (decimal): -911090 or 924146. OLE color: 924146.
HSL color Cylindrical-coordinate representation of color #F2190E: hue angle of 2.89º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2190E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.05 |
| HSL | 2.89º | 0.9% | 0.5% | - |
| HSV(B) | 2.89º | 0.94% | 0.95% | - |
| XYZ | 37.04 | 19.6 | 2.25 | - |
| YUV | 88.63 | 85.89 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 14 | 0 | 0.90 | 0.94 | 0.05 | 2.89 | 0.9 | 0.5 |
| Hex | F2 | 19 | E | 0 | 5A | 5E | 5 | 3 | 5A | 32 |
| Octal | 362 | 31 | 16 | 0 | 132 | 136 | 5 | 3 | 132 | 62 |
| Binary | 11110010 | 11001 | 1110 | 0 | 1011010 | 1011110 | 101 | 11 | 1011010 | 110010 |
Color Harmonies of #F2190E
Complementary color
Monochromatic Colors of #F2190E
Black with #F2190E
Text Example
Text Example
White with #F2190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2190E; }
p { color: rgb(242,25,14); }
H1.HeaderClassName
{
color: #F2190E;
}
.AnyTagClassName
{
color: #F2190E;
}
</style>
background-color css
<style>
a { background-color: #F2190E; }
a { background-color: rgb(242,25,14); }
div.DivClassName
{
background-color: #F2190E;
}
.BgClassName
{
background-color: #F2190E;
}
</style>
border-color css
<style>
span { border-color: #F2190E; }
span { border-color: rgb(242,25,14); }
td.TdClassName
{
border-color: #F2190E;
}
.TagClassName
{
border-color: #F2190E;
}
</style>