Shades of Vermilion #F14D10
Tints of Vermilion #F14D10
RGB
CMYK
RGB Variations
Color information
#F14D10 (or 0xF14D10) is known color: Vermilion. HEX triplet: F1, 4D and 10. RGB value is (241,77,16). Sum of RGB (Red+Green+Blue) = 241+77+16=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D10 is #0EB2EF. Grayscale: #777777. Windows color (decimal): -963312 or 1068529. OLE color: 1068529.
HSL color Cylindrical-coordinate representation of color #F14D10: hue angle of 16.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14D10 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 16 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.05 |
| HSL | 16.27º | 0.89% | 0.5% | - |
| HSV(B) | 16.27º | 0.93% | 0.95% | - |
| XYZ | 39.02 | 24.05 | 3.07 | - |
| YUV | 119.08 | 69.83 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 16 | 0 | 0.68 | 0.93 | 0.05 | 16.27 | 0.89 | 0.5 |
| Hex | F1 | 4D | 10 | 0 | 44 | 5D | 5 | 10 | 59 | 32 |
| Octal | 361 | 115 | 20 | 0 | 104 | 135 | 5 | 20 | 131 | 62 |
| Binary | 11110001 | 1001101 | 10000 | 0 | 1000100 | 1011101 | 101 | 10000 | 1011001 | 110010 |
Color Harmonies of #F14D10
Complementary color
Monochromatic Colors of #F14D10
Black with #F14D10
Text Example
Text Example
White with #F14D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D10; }
p { color: rgb(241,77,16); }
H1.HeaderClassName
{
color: #F14D10;
}
.AnyTagClassName
{
color: #F14D10;
}
</style>
background-color css
<style>
a { background-color: #F14D10; }
a { background-color: rgb(241,77,16); }
div.DivClassName
{
background-color: #F14D10;
}
.BgClassName
{
background-color: #F14D10;
}
</style>
border-color css
<style>
span { border-color: #F14D10; }
span { border-color: rgb(241,77,16); }
td.TdClassName
{
border-color: #F14D10;
}
.TagClassName
{
border-color: #F14D10;
}
</style>