Shades of Scarlet #F51409
Tints of Scarlet #F51409
RGB
CMYK
RGB Variations
Color information
#F51409 (or 0xF51409) is known color: Scarlet. HEX triplet: F5, 14 and 09. RGB value is (245,20,9). Sum of RGB (Red+Green+Blue) = 245+20+9=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F51409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51409 is #0AEBF6. Grayscale: #565656. Windows color (decimal): -715767 or 595189. OLE color: 595189.
HSL color Cylindrical-coordinate representation of color #F51409: hue angle of 2.8º 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 #F51409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.04 |
| HSL | 2.8º | 0.93% | 0.5% | - |
| HSV(B) | 2.8º | 0.96% | 0.96% | - |
| XYZ | 37.96 | 19.93 | 2.11 | - |
| YUV | 86.02 | 84.54 | 241.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 9 | 0 | 0.92 | 0.96 | 0.04 | 2.8 | 0.93 | 0.5 |
| Hex | F5 | 14 | 9 | 0 | 5C | 60 | 4 | 3 | 5D | 32 |
| Octal | 365 | 24 | 11 | 0 | 134 | 140 | 4 | 3 | 135 | 62 |
| Binary | 11110101 | 10100 | 1001 | 0 | 1011100 | 1100000 | 100 | 11 | 1011101 | 110010 |
Color Harmonies of #F51409
Complementary color
Monochromatic Colors of #F51409
Black with #F51409
Text Example
Text Example
White with #F51409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51409; }
p { color: rgb(245,20,9); }
H1.HeaderClassName
{
color: #F51409;
}
.AnyTagClassName
{
color: #F51409;
}
</style>
background-color css
<style>
a { background-color: #F51409; }
a { background-color: rgb(245,20,9); }
div.DivClassName
{
background-color: #F51409;
}
.BgClassName
{
background-color: #F51409;
}
</style>
border-color css
<style>
span { border-color: #F51409; }
span { border-color: rgb(245,20,9); }
td.TdClassName
{
border-color: #F51409;
}
.TagClassName
{
border-color: #F51409;
}
</style>