Shades of Vermilion #F14D12
Tints of Vermilion #F14D12
RGB
CMYK
RGB Variations
Color information
#F14D12 (or 0xF14D12) is known color: Vermilion. HEX triplet: F1, 4D and 12. RGB value is (241,77,18). Sum of RGB (Red+Green+Blue) = 241+77+18=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D12 is #0EB2ED. Grayscale: #777777. Windows color (decimal): -963310 or 1199601. OLE color: 1199601.
HSL color Cylindrical-coordinate representation of color #F14D12: hue angle of 15.87º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F14D12 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 18 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.05 |
| HSL | 15.87º | 0.89% | 0.51% | - |
| HSV(B) | 15.87º | 0.93% | 0.95% | - |
| XYZ | 39.04 | 24.05 | 3.16 | - |
| YUV | 119.31 | 70.83 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 18 | 0 | 0.68 | 0.93 | 0.05 | 15.87 | 0.89 | 0.51 |
| Hex | F1 | 4D | 12 | 0 | 44 | 5D | 5 | 10 | 59 | 33 |
| Octal | 361 | 115 | 22 | 0 | 104 | 135 | 5 | 20 | 131 | 63 |
| Binary | 11110001 | 1001101 | 10010 | 0 | 1000100 | 1011101 | 101 | 10000 | 1011001 | 110011 |
Color Harmonies of #F14D12
Complementary color
Monochromatic Colors of #F14D12
Black with #F14D12
Text Example
Text Example
White with #F14D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D12; }
p { color: rgb(241,77,18); }
H1.HeaderClassName
{
color: #F14D12;
}
.AnyTagClassName
{
color: #F14D12;
}
</style>
background-color css
<style>
a { background-color: #F14D12; }
a { background-color: rgb(241,77,18); }
div.DivClassName
{
background-color: #F14D12;
}
.BgClassName
{
background-color: #F14D12;
}
</style>
border-color css
<style>
span { border-color: #F14D12; }
span { border-color: rgb(241,77,18); }
td.TdClassName
{
border-color: #F14D12;
}
.TagClassName
{
border-color: #F14D12;
}
</style>