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