Shades of Scarlet #F61813
Tints of Scarlet #F61813
RGB
CMYK
RGB Variations
Color information
#F61813 (or 0xF61813) is known color: Scarlet. HEX triplet: F6, 18 and 13. RGB value is (246,24,19). Sum of RGB (Red+Green+Blue) = 246+24+19=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F61813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61813 is #09E7EC. Grayscale: #5A5A5A. Windows color (decimal): -649197 or 1251574. OLE color: 1251574.
HSL color Cylindrical-coordinate representation of color #F61813: hue angle of 1.32º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F61813 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.04 |
| HSL | 1.32º | 0.93% | 0.52% | - |
| HSV(B) | 1.32º | 0.92% | 0.96% | - |
| XYZ | 38.45 | 20.29 | 2.51 | - |
| YUV | 89.81 | 88.05 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 19 | 0 | 0.90 | 0.92 | 0.04 | 1.32 | 0.93 | 0.52 |
| Hex | F6 | 18 | 13 | 0 | 5A | 5C | 4 | 1 | 5D | 34 |
| Octal | 366 | 30 | 23 | 0 | 132 | 134 | 4 | 1 | 135 | 64 |
| Binary | 11110110 | 11000 | 10011 | 0 | 1011010 | 1011100 | 100 | 1 | 1011101 | 110100 |
Color Harmonies of #F61813
Complementary color
Monochromatic Colors of #F61813
Black with #F61813
Text Example
Text Example
White with #F61813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61813; }
p { color: rgb(246,24,19); }
H1.HeaderClassName
{
color: #F61813;
}
.AnyTagClassName
{
color: #F61813;
}
</style>
background-color css
<style>
a { background-color: #F61813; }
a { background-color: rgb(246,24,19); }
div.DivClassName
{
background-color: #F61813;
}
.BgClassName
{
background-color: #F61813;
}
</style>
border-color css
<style>
span { border-color: #F61813; }
span { border-color: rgb(246,24,19); }
td.TdClassName
{
border-color: #F61813;
}
.TagClassName
{
border-color: #F61813;
}
</style>