Shades of Vermilion #F64F1C
Tints of Vermilion #F64F1C
RGB
CMYK
RGB Variations
Color information
#F64F1C (or 0xF64F1C) is known color: Vermilion. HEX triplet: F6, 4F and 1C. RGB value is (246,79,28). Sum of RGB (Red+Green+Blue) = 246+79+28=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64F1C is #09B0E3. Grayscale: #7B7B7B. Windows color (decimal): -635108 or 1855478. OLE color: 1855478.
HSL color Cylindrical-coordinate representation of color #F64F1C: hue angle of 14.04º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F64F1C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.04 |
| HSL | 14.04º | 0.92% | 0.54% | - |
| HSV(B) | 14.04º | 0.89% | 0.96% | - |
| XYZ | 41.01 | 25.27 | 3.81 | - |
| YUV | 123.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 28 | 0 | 0.68 | 0.89 | 0.04 | 14.04 | 0.92 | 0.54 |
| Hex | F6 | 4F | 1C | 0 | 44 | 59 | 4 | E | 5C | 36 |
| Octal | 366 | 117 | 34 | 0 | 104 | 131 | 4 | 16 | 134 | 66 |
| Binary | 11110110 | 1001111 | 11100 | 0 | 1000100 | 1011001 | 100 | 1110 | 1011100 | 110110 |
Color Harmonies of #F64F1C
Complementary color
Monochromatic Colors of #F64F1C
Black with #F64F1C
Text Example
Text Example
White with #F64F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64F1C; }
p { color: rgb(246,79,28); }
H1.HeaderClassName
{
color: #F64F1C;
}
.AnyTagClassName
{
color: #F64F1C;
}
</style>
background-color css
<style>
a { background-color: #F64F1C; }
a { background-color: rgb(246,79,28); }
div.DivClassName
{
background-color: #F64F1C;
}
.BgClassName
{
background-color: #F64F1C;
}
</style>
border-color css
<style>
span { border-color: #F64F1C; }
span { border-color: rgb(246,79,28); }
td.TdClassName
{
border-color: #F64F1C;
}
.TagClassName
{
border-color: #F64F1C;
}
</style>