Shades of Vermilion #F74B11
Tints of Vermilion #F74B11
RGB
CMYK
RGB Variations
Color information
#F74B11 (or 0xF74B11) is known color: Vermilion. HEX triplet: F7, 4B and 11. RGB value is (247,75,17). Sum of RGB (Red+Green+Blue) = 247+75+17=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74B11 is #08B4EE. Grayscale: #787878. Windows color (decimal): -570607 or 1133559. OLE color: 1133559.
HSL color Cylindrical-coordinate representation of color #F74B11: hue angle of 15.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F74B11 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 17 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.03 |
| HSL | 15.13º | 0.93% | 0.52% | - |
| HSV(B) | 15.13º | 0.93% | 0.97% | - |
| XYZ | 40.98 | 24.85 | 3.17 | - |
| YUV | 119.82 | 69.98 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 17 | 0 | 0.70 | 0.93 | 0.03 | 15.13 | 0.93 | 0.52 |
| Hex | F7 | 4B | 11 | 0 | 46 | 5D | 3 | F | 5D | 34 |
| Octal | 367 | 113 | 21 | 0 | 106 | 135 | 3 | 17 | 135 | 64 |
| Binary | 11110111 | 1001011 | 10001 | 0 | 1000110 | 1011101 | 11 | 1111 | 1011101 | 110100 |
Color Harmonies of #F74B11
Complementary color
Monochromatic Colors of #F74B11
Black with #F74B11
Text Example
Text Example
White with #F74B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B11; }
p { color: rgb(247,75,17); }
H1.HeaderClassName
{
color: #F74B11;
}
.AnyTagClassName
{
color: #F74B11;
}
</style>
background-color css
<style>
a { background-color: #F74B11; }
a { background-color: rgb(247,75,17); }
div.DivClassName
{
background-color: #F74B11;
}
.BgClassName
{
background-color: #F74B11;
}
</style>
border-color css
<style>
span { border-color: #F74B11; }
span { border-color: rgb(247,75,17); }
td.TdClassName
{
border-color: #F74B11;
}
.TagClassName
{
border-color: #F74B11;
}
</style>