Shades of Vermilion #F94D13
Tints of Vermilion #F94D13
RGB
CMYK
RGB Variations
Color information
#F94D13 (or 0xF94D13) is known color: Vermilion. HEX triplet: F9, 4D and 13. RGB value is (249,77,19). Sum of RGB (Red+Green+Blue) = 249+77+19=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D13 is #06B2EC. Grayscale: #7A7A7A. Windows color (decimal): -439021 or 1265145. OLE color: 1265145.
HSL color Cylindrical-coordinate representation of color #F94D13: hue angle of 15.13º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F94D13 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 77 | 19 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.02 |
| HSL | 15.13º | 0.95% | 0.53% | - |
| HSV(B) | 15.13º | 0.92% | 0.98% | - |
| XYZ | 41.84 | 25.49 | 3.33 | - |
| YUV | 121.82 | 69.98 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 19 | 0 | 0.69 | 0.92 | 0.02 | 15.13 | 0.95 | 0.53 |
| Hex | F9 | 4D | 13 | 0 | 45 | 5C | 2 | F | 5F | 35 |
| Octal | 371 | 115 | 23 | 0 | 105 | 134 | 2 | 17 | 137 | 65 |
| Binary | 11111001 | 1001101 | 10011 | 0 | 1000101 | 1011100 | 10 | 1111 | 1011111 | 110101 |
Color Harmonies of #F94D13
Complementary color
Monochromatic Colors of #F94D13
Black with #F94D13
Text Example
Text Example
White with #F94D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94D13; }
p { color: rgb(249,77,19); }
H1.HeaderClassName
{
color: #F94D13;
}
.AnyTagClassName
{
color: #F94D13;
}
</style>
background-color css
<style>
a { background-color: #F94D13; }
a { background-color: rgb(249,77,19); }
div.DivClassName
{
background-color: #F94D13;
}
.BgClassName
{
background-color: #F94D13;
}
</style>
border-color css
<style>
span { border-color: #F94D13; }
span { border-color: rgb(249,77,19); }
td.TdClassName
{
border-color: #F94D13;
}
.TagClassName
{
border-color: #F94D13;
}
</style>