Shades of Vermilion #F7501D
Tints of Vermilion #F7501D
RGB
CMYK
RGB Variations
Color information
#F7501D (or 0xF7501D) is known color: Vermilion. HEX triplet: F7, 50 and 1D. RGB value is (247,80,29). Sum of RGB (Red+Green+Blue) = 247+80+29=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7501D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7501D is #08AFE2. Grayscale: #7C7C7C. Windows color (decimal): -569315 or 1921271. OLE color: 1921271.
HSL color Cylindrical-coordinate representation of color #F7501D: hue angle of 14.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7501D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 80 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.03 |
| HSL | 14.04º | 0.93% | 0.54% | - |
| HSV(B) | 14.04º | 0.88% | 0.97% | - |
| XYZ | 41.45 | 25.6 | 3.92 | - |
| YUV | 124.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 80 | 29 | 0 | 0.68 | 0.88 | 0.03 | 14.04 | 0.93 | 0.54 |
| Hex | F7 | 50 | 1D | 0 | 44 | 58 | 3 | E | 5D | 36 |
| Octal | 367 | 120 | 35 | 0 | 104 | 130 | 3 | 16 | 135 | 66 |
| Binary | 11110111 | 1010000 | 11101 | 0 | 1000100 | 1011000 | 11 | 1110 | 1011101 | 110110 |
Color Harmonies of #F7501D
Complementary color
Monochromatic Colors of #F7501D
Black with #F7501D
Text Example
Text Example
White with #F7501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7501D; }
p { color: rgb(247,80,29); }
H1.HeaderClassName
{
color: #F7501D;
}
.AnyTagClassName
{
color: #F7501D;
}
</style>
background-color css
<style>
a { background-color: #F7501D; }
a { background-color: rgb(247,80,29); }
div.DivClassName
{
background-color: #F7501D;
}
.BgClassName
{
background-color: #F7501D;
}
</style>
border-color css
<style>
span { border-color: #F7501D; }
span { border-color: rgb(247,80,29); }
td.TdClassName
{
border-color: #F7501D;
}
.TagClassName
{
border-color: #F7501D;
}
</style>