Shades of Vermilion #FF4E11
Tints of Vermilion #FF4E11
RGB
CMYK
RGB Variations
Color information
#FF4E11 (or 0xFF4E11) is known color: Vermilion. HEX triplet: FF, 4E and 11. RGB value is (255,78,17). Sum of RGB (Red+Green+Blue) = 255+78+17=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E11 is #00B1EE. Grayscale: #7C7C7C. Windows color (decimal): -45551 or 1134335. OLE color: 1134335.
HSL color Cylindrical-coordinate representation of color #FF4E11: hue angle of 15.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4E11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0 |
| HSL | 15.38º | 1% | 0.53% | - |
| HSV(B) | 15.38º | 0.93% | 1% | - |
| XYZ | 44.07 | 26.75 | 3.37 | - |
| YUV | 123.97 | 67.64 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 17 | 0 | 0.69 | 0.93 | 0 | 15.38 | 1 | 0.53 |
| Hex | FF | 4E | 11 | 0 | 45 | 5D | 0 | F | 64 | 35 |
| Octal | 377 | 116 | 21 | 0 | 105 | 135 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001110 | 10001 | 0 | 1000101 | 1011101 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4E11
Complementary color
Monochromatic Colors of #FF4E11
Black with #FF4E11
Text Example
Text Example
White with #FF4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E11; }
p { color: rgb(255,78,17); }
H1.HeaderClassName
{
color: #FF4E11;
}
.AnyTagClassName
{
color: #FF4E11;
}
</style>
background-color css
<style>
a { background-color: #FF4E11; }
a { background-color: rgb(255,78,17); }
div.DivClassName
{
background-color: #FF4E11;
}
.BgClassName
{
background-color: #FF4E11;
}
</style>
border-color css
<style>
span { border-color: #FF4E11; }
span { border-color: rgb(255,78,17); }
td.TdClassName
{
border-color: #FF4E11;
}
.TagClassName
{
border-color: #FF4E11;
}
</style>