Shades of Scarlet #F21909
Tints of Scarlet #F21909
RGB
CMYK
RGB Variations
Color information
#F21909 (or 0xF21909) is known color: Scarlet. HEX triplet: F2, 19 and 09. RGB value is (242,25,9). Sum of RGB (Red+Green+Blue) = 242+25+9=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F21909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21909 is #0DE6F6. Grayscale: #585858. Windows color (decimal): -911095 or 596466. OLE color: 596466.
HSL color Cylindrical-coordinate representation of color #F21909: hue angle of 4.12º 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 #F21909 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.05 |
| HSL | 4.12º | 0.93% | 0.49% | - |
| HSV(B) | 4.12º | 0.96% | 0.95% | - |
| XYZ | 37.01 | 19.59 | 2.09 | - |
| YUV | 88.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 9 | 0 | 0.90 | 0.96 | 0.05 | 4.12 | 0.93 | 0.49 |
| Hex | F2 | 19 | 9 | 0 | 5A | 60 | 5 | 4 | 5D | 31 |
| Octal | 362 | 31 | 11 | 0 | 132 | 140 | 5 | 4 | 135 | 61 |
| Binary | 11110010 | 11001 | 1001 | 0 | 1011010 | 1100000 | 101 | 100 | 1011101 | 110001 |
Color Harmonies of #F21909
Complementary color
Monochromatic Colors of #F21909
Black with #F21909
Text Example
Text Example
White with #F21909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21909; }
p { color: rgb(242,25,9); }
H1.HeaderClassName
{
color: #F21909;
}
.AnyTagClassName
{
color: #F21909;
}
</style>
background-color css
<style>
a { background-color: #F21909; }
a { background-color: rgb(242,25,9); }
div.DivClassName
{
background-color: #F21909;
}
.BgClassName
{
background-color: #F21909;
}
</style>
border-color css
<style>
span { border-color: #F21909; }
span { border-color: rgb(242,25,9); }
td.TdClassName
{
border-color: #F21909;
}
.TagClassName
{
border-color: #F21909;
}
</style>