Shades of Vermilion #FF4D08
Tints of Vermilion #FF4D08
RGB
CMYK
RGB Variations
Color information
#FF4D08 (or 0xFF4D08) is known color: Vermilion. HEX triplet: FF, 4D and 08. RGB value is (255,77,8). Sum of RGB (Red+Green+Blue) = 255+77+8=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 8 (3.52% from 255 or 2.35% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D08 is #00B2F7. Grayscale: #7A7A7A. Windows color (decimal): -45816 or 544255. OLE color: 544255.
HSL color Cylindrical-coordinate representation of color #FF4D08: hue angle of 16.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF4D08 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 8 | - |
| CMYK | 0 | 0.70 | 0.97 | 0 |
| HSL | 16.76º | 1% | 0.52% | - |
| HSV(B) | 16.76º | 0.97% | 1% | - |
| XYZ | 43.94 | 26.59 | 3.05 | - |
| YUV | 122.36 | 63.47 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 8 | 0 | 0.70 | 0.97 | 0 | 16.76 | 1 | 0.52 |
| Hex | FF | 4D | 8 | 0 | 46 | 61 | 0 | 11 | 64 | 34 |
| Octal | 377 | 115 | 10 | 0 | 106 | 141 | 0 | 21 | 144 | 64 |
| Binary | 11111111 | 1001101 | 1000 | 0 | 1000110 | 1100001 | 0 | 10001 | 1100100 | 110100 |
Color Harmonies of #FF4D08
Complementary color
Monochromatic Colors of #FF4D08
Black with #FF4D08
Text Example
Text Example
White with #FF4D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D08; }
p { color: rgb(255,77,8); }
H1.HeaderClassName
{
color: #FF4D08;
}
.AnyTagClassName
{
color: #FF4D08;
}
</style>
background-color css
<style>
a { background-color: #FF4D08; }
a { background-color: rgb(255,77,8); }
div.DivClassName
{
background-color: #FF4D08;
}
.BgClassName
{
background-color: #FF4D08;
}
</style>
border-color css
<style>
span { border-color: #FF4D08; }
span { border-color: rgb(255,77,8); }
td.TdClassName
{
border-color: #FF4D08;
}
.TagClassName
{
border-color: #FF4D08;
}
</style>