Shades of Vermilion #FF4D0F
Tints of Vermilion #FF4D0F
RGB
CMYK
RGB Variations
Color information
#FF4D0F (or 0xFF4D0F) is known color: Vermilion. HEX triplet: FF, 4D and 0F. RGB value is (255,77,15). Sum of RGB (Red+Green+Blue) = 255+77+15=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D0F is #00B2F0. Grayscale: #7B7B7B. Windows color (decimal): -45809 or 1003007. OLE color: 1003007.
HSL color Cylindrical-coordinate representation of color #FF4D0F: hue angle of 15.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4D0F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0 |
| HSL | 15.5º | 1% | 0.53% | - |
| HSV(B) | 15.5º | 0.94% | 1% | - |
| XYZ | 43.98 | 26.6 | 3.27 | - |
| YUV | 123.15 | 66.97 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 15 | 0 | 0.70 | 0.94 | 0 | 15.5 | 1 | 0.53 |
| Hex | FF | 4D | F | 0 | 46 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 115 | 17 | 0 | 106 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001101 | 1111 | 0 | 1000110 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4D0F
Complementary color
Monochromatic Colors of #FF4D0F
Black with #FF4D0F
Text Example
Text Example
White with #FF4D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D0F; }
p { color: rgb(255,77,15); }
H1.HeaderClassName
{
color: #FF4D0F;
}
.AnyTagClassName
{
color: #FF4D0F;
}
</style>
background-color css
<style>
a { background-color: #FF4D0F; }
a { background-color: rgb(255,77,15); }
div.DivClassName
{
background-color: #FF4D0F;
}
.BgClassName
{
background-color: #FF4D0F;
}
</style>
border-color css
<style>
span { border-color: #FF4D0F; }
span { border-color: rgb(255,77,15); }
td.TdClassName
{
border-color: #FF4D0F;
}
.TagClassName
{
border-color: #FF4D0F;
}
</style>