Shades of Scarlet #F21709
Tints of Scarlet #F21709
RGB
CMYK
RGB Variations
Color information
#F21709 (or 0xF21709) is known color: Scarlet. HEX triplet: F2, 17 and 09. RGB value is (242,23,9). Sum of RGB (Red+Green+Blue) = 242+23+9=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F21709 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21709 is #0DE8F6. Grayscale: #575757. Windows color (decimal): -911607 or 595954. OLE color: 595954.
HSL color Cylindrical-coordinate representation of color #F21709: hue angle of 3.61º degrees, saturation: 0.93, 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 #F21709 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.05 |
| HSL | 3.61º | 0.93% | 0.49% | - |
| HSV(B) | 3.61º | 0.96% | 0.95% | - |
| XYZ | 36.97 | 19.51 | 2.08 | - |
| YUV | 86.89 | 84.05 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 9 | 0 | 0.90 | 0.96 | 0.05 | 3.61 | 0.93 | 0.49 |
| Hex | F2 | 17 | 9 | 0 | 5A | 60 | 5 | 4 | 5D | 31 |
| Octal | 362 | 27 | 11 | 0 | 132 | 140 | 5 | 4 | 135 | 61 |
| Binary | 11110010 | 10111 | 1001 | 0 | 1011010 | 1100000 | 101 | 100 | 1011101 | 110001 |
Color Harmonies of #F21709
Complementary color
Monochromatic Colors of #F21709
Black with #F21709
Text Example
Text Example
White with #F21709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21709; }
p { color: rgb(242,23,9); }
H1.HeaderClassName
{
color: #F21709;
}
.AnyTagClassName
{
color: #F21709;
}
</style>
background-color css
<style>
a { background-color: #F21709; }
a { background-color: rgb(242,23,9); }
div.DivClassName
{
background-color: #F21709;
}
.BgClassName
{
background-color: #F21709;
}
</style>
border-color css
<style>
span { border-color: #F21709; }
span { border-color: rgb(242,23,9); }
td.TdClassName
{
border-color: #F21709;
}
.TagClassName
{
border-color: #F21709;
}
</style>