Shades of Vermilion #FD4D0D
Tints of Vermilion #FD4D0D
RGB
CMYK
RGB Variations
Color information
#FD4D0D (or 0xFD4D0D) is known color: Vermilion. HEX triplet: FD, 4D and 0D. RGB value is (253,77,13). Sum of RGB (Red+Green+Blue) = 253+77+13=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD4D0D is #02B2F2. Grayscale: #7A7A7A. Windows color (decimal): -176883 or 871933. OLE color: 871933.
HSL color Cylindrical-coordinate representation of color #FD4D0D: hue angle of 16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD4D0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.01 |
| HSL | 16º | 0.98% | 0.52% | - |
| HSV(B) | 16º | 0.95% | 0.99% | - |
| XYZ | 43.23 | 26.22 | 3.16 | - |
| YUV | 122.33 | 66.31 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 13 | 0 | 0.70 | 0.95 | 0.01 | 16 | 0.98 | 0.52 |
| Hex | FD | 4D | D | 0 | 46 | 5F | 1 | 10 | 62 | 34 |
| Octal | 375 | 115 | 15 | 0 | 106 | 137 | 1 | 20 | 142 | 64 |
| Binary | 11111101 | 1001101 | 1101 | 0 | 1000110 | 1011111 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FD4D0D
Complementary color
Monochromatic Colors of #FD4D0D
Black with #FD4D0D
Text Example
Text Example
White with #FD4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D0D; }
p { color: rgb(253,77,13); }
H1.HeaderClassName
{
color: #FD4D0D;
}
.AnyTagClassName
{
color: #FD4D0D;
}
</style>
background-color css
<style>
a { background-color: #FD4D0D; }
a { background-color: rgb(253,77,13); }
div.DivClassName
{
background-color: #FD4D0D;
}
.BgClassName
{
background-color: #FD4D0D;
}
</style>
border-color css
<style>
span { border-color: #FD4D0D; }
span { border-color: rgb(253,77,13); }
td.TdClassName
{
border-color: #FD4D0D;
}
.TagClassName
{
border-color: #FD4D0D;
}
</style>