Shades of Vermilion #F74A07
Tints of Vermilion #F74A07
RGB
CMYK
RGB Variations
Color information
#F74A07 (or 0xF74A07) is known color: Vermilion. HEX triplet: F7, 4A and 07. RGB value is (247,74,7). Sum of RGB (Red+Green+Blue) = 247+74+7=328 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.30% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A07 is #08B5F8. Grayscale: #767676. Windows color (decimal): -570873 or 477943. OLE color: 477943.
HSL color Cylindrical-coordinate representation of color #F74A07: hue angle of 16.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F74A07 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.03 |
| HSL | 16.75º | 0.94% | 0.5% | - |
| HSV(B) | 16.75º | 0.97% | 0.97% | - |
| XYZ | 40.84 | 24.69 | 2.81 | - |
| YUV | 118.09 | 65.31 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 7 | 0 | 0.70 | 0.97 | 0.03 | 16.75 | 0.94 | 0.5 |
| Hex | F7 | 4A | 7 | 0 | 46 | 61 | 3 | 11 | 5E | 32 |
| Octal | 367 | 112 | 7 | 0 | 106 | 141 | 3 | 21 | 136 | 62 |
| Binary | 11110111 | 1001010 | 111 | 0 | 1000110 | 1100001 | 11 | 10001 | 1011110 | 110010 |
Color Harmonies of #F74A07
Complementary color
Monochromatic Colors of #F74A07
Black with #F74A07
Text Example
Text Example
White with #F74A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A07; }
p { color: rgb(247,74,7); }
H1.HeaderClassName
{
color: #F74A07;
}
.AnyTagClassName
{
color: #F74A07;
}
</style>
background-color css
<style>
a { background-color: #F74A07; }
a { background-color: rgb(247,74,7); }
div.DivClassName
{
background-color: #F74A07;
}
.BgClassName
{
background-color: #F74A07;
}
</style>
border-color css
<style>
span { border-color: #F74A07; }
span { border-color: rgb(247,74,7); }
td.TdClassName
{
border-color: #F74A07;
}
.TagClassName
{
border-color: #F74A07;
}
</style>