Shades of Vermilion #FF4E07
Tints of Vermilion #FF4E07
RGB
CMYK
RGB Variations
Color information
#FF4E07 (or 0xFF4E07) is known color: Vermilion. HEX triplet: FF, 4E and 07. RGB value is (255,78,7). Sum of RGB (Red+Green+Blue) = 255+78+7=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E07 is #00B1F8. Grayscale: #7B7B7B. Windows color (decimal): -45561 or 478975. OLE color: 478975.
HSL color Cylindrical-coordinate representation of color #FF4E07: hue angle of 17.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4E07 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 7 | - |
| CMYK | 0 | 0.69 | 0.97 | 0 |
| HSL | 17.18º | 1% | 0.51% | - |
| HSV(B) | 17.18º | 0.97% | 1% | - |
| XYZ | 44 | 26.72 | 3.04 | - |
| YUV | 122.83 | 62.64 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 7 | 0 | 0.69 | 0.97 | 0 | 17.18 | 1 | 0.51 |
| Hex | FF | 4E | 7 | 0 | 45 | 61 | 0 | 11 | 64 | 33 |
| Octal | 377 | 116 | 7 | 0 | 105 | 141 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001110 | 111 | 0 | 1000101 | 1100001 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4E07
Complementary color
Monochromatic Colors of #FF4E07
Black with #FF4E07
Text Example
Text Example
White with #FF4E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E07; }
p { color: rgb(255,78,7); }
H1.HeaderClassName
{
color: #FF4E07;
}
.AnyTagClassName
{
color: #FF4E07;
}
</style>
background-color css
<style>
a { background-color: #FF4E07; }
a { background-color: rgb(255,78,7); }
div.DivClassName
{
background-color: #FF4E07;
}
.BgClassName
{
background-color: #FF4E07;
}
</style>
border-color css
<style>
span { border-color: #FF4E07; }
span { border-color: rgb(255,78,7); }
td.TdClassName
{
border-color: #FF4E07;
}
.TagClassName
{
border-color: #FF4E07;
}
</style>