Shades of Vermilion #F64D15
Tints of Vermilion #F64D15
RGB
CMYK
RGB Variations
Color information
#F64D15 (or 0xF64D15) is known color: Vermilion. HEX triplet: F6, 4D and 15. RGB value is (246,77,21). Sum of RGB (Red+Green+Blue) = 246+77+21=344 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.51% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D15 is #09B2EA. Grayscale: #797979. Windows color (decimal): -635627 or 1396214. OLE color: 1396214.
HSL color Cylindrical-coordinate representation of color #F64D15: hue angle of 14.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64D15 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 21 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.04 |
| HSL | 14.93º | 0.93% | 0.52% | - |
| HSV(B) | 14.93º | 0.91% | 0.96% | - |
| XYZ | 40.8 | 24.95 | 3.38 | - |
| YUV | 121.15 | 71.49 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 21 | 0 | 0.69 | 0.91 | 0.04 | 14.93 | 0.93 | 0.52 |
| Hex | F6 | 4D | 15 | 0 | 45 | 5B | 4 | F | 5D | 34 |
| Octal | 366 | 115 | 25 | 0 | 105 | 133 | 4 | 17 | 135 | 64 |
| Binary | 11110110 | 1001101 | 10101 | 0 | 1000101 | 1011011 | 100 | 1111 | 1011101 | 110100 |
Color Harmonies of #F64D15
Complementary color
Monochromatic Colors of #F64D15
Black with #F64D15
Text Example
Text Example
White with #F64D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D15; }
p { color: rgb(246,77,21); }
H1.HeaderClassName
{
color: #F64D15;
}
.AnyTagClassName
{
color: #F64D15;
}
</style>
background-color css
<style>
a { background-color: #F64D15; }
a { background-color: rgb(246,77,21); }
div.DivClassName
{
background-color: #F64D15;
}
.BgClassName
{
background-color: #F64D15;
}
</style>
border-color css
<style>
span { border-color: #F64D15; }
span { border-color: rgb(246,77,21); }
td.TdClassName
{
border-color: #F64D15;
}
.TagClassName
{
border-color: #F64D15;
}
</style>