Shades of Scarlet #F51818
Tints of Scarlet #F51818
RGB
CMYK
RGB Variations
Color information
#F51818 (or 0xF51818) is known color: Scarlet. HEX triplet: F5, 18 and 18. RGB value is (245,24,24). Sum of RGB (Red+Green+Blue) = 245+24+24=293 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.62% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 245 - color contains mainly: red. Hex color #F51818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51818 is #0AE7E7. Grayscale: #5A5A5A. Windows color (decimal): -714728 or 1579253. OLE color: 1579253.
HSL color Cylindrical-coordinate representation of color #F51818: hue angle of 0º 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 #F51818 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.04 |
| HSL | 0º | 0.92% | 0.53% | - |
| HSV(B) | 0º | 0.9% | 0.96% | - |
| XYZ | 38.15 | 20.13 | 2.74 | - |
| YUV | 90.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 24 | 0 | 0.90 | 0.90 | 0.04 | 0 | 0.92 | 0.53 |
| Hex | F5 | 18 | 18 | 0 | 5A | 5A | 4 | 0 | 5C | 35 |
| Octal | 365 | 30 | 30 | 0 | 132 | 132 | 4 | 0 | 134 | 65 |
| Binary | 11110101 | 11000 | 11000 | 0 | 1011010 | 1011010 | 100 | 0 | 1011100 | 110101 |
Color Harmonies of #F51818
Complementary color
Monochromatic Colors of #F51818
Black with #F51818
Text Example
Text Example
White with #F51818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51818; }
p { color: rgb(245,24,24); }
H1.HeaderClassName
{
color: #F51818;
}
.AnyTagClassName
{
color: #F51818;
}
</style>
background-color css
<style>
a { background-color: #F51818; }
a { background-color: rgb(245,24,24); }
div.DivClassName
{
background-color: #F51818;
}
.BgClassName
{
background-color: #F51818;
}
</style>
border-color css
<style>
span { border-color: #F51818; }
span { border-color: rgb(245,24,24); }
td.TdClassName
{
border-color: #F51818;
}
.TagClassName
{
border-color: #F51818;
}
</style>