Shades of Scarlet #F51E18
Tints of Scarlet #F51E18
RGB
CMYK
RGB Variations
Color information
#F51E18 (or 0xF51E18) is known color: Scarlet. HEX triplet: F5, 1E and 18. RGB value is (245,30,24). Sum of RGB (Red+Green+Blue) = 245+30+24=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51E18 is #0AE1E7. Grayscale: #5D5D5D. Windows color (decimal): -713192 or 1580789. OLE color: 1580789.
HSL color Cylindrical-coordinate representation of color #F51E18: hue angle of 1.63º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51E18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.04 |
| HSL | 1.63º | 0.92% | 0.53% | - |
| HSV(B) | 1.63º | 0.9% | 0.96% | - |
| XYZ | 38.29 | 20.41 | 2.79 | - |
| YUV | 93.6 | 88.73 | 235.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 24 | 0 | 0.88 | 0.90 | 0.04 | 1.63 | 0.92 | 0.53 |
| Hex | F5 | 1E | 18 | 0 | 58 | 5A | 4 | 2 | 5C | 35 |
| Octal | 365 | 36 | 30 | 0 | 130 | 132 | 4 | 2 | 134 | 65 |
| Binary | 11110101 | 11110 | 11000 | 0 | 1011000 | 1011010 | 100 | 10 | 1011100 | 110101 |
Color Harmonies of #F51E18
Complementary color
Monochromatic Colors of #F51E18
Black with #F51E18
Text Example
Text Example
White with #F51E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E18; }
p { color: rgb(245,30,24); }
H1.HeaderClassName
{
color: #F51E18;
}
.AnyTagClassName
{
color: #F51E18;
}
</style>
background-color css
<style>
a { background-color: #F51E18; }
a { background-color: rgb(245,30,24); }
div.DivClassName
{
background-color: #F51E18;
}
.BgClassName
{
background-color: #F51E18;
}
</style>
border-color css
<style>
span { border-color: #F51E18; }
span { border-color: rgb(245,30,24); }
td.TdClassName
{
border-color: #F51E18;
}
.TagClassName
{
border-color: #F51E18;
}
</style>