Shades of Vermilion #F14A11
Tints of Vermilion #F14A11
RGB
CMYK
RGB Variations
Color information
#F14A11 (or 0xF14A11) is known color: Vermilion. HEX triplet: F1, 4A and 11. RGB value is (241,74,17). Sum of RGB (Red+Green+Blue) = 241+74+17=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14A11 is #0EB5EE. Grayscale: #757575. Windows color (decimal): -964079 or 1133297. OLE color: 1133297.
HSL color Cylindrical-coordinate representation of color #F14A11: hue angle of 15.27º 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 #F14A11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.05 |
| HSL | 15.27º | 0.89% | 0.51% | - |
| HSV(B) | 15.27º | 0.93% | 0.95% | - |
| XYZ | 38.83 | 23.64 | 3.05 | - |
| YUV | 117.44 | 71.33 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 17 | 0 | 0.69 | 0.93 | 0.05 | 15.27 | 0.89 | 0.51 |
| Hex | F1 | 4A | 11 | 0 | 45 | 5D | 5 | F | 59 | 33 |
| Octal | 361 | 112 | 21 | 0 | 105 | 135 | 5 | 17 | 131 | 63 |
| Binary | 11110001 | 1001010 | 10001 | 0 | 1000101 | 1011101 | 101 | 1111 | 1011001 | 110011 |
Color Harmonies of #F14A11
Complementary color
Monochromatic Colors of #F14A11
Black with #F14A11
Text Example
Text Example
White with #F14A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A11; }
p { color: rgb(241,74,17); }
H1.HeaderClassName
{
color: #F14A11;
}
.AnyTagClassName
{
color: #F14A11;
}
</style>
background-color css
<style>
a { background-color: #F14A11; }
a { background-color: rgb(241,74,17); }
div.DivClassName
{
background-color: #F14A11;
}
.BgClassName
{
background-color: #F14A11;
}
</style>
border-color css
<style>
span { border-color: #F14A11; }
span { border-color: rgb(241,74,17); }
td.TdClassName
{
border-color: #F14A11;
}
.TagClassName
{
border-color: #F14A11;
}
</style>