Shades of Vermilion #F64F13
Tints of Vermilion #F64F13
RGB
CMYK
RGB Variations
Color information
#F64F13 (or 0xF64F13) is known color: Vermilion. HEX triplet: F6, 4F and 13. RGB value is (246,79,19). Sum of RGB (Red+Green+Blue) = 246+79+19=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F13 is #09B0EC. Grayscale: #7A7A7A. Windows color (decimal): -635117 or 1265654. OLE color: 1265654.
HSL color Cylindrical-coordinate representation of color #F64F13: hue angle of 15.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F64F13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.04 |
| HSL | 15.86º | 0.93% | 0.52% | - |
| HSV(B) | 15.86º | 0.92% | 0.96% | - |
| XYZ | 40.92 | 25.23 | 3.33 | - |
| YUV | 122.09 | 69.83 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 19 | 0 | 0.68 | 0.92 | 0.04 | 15.86 | 0.93 | 0.52 |
| Hex | F6 | 4F | 13 | 0 | 44 | 5C | 4 | 10 | 5D | 34 |
| Octal | 366 | 117 | 23 | 0 | 104 | 134 | 4 | 20 | 135 | 64 |
| Binary | 11110110 | 1001111 | 10011 | 0 | 1000100 | 1011100 | 100 | 10000 | 1011101 | 110100 |
Color Harmonies of #F64F13
Complementary color
Monochromatic Colors of #F64F13
Black with #F64F13
Text Example
Text Example
White with #F64F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F13; }
p { color: rgb(246,79,19); }
H1.HeaderClassName
{
color: #F64F13;
}
.AnyTagClassName
{
color: #F64F13;
}
</style>
background-color css
<style>
a { background-color: #F64F13; }
a { background-color: rgb(246,79,19); }
div.DivClassName
{
background-color: #F64F13;
}
.BgClassName
{
background-color: #F64F13;
}
</style>
border-color css
<style>
span { border-color: #F64F13; }
span { border-color: rgb(246,79,19); }
td.TdClassName
{
border-color: #F64F13;
}
.TagClassName
{
border-color: #F64F13;
}
</style>