Shades of Vermilion #FD4900
Tints of Vermilion #FD4900
RGB
CMYK
RGB Variations
Color information
#FD4900 (or 0xFD4900) is known color: Vermilion. HEX triplet: FD, 49 and 00. RGB value is (253,73,0). Sum of RGB (Red+Green+Blue) = 253+73+0=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4900 is #02B6FF. Grayscale: #767676. Windows color (decimal): -177920 or 18941. OLE color: 18941.
HSL color Cylindrical-coordinate representation of color #FD4900: hue angle of 17.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD4900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.01 |
| HSL | 17.31º | 1% | 0.5% | - |
| HSV(B) | 17.31º | 1% | 0.99% | - |
| XYZ | 42.89 | 25.65 | 2.69 | - |
| YUV | 118.5 | 61.13 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 0 | 0 | 0.71 | 1 | 0.01 | 17.31 | 1 | 0.5 |
| Hex | FD | 49 | 0 | 0 | 47 | 64 | 1 | 11 | 64 | 32 |
| Octal | 375 | 111 | 0 | 0 | 107 | 144 | 1 | 21 | 144 | 62 |
| Binary | 11111101 | 1001001 | 0 | 0 | 1000111 | 1100100 | 1 | 10001 | 1100100 | 110010 |
Color Harmonies of #FD4900
Complementary color
Monochromatic Colors of #FD4900
Black with #FD4900
Text Example
Text Example
White with #FD4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4900; }
p { color: rgb(253,73,0); }
H1.HeaderClassName
{
color: #FD4900;
}
.AnyTagClassName
{
color: #FD4900;
}
</style>
background-color css
<style>
a { background-color: #FD4900; }
a { background-color: rgb(253,73,0); }
div.DivClassName
{
background-color: #FD4900;
}
.BgClassName
{
background-color: #FD4900;
}
</style>
border-color css
<style>
span { border-color: #FD4900; }
span { border-color: rgb(253,73,0); }
td.TdClassName
{
border-color: #FD4900;
}
.TagClassName
{
border-color: #FD4900;
}
</style>