Shades of Vermilion #F14D0B
Tints of Vermilion #F14D0B
RGB
CMYK
RGB Variations
Color information
#F14D0B (or 0xF14D0B) is known color: Vermilion. HEX triplet: F1, 4D and 0B. RGB value is (241,77,11). Sum of RGB (Red+Green+Blue) = 241+77+11=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D0B is #0EB2F4. Grayscale: #767676. Windows color (decimal): -963317 or 740849. OLE color: 740849.
HSL color Cylindrical-coordinate representation of color #F14D0B: hue angle of 17.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F14D0B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.05 |
| HSL | 17.22º | 0.91% | 0.49% | - |
| HSV(B) | 17.22º | 0.95% | 0.95% | - |
| XYZ | 38.99 | 24.03 | 2.9 | - |
| YUV | 118.51 | 67.33 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 11 | 0 | 0.68 | 0.95 | 0.05 | 17.22 | 0.91 | 0.49 |
| Hex | F1 | 4D | B | 0 | 44 | 5F | 5 | 11 | 5B | 31 |
| Octal | 361 | 115 | 13 | 0 | 104 | 137 | 5 | 21 | 133 | 61 |
| Binary | 11110001 | 1001101 | 1011 | 0 | 1000100 | 1011111 | 101 | 10001 | 1011011 | 110001 |
Color Harmonies of #F14D0B
Complementary color
Monochromatic Colors of #F14D0B
Black with #F14D0B
Text Example
Text Example
White with #F14D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14D0B; }
p { color: rgb(241,77,11); }
H1.HeaderClassName
{
color: #F14D0B;
}
.AnyTagClassName
{
color: #F14D0B;
}
</style>
background-color css
<style>
a { background-color: #F14D0B; }
a { background-color: rgb(241,77,11); }
div.DivClassName
{
background-color: #F14D0B;
}
.BgClassName
{
background-color: #F14D0B;
}
</style>
border-color css
<style>
span { border-color: #F14D0B; }
span { border-color: rgb(241,77,11); }
td.TdClassName
{
border-color: #F14D0B;
}
.TagClassName
{
border-color: #F14D0B;
}
</style>