Shades of Vermilion #FF4C19
Tints of Vermilion #FF4C19
RGB
CMYK
RGB Variations
Color information
#FF4C19 (or 0xFF4C19) is known color: Vermilion. HEX triplet: FF, 4C and 19. RGB value is (255,76,25). Sum of RGB (Red+Green+Blue) = 255+76+25=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C19 is #00B3E6. Grayscale: #7C7C7C. Windows color (decimal): -46055 or 1658111. OLE color: 1658111.
HSL color Cylindrical-coordinate representation of color #FF4C19: hue angle of 13.3º 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 #FF4C19 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 25 | - |
| CMYK | 0 | 0.70 | 0.90 | 0 |
| HSL | 13.3º | 1% | 0.55% | - |
| HSV(B) | 13.3º | 0.9% | 1% | - |
| XYZ | 44 | 26.5 | 3.72 | - |
| YUV | 123.71 | 72.3 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 25 | 0 | 0.70 | 0.90 | 0 | 13.3 | 1 | 0.55 |
| Hex | FF | 4C | 19 | 0 | 46 | 5A | 0 | D | 64 | 37 |
| Octal | 377 | 114 | 31 | 0 | 106 | 132 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001100 | 11001 | 0 | 1000110 | 1011010 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4C19
Complementary color
Monochromatic Colors of #FF4C19
Black with #FF4C19
Text Example
Text Example
White with #FF4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C19; }
p { color: rgb(255,76,25); }
H1.HeaderClassName
{
color: #FF4C19;
}
.AnyTagClassName
{
color: #FF4C19;
}
</style>
background-color css
<style>
a { background-color: #FF4C19; }
a { background-color: rgb(255,76,25); }
div.DivClassName
{
background-color: #FF4C19;
}
.BgClassName
{
background-color: #FF4C19;
}
</style>
border-color css
<style>
span { border-color: #FF4C19; }
span { border-color: rgb(255,76,25); }
td.TdClassName
{
border-color: #FF4C19;
}
.TagClassName
{
border-color: #FF4C19;
}
</style>