Shades of Vermilion #F74D0B
Tints of Vermilion #F74D0B
RGB
CMYK
RGB Variations
Color information
#F74D0B (or 0xF74D0B) is known color: Vermilion. HEX triplet: F7, 4D and 0B. RGB value is (247,77,11). Sum of RGB (Red+Green+Blue) = 247+77+11=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F74D0B is #08B2F4. Grayscale: #787878. Windows color (decimal): -570101 or 740855. OLE color: 740855.
HSL color Cylindrical-coordinate representation of color #F74D0B: hue angle of 16.78º 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 #F74D0B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 11 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.03 |
| HSL | 16.78º | 0.94% | 0.51% | - |
| HSV(B) | 16.78º | 0.96% | 0.97% | - |
| XYZ | 41.07 | 25.11 | 3 | - |
| YUV | 120.31 | 66.32 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 11 | 0 | 0.69 | 0.96 | 0.03 | 16.78 | 0.94 | 0.51 |
| Hex | F7 | 4D | B | 0 | 45 | 60 | 3 | 11 | 5E | 33 |
| Octal | 367 | 115 | 13 | 0 | 105 | 140 | 3 | 21 | 136 | 63 |
| Binary | 11110111 | 1001101 | 1011 | 0 | 1000101 | 1100000 | 11 | 10001 | 1011110 | 110011 |
Color Harmonies of #F74D0B
Complementary color
Monochromatic Colors of #F74D0B
Black with #F74D0B
Text Example
Text Example
White with #F74D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D0B; }
p { color: rgb(247,77,11); }
H1.HeaderClassName
{
color: #F74D0B;
}
.AnyTagClassName
{
color: #F74D0B;
}
</style>
background-color css
<style>
a { background-color: #F74D0B; }
a { background-color: rgb(247,77,11); }
div.DivClassName
{
background-color: #F74D0B;
}
.BgClassName
{
background-color: #F74D0B;
}
</style>
border-color css
<style>
span { border-color: #F74D0B; }
span { border-color: rgb(247,77,11); }
td.TdClassName
{
border-color: #F74D0B;
}
.TagClassName
{
border-color: #F74D0B;
}
</style>