Shades of Scarlet #F62918
Tints of Scarlet #F62918
RGB
CMYK
RGB Variations
Color information
#F62918 (or 0xF62918) is known color: Scarlet. HEX triplet: F6, 29 and 18. RGB value is (246,41,24). Sum of RGB (Red+Green+Blue) = 246+41+24=311 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.10% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 246 - color contains mainly: red. Hex color #F62918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62918 is #09D6E7. Grayscale: #646464. Windows color (decimal): -644840 or 1583606. OLE color: 1583606.
HSL color Cylindrical-coordinate representation of color #F62918: hue angle of 4.59º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F62918 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 24 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.04 |
| HSL | 4.59º | 0.93% | 0.53% | - |
| HSV(B) | 4.59º | 0.9% | 0.96% | - |
| XYZ | 38.96 | 21.24 | 2.91 | - |
| YUV | 100.36 | 84.92 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 24 | 0 | 0.83 | 0.90 | 0.04 | 4.59 | 0.93 | 0.53 |
| Hex | F6 | 29 | 18 | 0 | 53 | 5A | 4 | 5 | 5C | 35 |
| Octal | 366 | 51 | 30 | 0 | 123 | 132 | 4 | 5 | 134 | 65 |
| Binary | 11110110 | 101001 | 11000 | 0 | 1010011 | 1011010 | 100 | 101 | 1011100 | 110101 |
Color Harmonies of #F62918
Complementary color
Monochromatic Colors of #F62918
Black with #F62918
Text Example
Text Example
White with #F62918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62918; }
p { color: rgb(246,41,24); }
H1.HeaderClassName
{
color: #F62918;
}
.AnyTagClassName
{
color: #F62918;
}
</style>
background-color css
<style>
a { background-color: #F62918; }
a { background-color: rgb(246,41,24); }
div.DivClassName
{
background-color: #F62918;
}
.BgClassName
{
background-color: #F62918;
}
</style>
border-color css
<style>
span { border-color: #F62918; }
span { border-color: rgb(246,41,24); }
td.TdClassName
{
border-color: #F62918;
}
.TagClassName
{
border-color: #F62918;
}
</style>