Shades of Vermilion #F14C0A
Tints of Vermilion #F14C0A
RGB
CMYK
RGB Variations
Color information
#F14C0A (or 0xF14C0A) is known color: Vermilion. HEX triplet: F1, 4C and 0A. RGB value is (241,76,10). Sum of RGB (Red+Green+Blue) = 241+76+10=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14C0A is #0EB3F5. Grayscale: #767676. Windows color (decimal): -963574 or 675057. OLE color: 675057.
HSL color Cylindrical-coordinate representation of color #F14C0A: hue angle of 17.14º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F14C0A is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 10 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.05 |
| HSL | 17.14º | 0.92% | 0.49% | - |
| HSV(B) | 17.14º | 0.96% | 0.95% | - |
| XYZ | 38.91 | 23.89 | 2.85 | - |
| YUV | 117.81 | 67.16 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 10 | 0 | 0.68 | 0.96 | 0.05 | 17.14 | 0.92 | 0.49 |
| Hex | F1 | 4C | A | 0 | 44 | 60 | 5 | 11 | 5C | 31 |
| Octal | 361 | 114 | 12 | 0 | 104 | 140 | 5 | 21 | 134 | 61 |
| Binary | 11110001 | 1001100 | 1010 | 0 | 1000100 | 1100000 | 101 | 10001 | 1011100 | 110001 |
Color Harmonies of #F14C0A
Complementary color
Monochromatic Colors of #F14C0A
Black with #F14C0A
Text Example
Text Example
White with #F14C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14C0A; }
p { color: rgb(241,76,10); }
H1.HeaderClassName
{
color: #F14C0A;
}
.AnyTagClassName
{
color: #F14C0A;
}
</style>
background-color css
<style>
a { background-color: #F14C0A; }
a { background-color: rgb(241,76,10); }
div.DivClassName
{
background-color: #F14C0A;
}
.BgClassName
{
background-color: #F14C0A;
}
</style>
border-color css
<style>
span { border-color: #F14C0A; }
span { border-color: rgb(241,76,10); }
td.TdClassName
{
border-color: #F14C0A;
}
.TagClassName
{
border-color: #F14C0A;
}
</style>