Shades of Vermilion #FF4E1B
Tints of Vermilion #FF4E1B
RGB
CMYK
RGB Variations
Color information
#FF4E1B (or 0xFF4E1B) is known color: Vermilion. HEX triplet: FF, 4E and 1B. RGB value is (255,78,27). Sum of RGB (Red+Green+Blue) = 255+78+27=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E1B is #00B1E4. Grayscale: #7D7D7D. Windows color (decimal): -45541 or 1789695. OLE color: 1789695.
HSL color Cylindrical-coordinate representation of color #FF4E1B: hue angle of 13.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4E1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0 |
| HSL | 13.42º | 1% | 0.55% | - |
| HSV(B) | 13.42º | 0.89% | 1% | - |
| XYZ | 44.16 | 26.79 | 3.88 | - |
| YUV | 125.11 | 72.64 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 27 | 0 | 0.69 | 0.89 | 0 | 13.42 | 1 | 0.55 |
| Hex | FF | 4E | 1B | 0 | 45 | 59 | 0 | D | 64 | 37 |
| Octal | 377 | 116 | 33 | 0 | 105 | 131 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001110 | 11011 | 0 | 1000101 | 1011001 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4E1B
Complementary color
Monochromatic Colors of #FF4E1B
Black with #FF4E1B
Text Example
Text Example
White with #FF4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E1B; }
p { color: rgb(255,78,27); }
H1.HeaderClassName
{
color: #FF4E1B;
}
.AnyTagClassName
{
color: #FF4E1B;
}
</style>
background-color css
<style>
a { background-color: #FF4E1B; }
a { background-color: rgb(255,78,27); }
div.DivClassName
{
background-color: #FF4E1B;
}
.BgClassName
{
background-color: #FF4E1B;
}
</style>
border-color css
<style>
span { border-color: #FF4E1B; }
span { border-color: rgb(255,78,27); }
td.TdClassName
{
border-color: #FF4E1B;
}
.TagClassName
{
border-color: #FF4E1B;
}
</style>