Shades of Vermilion #FF4D15
Tints of Vermilion #FF4D15
RGB
CMYK
RGB Variations
Color information
#FF4D15 (or 0xFF4D15) is known color: Vermilion. HEX triplet: FF, 4D and 15. RGB value is (255,77,21). Sum of RGB (Red+Green+Blue) = 255+77+21=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D15 is #00B2EA. Grayscale: #7C7C7C. Windows color (decimal): -45803 or 1396223. OLE color: 1396223.
HSL color Cylindrical-coordinate representation of color #FF4D15: hue angle of 14.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF4D15 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 21 | - |
| CMYK | 0 | 0.70 | 0.92 | 0 |
| HSL | 14.36º | 1% | 0.54% | - |
| HSV(B) | 14.36º | 0.92% | 1% | - |
| XYZ | 44.03 | 26.62 | 3.53 | - |
| YUV | 123.84 | 69.97 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 21 | 0 | 0.70 | 0.92 | 0 | 14.36 | 1 | 0.54 |
| Hex | FF | 4D | 15 | 0 | 46 | 5C | 0 | E | 64 | 36 |
| Octal | 377 | 115 | 25 | 0 | 106 | 134 | 0 | 16 | 144 | 66 |
| Binary | 11111111 | 1001101 | 10101 | 0 | 1000110 | 1011100 | 0 | 1110 | 1100100 | 110110 |
Color Harmonies of #FF4D15
Complementary color
Monochromatic Colors of #FF4D15
Black with #FF4D15
Text Example
Text Example
White with #FF4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D15; }
p { color: rgb(255,77,21); }
H1.HeaderClassName
{
color: #FF4D15;
}
.AnyTagClassName
{
color: #FF4D15;
}
</style>
background-color css
<style>
a { background-color: #FF4D15; }
a { background-color: rgb(255,77,21); }
div.DivClassName
{
background-color: #FF4D15;
}
.BgClassName
{
background-color: #FF4D15;
}
</style>
border-color css
<style>
span { border-color: #FF4D15; }
span { border-color: rgb(255,77,21); }
td.TdClassName
{
border-color: #FF4D15;
}
.TagClassName
{
border-color: #FF4D15;
}
</style>