Shades of Scarlet #F2150A
Tints of Scarlet #F2150A
RGB
CMYK
RGB Variations
Color information
#F2150A (or 0xF2150A) is known color: Scarlet. HEX triplet: F2, 15 and 0A. RGB value is (242,21,10). Sum of RGB (Red+Green+Blue) = 242+21+10=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2150A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2150A is #0DEAF5. Grayscale: #565656. Windows color (decimal): -912118 or 660978. OLE color: 660978.
HSL color Cylindrical-coordinate representation of color #F2150A: hue angle of 2.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 10 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.05 |
| HSL | 2.84º | 0.92% | 0.49% | - |
| HSV(B) | 2.84º | 0.96% | 0.95% | - |
| XYZ | 36.94 | 19.44 | 2.09 | - |
| YUV | 85.83 | 85.22 | 239.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 10 | 0 | 0.91 | 0.96 | 0.05 | 2.84 | 0.92 | 0.49 |
| Hex | F2 | 15 | A | 0 | 5B | 60 | 5 | 3 | 5C | 31 |
| Octal | 362 | 25 | 12 | 0 | 133 | 140 | 5 | 3 | 134 | 61 |
| Binary | 11110010 | 10101 | 1010 | 0 | 1011011 | 1100000 | 101 | 11 | 1011100 | 110001 |
Color Harmonies of #F2150A
Complementary color
Monochromatic Colors of #F2150A
Black with #F2150A
Text Example
Text Example
White with #F2150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2150A; }
p { color: rgb(242,21,10); }
H1.HeaderClassName
{
color: #F2150A;
}
.AnyTagClassName
{
color: #F2150A;
}
</style>
background-color css
<style>
a { background-color: #F2150A; }
a { background-color: rgb(242,21,10); }
div.DivClassName
{
background-color: #F2150A;
}
.BgClassName
{
background-color: #F2150A;
}
</style>
border-color css
<style>
span { border-color: #F2150A; }
span { border-color: rgb(242,21,10); }
td.TdClassName
{
border-color: #F2150A;
}
.TagClassName
{
border-color: #F2150A;
}
</style>