Shades of Vermilion #FF4D1B
Tints of Vermilion #FF4D1B
RGB
CMYK
RGB Variations
Color information
#FF4D1B (or 0xFF4D1B) is known color: Vermilion. HEX triplet: FF, 4D and 1B. RGB value is (255,77,27). Sum of RGB (Red+Green+Blue) = 255+77+27=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D1B is #00B2E4. Grayscale: #7C7C7C. Windows color (decimal): -45797 or 1789439. OLE color: 1789439.
HSL color Cylindrical-coordinate representation of color #FF4D1B: hue angle of 13.16º 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 #FF4D1B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0 |
| HSL | 13.16º | 1% | 0.55% | - |
| HSV(B) | 13.16º | 0.89% | 1% | - |
| XYZ | 44.09 | 26.65 | 3.86 | - |
| YUV | 124.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 27 | 0 | 0.70 | 0.89 | 0 | 13.16 | 1 | 0.55 |
| Hex | FF | 4D | 1B | 0 | 46 | 59 | 0 | D | 64 | 37 |
| Octal | 377 | 115 | 33 | 0 | 106 | 131 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001101 | 11011 | 0 | 1000110 | 1011001 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4D1B
Complementary color
Monochromatic Colors of #FF4D1B
Black with #FF4D1B
Text Example
Text Example
White with #FF4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D1B; }
p { color: rgb(255,77,27); }
H1.HeaderClassName
{
color: #FF4D1B;
}
.AnyTagClassName
{
color: #FF4D1B;
}
</style>
background-color css
<style>
a { background-color: #FF4D1B; }
a { background-color: rgb(255,77,27); }
div.DivClassName
{
background-color: #FF4D1B;
}
.BgClassName
{
background-color: #FF4D1B;
}
</style>
border-color css
<style>
span { border-color: #FF4D1B; }
span { border-color: rgb(255,77,27); }
td.TdClassName
{
border-color: #FF4D1B;
}
.TagClassName
{
border-color: #FF4D1B;
}
</style>