Shades of Vermilion #F14D19
Tints of Vermilion #F14D19
RGB
CMYK
RGB Variations
Color information
#F14D19 (or 0xF14D19) is known color: Vermilion. HEX triplet: F1, 4D and 19. RGB value is (241,77,25). Sum of RGB (Red+Green+Blue) = 241+77+25=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D19 is #0EB2E6. Grayscale: #787878. Windows color (decimal): -963303 or 1658353. OLE color: 1658353.
HSL color Cylindrical-coordinate representation of color #F14D19: hue angle of 14.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F14D19 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 25 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.05 |
| HSL | 14.44º | 0.89% | 0.52% | - |
| HSV(B) | 14.44º | 0.9% | 0.95% | - |
| XYZ | 39.1 | 24.08 | 3.51 | - |
| YUV | 120.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 25 | 0 | 0.68 | 0.90 | 0.05 | 14.44 | 0.89 | 0.52 |
| Hex | F1 | 4D | 19 | 0 | 44 | 5A | 5 | E | 59 | 34 |
| Octal | 361 | 115 | 31 | 0 | 104 | 132 | 5 | 16 | 131 | 64 |
| Binary | 11110001 | 1001101 | 11001 | 0 | 1000100 | 1011010 | 101 | 1110 | 1011001 | 110100 |
Color Harmonies of #F14D19
Complementary color
Monochromatic Colors of #F14D19
Black with #F14D19
Text Example
Text Example
White with #F14D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D19; }
p { color: rgb(241,77,25); }
H1.HeaderClassName
{
color: #F14D19;
}
.AnyTagClassName
{
color: #F14D19;
}
</style>
background-color css
<style>
a { background-color: #F14D19; }
a { background-color: rgb(241,77,25); }
div.DivClassName
{
background-color: #F14D19;
}
.BgClassName
{
background-color: #F14D19;
}
</style>
border-color css
<style>
span { border-color: #F14D19; }
span { border-color: rgb(241,77,25); }
td.TdClassName
{
border-color: #F14D19;
}
.TagClassName
{
border-color: #F14D19;
}
</style>