Shades of Scarlet #F22D09
Tints of Scarlet #F22D09
RGB
CMYK
RGB Variations
Color information
#F22D09 (or 0xF22D09) is known color: Scarlet. HEX triplet: F2, 2D and 09. RGB value is (242,45,9). Sum of RGB (Red+Green+Blue) = 242+45+9=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22D09 is #0DD2F6. Grayscale: #646464. Windows color (decimal): -905975 or 601586. OLE color: 601586.
HSL color Cylindrical-coordinate representation of color #F22D09: hue angle of 9.27º 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 #F22D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 45 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.05 |
| HSL | 9.27º | 0.93% | 0.49% | - |
| HSV(B) | 9.27º | 0.96% | 0.95% | - |
| XYZ | 37.61 | 20.77 | 2.29 | - |
| YUV | 99.8 | 76.77 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 45 | 9 | 0 | 0.81 | 0.96 | 0.05 | 9.27 | 0.93 | 0.49 |
| Hex | F2 | 2D | 9 | 0 | 51 | 60 | 5 | 9 | 5D | 31 |
| Octal | 362 | 55 | 11 | 0 | 121 | 140 | 5 | 11 | 135 | 61 |
| Binary | 11110010 | 101101 | 1001 | 0 | 1010001 | 1100000 | 101 | 1001 | 1011101 | 110001 |
Color Harmonies of #F22D09
Complementary color
Monochromatic Colors of #F22D09
Black with #F22D09
Text Example
Text Example
White with #F22D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22D09; }
p { color: rgb(242,45,9); }
H1.HeaderClassName
{
color: #F22D09;
}
.AnyTagClassName
{
color: #F22D09;
}
</style>
background-color css
<style>
a { background-color: #F22D09; }
a { background-color: rgb(242,45,9); }
div.DivClassName
{
background-color: #F22D09;
}
.BgClassName
{
background-color: #F22D09;
}
</style>
border-color css
<style>
span { border-color: #F22D09; }
span { border-color: rgb(242,45,9); }
td.TdClassName
{
border-color: #F22D09;
}
.TagClassName
{
border-color: #F22D09;
}
</style>