Shades of Vermilion #FF4C1B
Tints of Vermilion #FF4C1B
RGB
CMYK
RGB Variations
Color information
#FF4C1B (or 0xFF4C1B) is known color: Vermilion. HEX triplet: FF, 4C and 1B. RGB value is (255,76,27). Sum of RGB (Red+Green+Blue) = 255+76+27=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1B is #00B3E4. Grayscale: #7C7C7C. Windows color (decimal): -46053 or 1789183. OLE color: 1789183.
HSL color Cylindrical-coordinate representation of color #FF4C1B: hue angle of 12.89º 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 #FF4C1B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0 |
| HSL | 12.89º | 1% | 0.55% | - |
| HSV(B) | 12.89º | 0.89% | 1% | - |
| XYZ | 44.02 | 26.51 | 3.83 | - |
| YUV | 123.94 | 73.3 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 27 | 0 | 0.70 | 0.89 | 0 | 12.89 | 1 | 0.55 |
| Hex | FF | 4C | 1B | 0 | 46 | 59 | 0 | D | 64 | 37 |
| Octal | 377 | 114 | 33 | 0 | 106 | 131 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001100 | 11011 | 0 | 1000110 | 1011001 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4C1B
Complementary color
Monochromatic Colors of #FF4C1B
Black with #FF4C1B
Text Example
Text Example
White with #FF4C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C1B; }
p { color: rgb(255,76,27); }
H1.HeaderClassName
{
color: #FF4C1B;
}
.AnyTagClassName
{
color: #FF4C1B;
}
</style>
background-color css
<style>
a { background-color: #FF4C1B; }
a { background-color: rgb(255,76,27); }
div.DivClassName
{
background-color: #FF4C1B;
}
.BgClassName
{
background-color: #FF4C1B;
}
</style>
border-color css
<style>
span { border-color: #FF4C1B; }
span { border-color: rgb(255,76,27); }
td.TdClassName
{
border-color: #FF4C1B;
}
.TagClassName
{
border-color: #FF4C1B;
}
</style>