Shades of Vermilion #F94D0D
Tints of Vermilion #F94D0D
RGB
CMYK
RGB Variations
Color information
#F94D0D (or 0xF94D0D) is known color: Vermilion. HEX triplet: F9, 4D and 0D. RGB value is (249,77,13). Sum of RGB (Red+Green+Blue) = 249+77+13=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D0D is #06B2F2. Grayscale: #797979. Windows color (decimal): -439027 or 871929. OLE color: 871929.
HSL color Cylindrical-coordinate representation of color #F94D0D: hue angle of 16.27º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F94D0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.02 |
| HSL | 16.27º | 0.95% | 0.51% | - |
| HSV(B) | 16.27º | 0.95% | 0.98% | - |
| XYZ | 41.79 | 25.48 | 3.1 | - |
| YUV | 121.13 | 66.98 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 13 | 0 | 0.69 | 0.95 | 0.02 | 16.27 | 0.95 | 0.51 |
| Hex | F9 | 4D | D | 0 | 45 | 5F | 2 | 10 | 5F | 33 |
| Octal | 371 | 115 | 15 | 0 | 105 | 137 | 2 | 20 | 137 | 63 |
| Binary | 11111001 | 1001101 | 1101 | 0 | 1000101 | 1011111 | 10 | 10000 | 1011111 | 110011 |
Color Harmonies of #F94D0D
Complementary color
Monochromatic Colors of #F94D0D
Black with #F94D0D
Text Example
Text Example
White with #F94D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D0D; }
p { color: rgb(249,77,13); }
H1.HeaderClassName
{
color: #F94D0D;
}
.AnyTagClassName
{
color: #F94D0D;
}
</style>
background-color css
<style>
a { background-color: #F94D0D; }
a { background-color: rgb(249,77,13); }
div.DivClassName
{
background-color: #F94D0D;
}
.BgClassName
{
background-color: #F94D0D;
}
</style>
border-color css
<style>
span { border-color: #F94D0D; }
span { border-color: rgb(249,77,13); }
td.TdClassName
{
border-color: #F94D0D;
}
.TagClassName
{
border-color: #F94D0D;
}
</style>