Shades of Vermilion #F74D1B
Tints of Vermilion #F74D1B
RGB
CMYK
RGB Variations
Color information
#F74D1B (or 0xF74D1B) is known color: Vermilion. HEX triplet: F7, 4D and 1B. RGB value is (247,77,27). Sum of RGB (Red+Green+Blue) = 247+77+27=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F74D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F74D1B is #08B2E4. Grayscale: #7A7A7A. Windows color (decimal): -570085 or 1789431. OLE color: 1789431.
HSL color Cylindrical-coordinate representation of color #F74D1B: hue angle of 13.64º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F74D1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.03 |
| HSL | 13.64º | 0.93% | 0.54% | - |
| HSV(B) | 13.64º | 0.89% | 0.97% | - |
| XYZ | 41.21 | 25.16 | 3.72 | - |
| YUV | 122.13 | 74.32 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 27 | 0 | 0.69 | 0.89 | 0.03 | 13.64 | 0.93 | 0.54 |
| Hex | F7 | 4D | 1B | 0 | 45 | 59 | 3 | E | 5D | 36 |
| Octal | 367 | 115 | 33 | 0 | 105 | 131 | 3 | 16 | 135 | 66 |
| Binary | 11110111 | 1001101 | 11011 | 0 | 1000101 | 1011001 | 11 | 1110 | 1011101 | 110110 |
Color Harmonies of #F74D1B
Complementary color
Monochromatic Colors of #F74D1B
Black with #F74D1B
Text Example
Text Example
White with #F74D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74D1B; }
p { color: rgb(247,77,27); }
H1.HeaderClassName
{
color: #F74D1B;
}
.AnyTagClassName
{
color: #F74D1B;
}
</style>
background-color css
<style>
a { background-color: #F74D1B; }
a { background-color: rgb(247,77,27); }
div.DivClassName
{
background-color: #F74D1B;
}
.BgClassName
{
background-color: #F74D1B;
}
</style>
border-color css
<style>
span { border-color: #F74D1B; }
span { border-color: rgb(247,77,27); }
td.TdClassName
{
border-color: #F74D1B;
}
.TagClassName
{
border-color: #F74D1B;
}
</style>