Shades of Vermilion #F74B0D
Tints of Vermilion #F74B0D
RGB
CMYK
RGB Variations
Color information
#F74B0D (or 0xF74B0D) is known color: Vermilion. HEX triplet: F7, 4B and 0D. RGB value is (247,75,13). Sum of RGB (Red+Green+Blue) = 247+75+13=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74B0D is #08B4F2. Grayscale: #777777. Windows color (decimal): -570611 or 871415. OLE color: 871415.
HSL color Cylindrical-coordinate representation of color #F74B0D: hue angle of 15.9º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F74B0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 75 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.03 |
| HSL | 15.9º | 0.94% | 0.51% | - |
| HSV(B) | 15.9º | 0.95% | 0.97% | - |
| XYZ | 40.95 | 24.84 | 3.02 | - |
| YUV | 119.36 | 67.98 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 75 | 13 | 0 | 0.70 | 0.95 | 0.03 | 15.9 | 0.94 | 0.51 |
| Hex | F7 | 4B | D | 0 | 46 | 5F | 3 | 10 | 5E | 33 |
| Octal | 367 | 113 | 15 | 0 | 106 | 137 | 3 | 20 | 136 | 63 |
| Binary | 11110111 | 1001011 | 1101 | 0 | 1000110 | 1011111 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F74B0D
Complementary color
Monochromatic Colors of #F74B0D
Black with #F74B0D
Text Example
Text Example
White with #F74B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74B0D; }
p { color: rgb(247,75,13); }
H1.HeaderClassName
{
color: #F74B0D;
}
.AnyTagClassName
{
color: #F74B0D;
}
</style>
background-color css
<style>
a { background-color: #F74B0D; }
a { background-color: rgb(247,75,13); }
div.DivClassName
{
background-color: #F74B0D;
}
.BgClassName
{
background-color: #F74B0D;
}
</style>
border-color css
<style>
span { border-color: #F74B0D; }
span { border-color: rgb(247,75,13); }
td.TdClassName
{
border-color: #F74B0D;
}
.TagClassName
{
border-color: #F74B0D;
}
</style>