Shades of Vermilion #F74E13
Tints of Vermilion #F74E13
RGB
CMYK
RGB Variations
Color information
#F74E13 (or 0xF74E13) is known color: Vermilion. HEX triplet: F7, 4E and 13. RGB value is (247,78,19). Sum of RGB (Red+Green+Blue) = 247+78+19=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F74E13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74E13 is #08B1EC. Grayscale: #7A7A7A. Windows color (decimal): -569837 or 1265399. OLE color: 1265399.
HSL color Cylindrical-coordinate representation of color #F74E13: hue angle of 15.53º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F74E13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 78 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.03 |
| HSL | 15.53º | 0.93% | 0.52% | - |
| HSV(B) | 15.53º | 0.92% | 0.97% | - |
| XYZ | 41.2 | 25.27 | 3.32 | - |
| YUV | 121.81 | 69.99 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 19 | 0 | 0.68 | 0.92 | 0.03 | 15.53 | 0.93 | 0.52 |
| Hex | F7 | 4E | 13 | 0 | 44 | 5C | 3 | 10 | 5D | 34 |
| Octal | 367 | 116 | 23 | 0 | 104 | 134 | 3 | 20 | 135 | 64 |
| Binary | 11110111 | 1001110 | 10011 | 0 | 1000100 | 1011100 | 11 | 10000 | 1011101 | 110100 |
Color Harmonies of #F74E13
Complementary color
Monochromatic Colors of #F74E13
Black with #F74E13
Text Example
Text Example
White with #F74E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74E13; }
p { color: rgb(247,78,19); }
H1.HeaderClassName
{
color: #F74E13;
}
.AnyTagClassName
{
color: #F74E13;
}
</style>
background-color css
<style>
a { background-color: #F74E13; }
a { background-color: rgb(247,78,19); }
div.DivClassName
{
background-color: #F74E13;
}
.BgClassName
{
background-color: #F74E13;
}
</style>
border-color css
<style>
span { border-color: #F74E13; }
span { border-color: rgb(247,78,19); }
td.TdClassName
{
border-color: #F74E13;
}
.TagClassName
{
border-color: #F74E13;
}
</style>