Shades of Vermilion #FF4D01
Tints of Vermilion #FF4D01
RGB
CMYK
RGB Variations
Color information
#FF4D01 (or 0xFF4D01) is known color: Vermilion. HEX triplet: FF, 4D and 01. RGB value is (255,77,1). Sum of RGB (Red+Green+Blue) = 255+77+1=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D01 is #00B2FE. Grayscale: #7A7A7A. Windows color (decimal): -45823 or 85503. OLE color: 85503.
HSL color Cylindrical-coordinate representation of color #FF4D01: hue angle of 17.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4D01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0 |
| HSL | 17.95º | 1% | 0.5% | - |
| HSV(B) | 17.95º | 1% | 1% | - |
| XYZ | 43.9 | 26.57 | 2.84 | - |
| YUV | 121.56 | 59.97 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 1 | 0 | 0.70 | 1.00 | 0 | 17.95 | 1 | 0.5 |
| Hex | FF | 4D | 1 | 0 | 46 | 64 | 0 | 12 | 64 | 32 |
| Octal | 377 | 115 | 1 | 0 | 106 | 144 | 0 | 22 | 144 | 62 |
| Binary | 11111111 | 1001101 | 1 | 0 | 1000110 | 1100100 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4D01
Complementary color
Monochromatic Colors of #FF4D01
Black with #FF4D01
Text Example
Text Example
White with #FF4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D01; }
p { color: rgb(255,77,1); }
H1.HeaderClassName
{
color: #FF4D01;
}
.AnyTagClassName
{
color: #FF4D01;
}
</style>
background-color css
<style>
a { background-color: #FF4D01; }
a { background-color: rgb(255,77,1); }
div.DivClassName
{
background-color: #FF4D01;
}
.BgClassName
{
background-color: #FF4D01;
}
</style>
border-color css
<style>
span { border-color: #FF4D01; }
span { border-color: rgb(255,77,1); }
td.TdClassName
{
border-color: #FF4D01;
}
.TagClassName
{
border-color: #FF4D01;
}
</style>