Shades of Vermilion #FF4D0B
Tints of Vermilion #FF4D0B
RGB
CMYK
RGB Variations
Color information
#FF4D0B (or 0xFF4D0B) is known color: Vermilion. HEX triplet: FF, 4D and 0B. RGB value is (255,77,11). Sum of RGB (Red+Green+Blue) = 255+77+11=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D0B is #00B2F4. Grayscale: #7B7B7B. Windows color (decimal): -45813 or 740863. OLE color: 740863.
HSL color Cylindrical-coordinate representation of color #FF4D0B: hue angle of 16.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF4D0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 11 | - |
| CMYK | 0 | 0.70 | 0.96 | 0 |
| HSL | 16.23º | 1% | 0.52% | - |
| HSV(B) | 16.23º | 0.96% | 1% | - |
| XYZ | 43.95 | 26.59 | 3.13 | - |
| YUV | 122.7 | 64.97 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 11 | 0 | 0.70 | 0.96 | 0 | 16.23 | 1 | 0.52 |
| Hex | FF | 4D | B | 0 | 46 | 60 | 0 | 10 | 64 | 34 |
| Octal | 377 | 115 | 13 | 0 | 106 | 140 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001101 | 1011 | 0 | 1000110 | 1100000 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4D0B
Complementary color
Monochromatic Colors of #FF4D0B
Black with #FF4D0B
Text Example
Text Example
White with #FF4D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D0B; }
p { color: rgb(255,77,11); }
H1.HeaderClassName
{
color: #FF4D0B;
}
.AnyTagClassName
{
color: #FF4D0B;
}
</style>
background-color css
<style>
a { background-color: #FF4D0B; }
a { background-color: rgb(255,77,11); }
div.DivClassName
{
background-color: #FF4D0B;
}
.BgClassName
{
background-color: #FF4D0B;
}
</style>
border-color css
<style>
span { border-color: #FF4D0B; }
span { border-color: rgb(255,77,11); }
td.TdClassName
{
border-color: #FF4D0B;
}
.TagClassName
{
border-color: #FF4D0B;
}
</style>