Shades of Red #F6130E
Tints of Red #F6130E
RGB
CMYK
RGB Variations
Color information
#F6130E (or 0xF6130E) is known color: Red. HEX triplet: F6, 13 and 0E. RGB value is (246,19,14). Sum of RGB (Red+Green+Blue) = 246+19+14=279 (36% of max value = 765). Red value is 246 (96.48% from 255 or 88.17% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 246 - color contains mainly: red. Hex color #F6130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F6130E is #09ECF1. Grayscale: #565656. Windows color (decimal): -650482 or 922614. OLE color: 922614.
HSL color Cylindrical-coordinate representation of color #F6130E: hue angle of 1.29º 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 #F6130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.04 |
| HSL | 1.29º | 0.93% | 0.51% | - |
| HSV(B) | 1.29º | 0.94% | 0.96% | - |
| XYZ | 38.32 | 20.09 | 2.27 | - |
| YUV | 86.3 | 87.21 | 241.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 14 | 0 | 0.92 | 0.94 | 0.04 | 1.29 | 0.93 | 0.51 |
| Hex | F6 | 13 | E | 0 | 5C | 5E | 4 | 1 | 5D | 33 |
| Octal | 366 | 23 | 16 | 0 | 134 | 136 | 4 | 1 | 135 | 63 |
| Binary | 11110110 | 10011 | 1110 | 0 | 1011100 | 1011110 | 100 | 1 | 1011101 | 110011 |
Color Harmonies of #F6130E
Complementary color
Monochromatic Colors of #F6130E
Black with #F6130E
Text Example
Text Example
White with #F6130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6130E; }
p { color: rgb(246,19,14); }
H1.HeaderClassName
{
color: #F6130E;
}
.AnyTagClassName
{
color: #F6130E;
}
</style>
background-color css
<style>
a { background-color: #F6130E; }
a { background-color: rgb(246,19,14); }
div.DivClassName
{
background-color: #F6130E;
}
.BgClassName
{
background-color: #F6130E;
}
</style>
border-color css
<style>
span { border-color: #F6130E; }
span { border-color: rgb(246,19,14); }
td.TdClassName
{
border-color: #F6130E;
}
.TagClassName
{
border-color: #F6130E;
}
</style>