Shades of Scarlet #F42509
Tints of Scarlet #F42509
RGB
CMYK
RGB Variations
Color information
#F42509 (or 0xF42509) is known color: Scarlet. HEX triplet: F4, 25 and 09. RGB value is (244,37,9). Sum of RGB (Red+Green+Blue) = 244+37+9=290 (38% of max value = 765). Red value is 244 (95.70% from 255 or 84.14% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 244 - color contains mainly: red. Hex color #F42509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42509 is #0BDAF6. Grayscale: #606060. Windows color (decimal): -776951 or 599540. OLE color: 599540.
HSL color Cylindrical-coordinate representation of color #F42509: hue angle of 7.15º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F42509 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.04 |
| HSL | 7.15º | 0.93% | 0.5% | - |
| HSV(B) | 7.15º | 0.96% | 0.96% | - |
| XYZ | 38.02 | 20.58 | 2.23 | - |
| YUV | 95.7 | 79.08 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 9 | 0 | 0.85 | 0.96 | 0.04 | 7.15 | 0.93 | 0.5 |
| Hex | F4 | 25 | 9 | 0 | 55 | 60 | 4 | 7 | 5D | 32 |
| Octal | 364 | 45 | 11 | 0 | 125 | 140 | 4 | 7 | 135 | 62 |
| Binary | 11110100 | 100101 | 1001 | 0 | 1010101 | 1100000 | 100 | 111 | 1011101 | 110010 |
Color Harmonies of #F42509
Complementary color
Monochromatic Colors of #F42509
Black with #F42509
Text Example
Text Example
White with #F42509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42509; }
p { color: rgb(244,37,9); }
H1.HeaderClassName
{
color: #F42509;
}
.AnyTagClassName
{
color: #F42509;
}
</style>
background-color css
<style>
a { background-color: #F42509; }
a { background-color: rgb(244,37,9); }
div.DivClassName
{
background-color: #F42509;
}
.BgClassName
{
background-color: #F42509;
}
</style>
border-color css
<style>
span { border-color: #F42509; }
span { border-color: rgb(244,37,9); }
td.TdClassName
{
border-color: #F42509;
}
.TagClassName
{
border-color: #F42509;
}
</style>