Shades of Vermilion #FF4D0D
Tints of Vermilion #FF4D0D
RGB
CMYK
RGB Variations
Color information
#FF4D0D (or 0xFF4D0D) is known color: Vermilion. HEX triplet: FF, 4D and 0D. RGB value is (255,77,13). Sum of RGB (Red+Green+Blue) = 255+77+13=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D0D is #00B2F2. Grayscale: #7B7B7B. Windows color (decimal): -45811 or 871935. OLE color: 871935.
HSL color Cylindrical-coordinate representation of color #FF4D0D: hue angle of 15.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4D0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0 |
| HSL | 15.87º | 1% | 0.53% | - |
| HSV(B) | 15.87º | 0.95% | 1% | - |
| XYZ | 43.97 | 26.6 | 3.2 | - |
| YUV | 122.93 | 65.97 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 13 | 0 | 0.70 | 0.95 | 0 | 15.87 | 1 | 0.53 |
| Hex | FF | 4D | D | 0 | 46 | 5F | 0 | 10 | 64 | 35 |
| Octal | 377 | 115 | 15 | 0 | 106 | 137 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001101 | 1101 | 0 | 1000110 | 1011111 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4D0D
Complementary color
Monochromatic Colors of #FF4D0D
Black with #FF4D0D
Text Example
Text Example
White with #FF4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D0D; }
p { color: rgb(255,77,13); }
H1.HeaderClassName
{
color: #FF4D0D;
}
.AnyTagClassName
{
color: #FF4D0D;
}
</style>
background-color css
<style>
a { background-color: #FF4D0D; }
a { background-color: rgb(255,77,13); }
div.DivClassName
{
background-color: #FF4D0D;
}
.BgClassName
{
background-color: #FF4D0D;
}
</style>
border-color css
<style>
span { border-color: #FF4D0D; }
span { border-color: rgb(255,77,13); }
td.TdClassName
{
border-color: #FF4D0D;
}
.TagClassName
{
border-color: #FF4D0D;
}
</style>