Shades of Vermilion #FD4C0D
Tints of Vermilion #FD4C0D
RGB
CMYK
RGB Variations
Color information
#FD4C0D (or 0xFD4C0D) is known color: Vermilion. HEX triplet: FD, 4C and 0D. RGB value is (253,76,13). Sum of RGB (Red+Green+Blue) = 253+76+13=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4C0D is #02B3F2. Grayscale: #7A7A7A. Windows color (decimal): -177139 or 871677. OLE color: 871677.
HSL color Cylindrical-coordinate representation of color #FD4C0D: hue angle of 15.75º 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 #FD4C0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.01 |
| HSL | 15.75º | 0.98% | 0.52% | - |
| HSV(B) | 15.75º | 0.95% | 0.99% | - |
| XYZ | 43.17 | 26.08 | 3.14 | - |
| YUV | 121.74 | 66.64 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 13 | 0 | 0.70 | 0.95 | 0.01 | 15.75 | 0.98 | 0.52 |
| Hex | FD | 4C | D | 0 | 46 | 5F | 1 | 10 | 62 | 34 |
| Octal | 375 | 114 | 15 | 0 | 106 | 137 | 1 | 20 | 142 | 64 |
| Binary | 11111101 | 1001100 | 1101 | 0 | 1000110 | 1011111 | 1 | 10000 | 1100010 | 110100 |
Color Harmonies of #FD4C0D
Complementary color
Monochromatic Colors of #FD4C0D
Black with #FD4C0D
Text Example
Text Example
White with #FD4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C0D; }
p { color: rgb(253,76,13); }
H1.HeaderClassName
{
color: #FD4C0D;
}
.AnyTagClassName
{
color: #FD4C0D;
}
</style>
background-color css
<style>
a { background-color: #FD4C0D; }
a { background-color: rgb(253,76,13); }
div.DivClassName
{
background-color: #FD4C0D;
}
.BgClassName
{
background-color: #FD4C0D;
}
</style>
border-color css
<style>
span { border-color: #FD4C0D; }
span { border-color: rgb(253,76,13); }
td.TdClassName
{
border-color: #FD4C0D;
}
.TagClassName
{
border-color: #FD4C0D;
}
</style>