Shades of Vermilion #F64C0C
Tints of Vermilion #F64C0C
RGB
CMYK
RGB Variations
Color information
#F64C0C (or 0xF64C0C) is known color: Vermilion. HEX triplet: F6, 4C and 0C. RGB value is (246,76,12). Sum of RGB (Red+Green+Blue) = 246+76+12=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64C0C is #09B3F3. Grayscale: #777777. Windows color (decimal): -635892 or 806134. OLE color: 806134.
HSL color Cylindrical-coordinate representation of color #F64C0C: hue angle of 16.41º 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 #F64C0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.04 |
| HSL | 16.41º | 0.93% | 0.51% | - |
| HSV(B) | 16.41º | 0.95% | 0.96% | - |
| XYZ | 40.66 | 24.79 | 2.99 | - |
| YUV | 119.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 12 | 0 | 0.69 | 0.95 | 0.04 | 16.41 | 0.93 | 0.51 |
| Hex | F6 | 4C | C | 0 | 45 | 5F | 4 | 10 | 5D | 33 |
| Octal | 366 | 114 | 14 | 0 | 105 | 137 | 4 | 20 | 135 | 63 |
| Binary | 11110110 | 1001100 | 1100 | 0 | 1000101 | 1011111 | 100 | 10000 | 1011101 | 110011 |
Color Harmonies of #F64C0C
Complementary color
Monochromatic Colors of #F64C0C
Black with #F64C0C
Text Example
Text Example
White with #F64C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64C0C; }
p { color: rgb(246,76,12); }
H1.HeaderClassName
{
color: #F64C0C;
}
.AnyTagClassName
{
color: #F64C0C;
}
</style>
background-color css
<style>
a { background-color: #F64C0C; }
a { background-color: rgb(246,76,12); }
div.DivClassName
{
background-color: #F64C0C;
}
.BgClassName
{
background-color: #F64C0C;
}
</style>
border-color css
<style>
span { border-color: #F64C0C; }
span { border-color: rgb(246,76,12); }
td.TdClassName
{
border-color: #F64C0C;
}
.TagClassName
{
border-color: #F64C0C;
}
</style>