Shades of Vermilion #FF4D19
Tints of Vermilion #FF4D19
RGB
CMYK
RGB Variations
Color information
#FF4D19 (or 0xFF4D19) is known color: Vermilion. HEX triplet: FF, 4D and 19. RGB value is (255,77,25). Sum of RGB (Red+Green+Blue) = 255+77+25=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D19 is #00B2E6. Grayscale: #7C7C7C. Windows color (decimal): -45799 or 1658367. OLE color: 1658367.
HSL color Cylindrical-coordinate representation of color #FF4D19: hue angle of 13.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF4D19 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 25 | - |
| CMYK | 0 | 0.70 | 0.90 | 0 |
| HSL | 13.57º | 1% | 0.55% | - |
| HSV(B) | 13.57º | 0.9% | 1% | - |
| XYZ | 44.07 | 26.64 | 3.74 | - |
| YUV | 124.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 25 | 0 | 0.70 | 0.90 | 0 | 13.57 | 1 | 0.55 |
| Hex | FF | 4D | 19 | 0 | 46 | 5A | 0 | E | 64 | 37 |
| Octal | 377 | 115 | 31 | 0 | 106 | 132 | 0 | 16 | 144 | 67 |
| Binary | 11111111 | 1001101 | 11001 | 0 | 1000110 | 1011010 | 0 | 1110 | 1100100 | 110111 |
Color Harmonies of #FF4D19
Complementary color
Monochromatic Colors of #FF4D19
Black with #FF4D19
Text Example
Text Example
White with #FF4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D19; }
p { color: rgb(255,77,25); }
H1.HeaderClassName
{
color: #FF4D19;
}
.AnyTagClassName
{
color: #FF4D19;
}
</style>
background-color css
<style>
a { background-color: #FF4D19; }
a { background-color: rgb(255,77,25); }
div.DivClassName
{
background-color: #FF4D19;
}
.BgClassName
{
background-color: #FF4D19;
}
</style>
border-color css
<style>
span { border-color: #FF4D19; }
span { border-color: rgb(255,77,25); }
td.TdClassName
{
border-color: #FF4D19;
}
.TagClassName
{
border-color: #FF4D19;
}
</style>