Shades of Scarlet #F62D1C
Tints of Scarlet #F62D1C
RGB
CMYK
RGB Variations
Color information
#F62D1C (or 0xF62D1C) is known color: Scarlet. HEX triplet: F6, 2D and 1C. RGB value is (246,45,28). Sum of RGB (Red+Green+Blue) = 246+45+28=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62D1C is #09D2E3. Grayscale: #676767. Windows color (decimal): -643812 or 1846774. OLE color: 1846774.
HSL color Cylindrical-coordinate representation of color #F62D1C: hue angle of 4.68º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F62D1C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 28 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.04 |
| HSL | 4.68º | 0.92% | 0.54% | - |
| HSV(B) | 4.68º | 0.89% | 0.96% | - |
| XYZ | 39.15 | 21.55 | 3.2 | - |
| YUV | 103.16 | 85.59 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 28 | 0 | 0.82 | 0.89 | 0.04 | 4.68 | 0.92 | 0.54 |
| Hex | F6 | 2D | 1C | 0 | 52 | 59 | 4 | 5 | 5C | 36 |
| Octal | 366 | 55 | 34 | 0 | 122 | 131 | 4 | 5 | 134 | 66 |
| Binary | 11110110 | 101101 | 11100 | 0 | 1010010 | 1011001 | 100 | 101 | 1011100 | 110110 |
Color Harmonies of #F62D1C
Complementary color
Monochromatic Colors of #F62D1C
Black with #F62D1C
Text Example
Text Example
White with #F62D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D1C; }
p { color: rgb(246,45,28); }
H1.HeaderClassName
{
color: #F62D1C;
}
.AnyTagClassName
{
color: #F62D1C;
}
</style>
background-color css
<style>
a { background-color: #F62D1C; }
a { background-color: rgb(246,45,28); }
div.DivClassName
{
background-color: #F62D1C;
}
.BgClassName
{
background-color: #F62D1C;
}
</style>
border-color css
<style>
span { border-color: #F62D1C; }
span { border-color: rgb(246,45,28); }
td.TdClassName
{
border-color: #F62D1C;
}
.TagClassName
{
border-color: #F62D1C;
}
</style>