Shades of Vermilion #F74A0B
Tints of Vermilion #F74A0B
RGB
CMYK
RGB Variations
Color information
#F74A0B (or 0xF74A0B) is known color: Vermilion. HEX triplet: F7, 4A and 0B. RGB value is (247,74,11). Sum of RGB (Red+Green+Blue) = 247+74+11=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74A0B is #08B5F4. Grayscale: #767676. Windows color (decimal): -570869 or 740087. OLE color: 740087.
HSL color Cylindrical-coordinate representation of color #F74A0B: hue angle of 16.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F74A0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 11 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.03 |
| HSL | 16.02º | 0.94% | 0.51% | - |
| HSV(B) | 16.02º | 0.96% | 0.97% | - |
| XYZ | 40.87 | 24.7 | 2.93 | - |
| YUV | 118.55 | 67.31 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 11 | 0 | 0.70 | 0.96 | 0.03 | 16.02 | 0.94 | 0.51 |
| Hex | F7 | 4A | B | 0 | 46 | 60 | 3 | 10 | 5E | 33 |
| Octal | 367 | 112 | 13 | 0 | 106 | 140 | 3 | 20 | 136 | 63 |
| Binary | 11110111 | 1001010 | 1011 | 0 | 1000110 | 1100000 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F74A0B
Complementary color
Monochromatic Colors of #F74A0B
Black with #F74A0B
Text Example
Text Example
White with #F74A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74A0B; }
p { color: rgb(247,74,11); }
H1.HeaderClassName
{
color: #F74A0B;
}
.AnyTagClassName
{
color: #F74A0B;
}
</style>
background-color css
<style>
a { background-color: #F74A0B; }
a { background-color: rgb(247,74,11); }
div.DivClassName
{
background-color: #F74A0B;
}
.BgClassName
{
background-color: #F74A0B;
}
</style>
border-color css
<style>
span { border-color: #F74A0B; }
span { border-color: rgb(247,74,11); }
td.TdClassName
{
border-color: #F74A0B;
}
.TagClassName
{
border-color: #F74A0B;
}
</style>