Shades of Scarlet #F21710
Tints of Scarlet #F21710
RGB
CMYK
RGB Variations
Color information
#F21710 (or 0xF21710) is known color: Scarlet. HEX triplet: F2, 17 and 10. RGB value is (242,23,16). Sum of RGB (Red+Green+Blue) = 242+23+16=281 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.12% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 242 - color contains mainly: red. Hex color #F21710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21710 is #0DE8EF. Grayscale: #575757. Windows color (decimal): -911600 or 1054706. OLE color: 1054706.
HSL color Cylindrical-coordinate representation of color #F21710: hue angle of 1.86º 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 #F21710 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.86º | 0.9% | 0.51% | - |
| HSV(B) | 1.86º | 0.93% | 0.95% | - |
| XYZ | 37.02 | 19.53 | 2.31 | - |
| YUV | 87.68 | 87.55 | 238.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 16 | 0 | 0.90 | 0.93 | 0.05 | 1.86 | 0.9 | 0.51 |
| Hex | F2 | 17 | 10 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 362 | 27 | 20 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 10111 | 10000 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21710
Complementary color
Monochromatic Colors of #F21710
Black with #F21710
Text Example
Text Example
White with #F21710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21710; }
p { color: rgb(242,23,16); }
H1.HeaderClassName
{
color: #F21710;
}
.AnyTagClassName
{
color: #F21710;
}
</style>
background-color css
<style>
a { background-color: #F21710; }
a { background-color: rgb(242,23,16); }
div.DivClassName
{
background-color: #F21710;
}
.BgClassName
{
background-color: #F21710;
}
</style>
border-color css
<style>
span { border-color: #F21710; }
span { border-color: rgb(242,23,16); }
td.TdClassName
{
border-color: #F21710;
}
.TagClassName
{
border-color: #F21710;
}
</style>