Shades of Vermilion #F64D1D
Tints of Vermilion #F64D1D
RGB
CMYK
RGB Variations
Color information
#F64D1D (or 0xF64D1D) is known color: Vermilion. HEX triplet: F6, 4D and 1D. RGB value is (246,77,29). Sum of RGB (Red+Green+Blue) = 246+77+29=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D1D is #09B2E2. Grayscale: #7A7A7A. Windows color (decimal): -635619 or 1920502. OLE color: 1920502.
HSL color Cylindrical-coordinate representation of color #F64D1D: hue angle of 13.27º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F64D1D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.04 |
| HSL | 13.27º | 0.92% | 0.54% | - |
| HSV(B) | 13.27º | 0.88% | 0.96% | - |
| XYZ | 40.88 | 24.99 | 3.83 | - |
| YUV | 122.06 | 75.49 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 29 | 0 | 0.69 | 0.88 | 0.04 | 13.27 | 0.92 | 0.54 |
| Hex | F6 | 4D | 1D | 0 | 45 | 58 | 4 | D | 5C | 36 |
| Octal | 366 | 115 | 35 | 0 | 105 | 130 | 4 | 15 | 134 | 66 |
| Binary | 11110110 | 1001101 | 11101 | 0 | 1000101 | 1011000 | 100 | 1101 | 1011100 | 110110 |
Color Harmonies of #F64D1D
Complementary color
Monochromatic Colors of #F64D1D
Black with #F64D1D
Text Example
Text Example
White with #F64D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64D1D; }
p { color: rgb(246,77,29); }
H1.HeaderClassName
{
color: #F64D1D;
}
.AnyTagClassName
{
color: #F64D1D;
}
</style>
background-color css
<style>
a { background-color: #F64D1D; }
a { background-color: rgb(246,77,29); }
div.DivClassName
{
background-color: #F64D1D;
}
.BgClassName
{
background-color: #F64D1D;
}
</style>
border-color css
<style>
span { border-color: #F64D1D; }
span { border-color: rgb(246,77,29); }
td.TdClassName
{
border-color: #F64D1D;
}
.TagClassName
{
border-color: #F64D1D;
}
</style>