Shades of Vermilion #FF4D07
Tints of Vermilion #FF4D07
RGB
CMYK
RGB Variations
Color information
#FF4D07 (or 0xFF4D07) is known color: Vermilion. HEX triplet: FF, 4D and 07. RGB value is (255,77,7). Sum of RGB (Red+Green+Blue) = 255+77+7=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D07 is #00B2F8. Grayscale: #7A7A7A. Windows color (decimal): -45817 or 478719. OLE color: 478719.
HSL color Cylindrical-coordinate representation of color #FF4D07: hue angle of 16.94º 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 #FF4D07 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 7 | - |
| CMYK | 0 | 0.70 | 0.97 | 0 |
| HSL | 16.94º | 1% | 0.51% | - |
| HSV(B) | 16.94º | 0.97% | 1% | - |
| XYZ | 43.93 | 26.58 | 3.02 | - |
| YUV | 122.24 | 62.97 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 7 | 0 | 0.70 | 0.97 | 0 | 16.94 | 1 | 0.51 |
| Hex | FF | 4D | 7 | 0 | 46 | 61 | 0 | 11 | 64 | 33 |
| Octal | 377 | 115 | 7 | 0 | 106 | 141 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001101 | 111 | 0 | 1000110 | 1100001 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4D07
Complementary color
Monochromatic Colors of #FF4D07
Black with #FF4D07
Text Example
Text Example
White with #FF4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D07; }
p { color: rgb(255,77,7); }
H1.HeaderClassName
{
color: #FF4D07;
}
.AnyTagClassName
{
color: #FF4D07;
}
</style>
background-color css
<style>
a { background-color: #FF4D07; }
a { background-color: rgb(255,77,7); }
div.DivClassName
{
background-color: #FF4D07;
}
.BgClassName
{
background-color: #FF4D07;
}
</style>
border-color css
<style>
span { border-color: #FF4D07; }
span { border-color: rgb(255,77,7); }
td.TdClassName
{
border-color: #FF4D07;
}
.TagClassName
{
border-color: #FF4D07;
}
</style>