Shades of Scarlet #F62A1A
Tints of Scarlet #F62A1A
RGB
CMYK
RGB Variations
Color information
#F62A1A (or 0xF62A1A) is known color: Scarlet. HEX triplet: F6, 2A and 1A. RGB value is (246,42,26). Sum of RGB (Red+Green+Blue) = 246+42+26=314 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.34% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 246 - color contains mainly: red. Hex color #F62A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62A1A is #09D5E5. Grayscale: #656565. Windows color (decimal): -644582 or 1714934. OLE color: 1714934.
HSL color Cylindrical-coordinate representation of color #F62A1A: hue angle of 4.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F62A1A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.04 |
| HSL | 4.36º | 0.92% | 0.53% | - |
| HSV(B) | 4.36º | 0.89% | 0.96% | - |
| XYZ | 39.02 | 21.32 | 3.04 | - |
| YUV | 101.17 | 85.59 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 26 | 0 | 0.83 | 0.89 | 0.04 | 4.36 | 0.92 | 0.53 |
| Hex | F6 | 2A | 1A | 0 | 53 | 59 | 4 | 4 | 5C | 35 |
| Octal | 366 | 52 | 32 | 0 | 123 | 131 | 4 | 4 | 134 | 65 |
| Binary | 11110110 | 101010 | 11010 | 0 | 1010011 | 1011001 | 100 | 100 | 1011100 | 110101 |
Color Harmonies of #F62A1A
Complementary color
Monochromatic Colors of #F62A1A
Black with #F62A1A
Text Example
Text Example
White with #F62A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62A1A; }
p { color: rgb(246,42,26); }
H1.HeaderClassName
{
color: #F62A1A;
}
.AnyTagClassName
{
color: #F62A1A;
}
</style>
background-color css
<style>
a { background-color: #F62A1A; }
a { background-color: rgb(246,42,26); }
div.DivClassName
{
background-color: #F62A1A;
}
.BgClassName
{
background-color: #F62A1A;
}
</style>
border-color css
<style>
span { border-color: #F62A1A; }
span { border-color: rgb(246,42,26); }
td.TdClassName
{
border-color: #F62A1A;
}
.TagClassName
{
border-color: #F62A1A;
}
</style>