Shades of Scarlet #F6180E
Tints of Scarlet #F6180E
RGB
CMYK
RGB Variations
Color information
#F6180E (or 0xF6180E) is known color: Scarlet. HEX triplet: F6, 18 and 0E. RGB value is (246,24,14). Sum of RGB (Red+Green+Blue) = 246+24+14=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F6180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6180E is #09E7F1. Grayscale: #595959. Windows color (decimal): -649202 or 923894. OLE color: 923894.
HSL color Cylindrical-coordinate representation of color #F6180E: hue angle of 2.59º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6180E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.04 |
| HSL | 2.59º | 0.93% | 0.51% | - |
| HSV(B) | 2.59º | 0.94% | 0.96% | - |
| XYZ | 38.41 | 20.28 | 2.3 | - |
| YUV | 89.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 14 | 0 | 0.90 | 0.94 | 0.04 | 2.59 | 0.93 | 0.51 |
| Hex | F6 | 18 | E | 0 | 5A | 5E | 4 | 3 | 5D | 33 |
| Octal | 366 | 30 | 16 | 0 | 132 | 136 | 4 | 3 | 135 | 63 |
| Binary | 11110110 | 11000 | 1110 | 0 | 1011010 | 1011110 | 100 | 11 | 1011101 | 110011 |
Color Harmonies of #F6180E
Complementary color
Monochromatic Colors of #F6180E
Black with #F6180E
Text Example
Text Example
White with #F6180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6180E; }
p { color: rgb(246,24,14); }
H1.HeaderClassName
{
color: #F6180E;
}
.AnyTagClassName
{
color: #F6180E;
}
</style>
background-color css
<style>
a { background-color: #F6180E; }
a { background-color: rgb(246,24,14); }
div.DivClassName
{
background-color: #F6180E;
}
.BgClassName
{
background-color: #F6180E;
}
</style>
border-color css
<style>
span { border-color: #F6180E; }
span { border-color: rgb(246,24,14); }
td.TdClassName
{
border-color: #F6180E;
}
.TagClassName
{
border-color: #F6180E;
}
</style>