Shades of Scarlet #F61915
Tints of Scarlet #F61915
RGB
CMYK
RGB Variations
Color information
#F61915 (or 0xF61915) is known color: Scarlet. HEX triplet: F6, 19 and 15. RGB value is (246,25,21). Sum of RGB (Red+Green+Blue) = 246+25+21=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F61915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61915 is #09E6EA. Grayscale: #5A5A5A. Windows color (decimal): -648939 or 1382902. OLE color: 1382902.
HSL color Cylindrical-coordinate representation of color #F61915: hue angle of 1.07º 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 #F61915 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 21 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.04 |
| HSL | 1.07º | 0.93% | 0.52% | - |
| HSV(B) | 1.07º | 0.91% | 0.96% | - |
| XYZ | 38.49 | 20.34 | 2.61 | - |
| YUV | 90.62 | 88.72 | 238.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 21 | 0 | 0.90 | 0.91 | 0.04 | 1.07 | 0.93 | 0.52 |
| Hex | F6 | 19 | 15 | 0 | 5A | 5B | 4 | 1 | 5D | 34 |
| Octal | 366 | 31 | 25 | 0 | 132 | 133 | 4 | 1 | 135 | 64 |
| Binary | 11110110 | 11001 | 10101 | 0 | 1011010 | 1011011 | 100 | 1 | 1011101 | 110100 |
Color Harmonies of #F61915
Complementary color
Monochromatic Colors of #F61915
Black with #F61915
Text Example
Text Example
White with #F61915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61915; }
p { color: rgb(246,25,21); }
H1.HeaderClassName
{
color: #F61915;
}
.AnyTagClassName
{
color: #F61915;
}
</style>
background-color css
<style>
a { background-color: #F61915; }
a { background-color: rgb(246,25,21); }
div.DivClassName
{
background-color: #F61915;
}
.BgClassName
{
background-color: #F61915;
}
</style>
border-color css
<style>
span { border-color: #F61915; }
span { border-color: rgb(246,25,21); }
td.TdClassName
{
border-color: #F61915;
}
.TagClassName
{
border-color: #F61915;
}
</style>