Shades of Scarlet #F62115
Tints of Scarlet #F62115
RGB
CMYK
RGB Variations
Color information
#F62115 (or 0xF62115) is known color: Scarlet. HEX triplet: F6, 21 and 15. RGB value is (246,33,21). Sum of RGB (Red+Green+Blue) = 246+33+21=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F62115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62115 is #09DEEA. Grayscale: #5F5F5F. Windows color (decimal): -646891 or 1384950. OLE color: 1384950.
HSL color Cylindrical-coordinate representation of color #F62115: hue angle of 3.2º 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 #F62115 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 21 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.04 |
| HSL | 3.2º | 0.93% | 0.52% | - |
| HSV(B) | 3.2º | 0.91% | 0.96% | - |
| XYZ | 38.69 | 20.73 | 2.67 | - |
| YUV | 95.32 | 86.07 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 21 | 0 | 0.87 | 0.91 | 0.04 | 3.2 | 0.93 | 0.52 |
| Hex | F6 | 21 | 15 | 0 | 57 | 5B | 4 | 3 | 5D | 34 |
| Octal | 366 | 41 | 25 | 0 | 127 | 133 | 4 | 3 | 135 | 64 |
| Binary | 11110110 | 100001 | 10101 | 0 | 1010111 | 1011011 | 100 | 11 | 1011101 | 110100 |
Color Harmonies of #F62115
Complementary color
Monochromatic Colors of #F62115
Black with #F62115
Text Example
Text Example
White with #F62115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62115; }
p { color: rgb(246,33,21); }
H1.HeaderClassName
{
color: #F62115;
}
.AnyTagClassName
{
color: #F62115;
}
</style>
background-color css
<style>
a { background-color: #F62115; }
a { background-color: rgb(246,33,21); }
div.DivClassName
{
background-color: #F62115;
}
.BgClassName
{
background-color: #F62115;
}
</style>
border-color css
<style>
span { border-color: #F62115; }
span { border-color: rgb(246,33,21); }
td.TdClassName
{
border-color: #F62115;
}
.TagClassName
{
border-color: #F62115;
}
</style>