Shades of Scarlet #F61818
Tints of Scarlet #F61818
RGB
CMYK
RGB Variations
Color information
#F61818 (or 0xF61818) is known color: Scarlet. HEX triplet: F6, 18 and 18. RGB value is (246,24,24). Sum of RGB (Red+Green+Blue) = 246+24+24=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F61818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61818 is #09E7E7. Grayscale: #5A5A5A. Windows color (decimal): -649192 or 1579254. OLE color: 1579254.
HSL color Cylindrical-coordinate representation of color #F61818: hue angle of 0º degrees, saturation: 0.93, 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 #F61818 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 24 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.04 |
| HSL | 0º | 0.93% | 0.53% | - |
| HSV(B) | 0º | 0.9% | 0.96% | - |
| XYZ | 38.5 | 20.31 | 2.76 | - |
| YUV | 90.38 | 90.55 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 24 | 0 | 0.90 | 0.90 | 0.04 | 0 | 0.93 | 0.53 |
| Hex | F6 | 18 | 18 | 0 | 5A | 5A | 4 | 0 | 5C | 35 |
| Octal | 366 | 30 | 30 | 0 | 132 | 132 | 4 | 0 | 134 | 65 |
| Binary | 11110110 | 11000 | 11000 | 0 | 1011010 | 1011010 | 100 | 0 | 1011100 | 110101 |
Color Harmonies of #F61818
Complementary color
Monochromatic Colors of #F61818
Black with #F61818
Text Example
Text Example
White with #F61818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61818; }
p { color: rgb(246,24,24); }
H1.HeaderClassName
{
color: #F61818;
}
.AnyTagClassName
{
color: #F61818;
}
</style>
background-color css
<style>
a { background-color: #F61818; }
a { background-color: rgb(246,24,24); }
div.DivClassName
{
background-color: #F61818;
}
.BgClassName
{
background-color: #F61818;
}
</style>
border-color css
<style>
span { border-color: #F61818; }
span { border-color: rgb(246,24,24); }
td.TdClassName
{
border-color: #F61818;
}
.TagClassName
{
border-color: #F61818;
}
</style>