Shades of Vermilion #FF4E1D
Tints of Vermilion #FF4E1D
RGB
CMYK
RGB Variations
Color information
#FF4E1D (or 0xFF4E1D) is known color: Vermilion. HEX triplet: FF, 4E and 1D. RGB value is (255,78,29). Sum of RGB (Red+Green+Blue) = 255+78+29=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E1D is #00B1E2. Grayscale: #7D7D7D. Windows color (decimal): -45539 or 1920767. OLE color: 1920767.
HSL color Cylindrical-coordinate representation of color #FF4E1D: hue angle of 13.01º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4E1D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 29 | - |
| CMYK | 0 | 0.69 | 0.89 | 0 |
| HSL | 13.01º | 1% | 0.56% | - |
| HSV(B) | 13.01º | 0.89% | 1% | - |
| XYZ | 44.19 | 26.8 | 4.01 | - |
| YUV | 125.34 | 73.64 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 29 | 0 | 0.69 | 0.89 | 0 | 13.01 | 1 | 0.56 |
| Hex | FF | 4E | 1D | 0 | 45 | 59 | 0 | D | 64 | 38 |
| Octal | 377 | 116 | 35 | 0 | 105 | 131 | 0 | 15 | 144 | 70 |
| Binary | 11111111 | 1001110 | 11101 | 0 | 1000101 | 1011001 | 0 | 1101 | 1100100 | 111000 |
Color Harmonies of #FF4E1D
Complementary color
Monochromatic Colors of #FF4E1D
Black with #FF4E1D
Text Example
Text Example
White with #FF4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E1D; }
p { color: rgb(255,78,29); }
H1.HeaderClassName
{
color: #FF4E1D;
}
.AnyTagClassName
{
color: #FF4E1D;
}
</style>
background-color css
<style>
a { background-color: #FF4E1D; }
a { background-color: rgb(255,78,29); }
div.DivClassName
{
background-color: #FF4E1D;
}
.BgClassName
{
background-color: #FF4E1D;
}
</style>
border-color css
<style>
span { border-color: #FF4E1D; }
span { border-color: rgb(255,78,29); }
td.TdClassName
{
border-color: #FF4E1D;
}
.TagClassName
{
border-color: #FF4E1D;
}
</style>