Shades of Vermilion #FD4C14
Tints of Vermilion #FD4C14
RGB
CMYK
RGB Variations
Color information
#FD4C14 (or 0xFD4C14) is known color: Vermilion. HEX triplet: FD, 4C and 14. RGB value is (253,76,20). Sum of RGB (Red+Green+Blue) = 253+76+20=349 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.49% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD4C14 is #02B3EB. Grayscale: #7A7A7A. Windows color (decimal): -177132 or 1330429. OLE color: 1330429.
HSL color Cylindrical-coordinate representation of color #FD4C14: hue angle of 14.42º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD4C14 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 76 | 20 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.01 |
| HSL | 14.42º | 0.98% | 0.54% | - |
| HSV(B) | 14.42º | 0.92% | 0.99% | - |
| XYZ | 43.22 | 26.1 | 3.42 | - |
| YUV | 122.54 | 70.14 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 76 | 20 | 0 | 0.70 | 0.92 | 0.01 | 14.42 | 0.98 | 0.54 |
| Hex | FD | 4C | 14 | 0 | 46 | 5C | 1 | E | 62 | 36 |
| Octal | 375 | 114 | 24 | 0 | 106 | 134 | 1 | 16 | 142 | 66 |
| Binary | 11111101 | 1001100 | 10100 | 0 | 1000110 | 1011100 | 1 | 1110 | 1100010 | 110110 |
Color Harmonies of #FD4C14
Complementary color
Monochromatic Colors of #FD4C14
Black with #FD4C14
Text Example
Text Example
White with #FD4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4C14; }
p { color: rgb(253,76,20); }
H1.HeaderClassName
{
color: #FD4C14;
}
.AnyTagClassName
{
color: #FD4C14;
}
</style>
background-color css
<style>
a { background-color: #FD4C14; }
a { background-color: rgb(253,76,20); }
div.DivClassName
{
background-color: #FD4C14;
}
.BgClassName
{
background-color: #FD4C14;
}
</style>
border-color css
<style>
span { border-color: #FD4C14; }
span { border-color: rgb(253,76,20); }
td.TdClassName
{
border-color: #FD4C14;
}
.TagClassName
{
border-color: #FD4C14;
}
</style>