Shades of Scarlet #F61815
Tints of Scarlet #F61815
RGB
CMYK
RGB Variations
Color information
#F61815 (or 0xF61815) is known color: Scarlet. HEX triplet: F6, 18 and 15. RGB value is (246,24,21). Sum of RGB (Red+Green+Blue) = 246+24+21=291 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.54% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 246 - color contains mainly: red. Hex color #F61815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61815 is #09E7EA. Grayscale: #5A5A5A. Windows color (decimal): -649195 or 1382646. OLE color: 1382646.
HSL color Cylindrical-coordinate representation of color #F61815: hue angle of 0.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61815 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 21 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.04 |
| HSL | 0.8º | 0.93% | 0.52% | - |
| HSV(B) | 0.8º | 0.91% | 0.96% | - |
| XYZ | 38.47 | 20.3 | 2.6 | - |
| YUV | 90.04 | 89.05 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 21 | 0 | 0.90 | 0.91 | 0.04 | 0.8 | 0.93 | 0.52 |
| Hex | F6 | 18 | 15 | 0 | 5A | 5B | 4 | 1 | 5D | 34 |
| Octal | 366 | 30 | 25 | 0 | 132 | 133 | 4 | 1 | 135 | 64 |
| Binary | 11110110 | 11000 | 10101 | 0 | 1011010 | 1011011 | 100 | 1 | 1011101 | 110100 |
Color Harmonies of #F61815
Complementary color
Monochromatic Colors of #F61815
Black with #F61815
Text Example
Text Example
White with #F61815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61815; }
p { color: rgb(246,24,21); }
H1.HeaderClassName
{
color: #F61815;
}
.AnyTagClassName
{
color: #F61815;
}
</style>
background-color css
<style>
a { background-color: #F61815; }
a { background-color: rgb(246,24,21); }
div.DivClassName
{
background-color: #F61815;
}
.BgClassName
{
background-color: #F61815;
}
</style>
border-color css
<style>
span { border-color: #F61815; }
span { border-color: rgb(246,24,21); }
td.TdClassName
{
border-color: #F61815;
}
.TagClassName
{
border-color: #F61815;
}
</style>