Shades of Scarlet #F62813
Tints of Scarlet #F62813
RGB
CMYK
RGB Variations
Color information
#F62813 (or 0xF62813) is known color: Scarlet. HEX triplet: F6, 28 and 13. RGB value is (246,40,19). Sum of RGB (Red+Green+Blue) = 246+40+19=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F62813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62813 is #09D7EC. Grayscale: #636363. Windows color (decimal): -645101 or 1255670. OLE color: 1255670.
HSL color Cylindrical-coordinate representation of color #F62813: hue angle of 5.55º 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 #F62813 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 40 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.04 |
| HSL | 5.55º | 0.93% | 0.52% | - |
| HSV(B) | 5.55º | 0.92% | 0.96% | - |
| XYZ | 38.88 | 21.16 | 2.65 | - |
| YUV | 99.2 | 82.75 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 40 | 19 | 0 | 0.84 | 0.92 | 0.04 | 5.55 | 0.93 | 0.52 |
| Hex | F6 | 28 | 13 | 0 | 54 | 5C | 4 | 6 | 5D | 34 |
| Octal | 366 | 50 | 23 | 0 | 124 | 134 | 4 | 6 | 135 | 64 |
| Binary | 11110110 | 101000 | 10011 | 0 | 1010100 | 1011100 | 100 | 110 | 1011101 | 110100 |
Color Harmonies of #F62813
Complementary color
Monochromatic Colors of #F62813
Black with #F62813
Text Example
Text Example
White with #F62813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62813; }
p { color: rgb(246,40,19); }
H1.HeaderClassName
{
color: #F62813;
}
.AnyTagClassName
{
color: #F62813;
}
</style>
background-color css
<style>
a { background-color: #F62813; }
a { background-color: rgb(246,40,19); }
div.DivClassName
{
background-color: #F62813;
}
.BgClassName
{
background-color: #F62813;
}
</style>
border-color css
<style>
span { border-color: #F62813; }
span { border-color: rgb(246,40,19); }
td.TdClassName
{
border-color: #F62813;
}
.TagClassName
{
border-color: #F62813;
}
</style>