Shades of Red #F60E0C
Tints of Red #F60E0C
RGB
CMYK
RGB Variations
Color information
#F60E0C (or 0xF60E0C) is known color: Red. HEX triplet: F6, 0E and 0C. RGB value is (246,14,12). Sum of RGB (Red+Green+Blue) = 246+14+12=272 (36% of max value = 765). Red value is 246 (96.48% from 255 or 90.44% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E0C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60E0C is #09F1F3. Grayscale: #535353. Windows color (decimal): -651764 or 790262. OLE color: 790262.
HSL color Cylindrical-coordinate representation of color #F60E0C: hue angle of 0.51º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60E0C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.04 |
| HSL | 0.51º | 0.93% | 0.51% | - |
| HSV(B) | 0.51º | 0.95% | 0.96% | - |
| XYZ | 38.23 | 19.93 | 2.18 | - |
| YUV | 83.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 12 | 0 | 0.94 | 0.95 | 0.04 | 0.51 | 0.93 | 0.51 |
| Hex | F6 | E | C | 0 | 5E | 5F | 4 | 1 | 5D | 33 |
| Octal | 366 | 16 | 14 | 0 | 136 | 137 | 4 | 1 | 135 | 63 |
| Binary | 11110110 | 1110 | 1100 | 0 | 1011110 | 1011111 | 100 | 1 | 1011101 | 110011 |
Color Harmonies of #F60E0C
Complementary color
Monochromatic Colors of #F60E0C
Black with #F60E0C
Text Example
Text Example
White with #F60E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E0C; }
p { color: rgb(246,14,12); }
H1.HeaderClassName
{
color: #F60E0C;
}
.AnyTagClassName
{
color: #F60E0C;
}
</style>
background-color css
<style>
a { background-color: #F60E0C; }
a { background-color: rgb(246,14,12); }
div.DivClassName
{
background-color: #F60E0C;
}
.BgClassName
{
background-color: #F60E0C;
}
</style>
border-color css
<style>
span { border-color: #F60E0C; }
span { border-color: rgb(246,14,12); }
td.TdClassName
{
border-color: #F60E0C;
}
.TagClassName
{
border-color: #F60E0C;
}
</style>