Shades of Vermilion #FC4D15
Tints of Vermilion #FC4D15
RGB
CMYK
RGB Variations
Color information
#FC4D15 (or 0xFC4D15) is known color: Vermilion. HEX triplet: FC, 4D and 15. RGB value is (252,77,21). Sum of RGB (Red+Green+Blue) = 252+77+21=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC4D15 is #03B2EA. Grayscale: #7B7B7B. Windows color (decimal): -242411 or 1396220. OLE color: 1396220.
HSL color Cylindrical-coordinate representation of color #FC4D15: hue angle of 14.55º degrees, saturation: 0.97, 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 #FC4D15 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 21 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.01 |
| HSL | 14.55º | 0.97% | 0.54% | - |
| HSV(B) | 14.55º | 0.92% | 0.99% | - |
| XYZ | 42.93 | 26.06 | 3.48 | - |
| YUV | 122.94 | 70.48 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 21 | 0 | 0.69 | 0.92 | 0.01 | 14.55 | 0.97 | 0.54 |
| Hex | FC | 4D | 15 | 0 | 45 | 5C | 1 | F | 61 | 36 |
| Octal | 374 | 115 | 25 | 0 | 105 | 134 | 1 | 17 | 141 | 66 |
| Binary | 11111100 | 1001101 | 10101 | 0 | 1000101 | 1011100 | 1 | 1111 | 1100001 | 110110 |
Color Harmonies of #FC4D15
Complementary color
Monochromatic Colors of #FC4D15
Black with #FC4D15
Text Example
Text Example
White with #FC4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D15; }
p { color: rgb(252,77,21); }
H1.HeaderClassName
{
color: #FC4D15;
}
.AnyTagClassName
{
color: #FC4D15;
}
</style>
background-color css
<style>
a { background-color: #FC4D15; }
a { background-color: rgb(252,77,21); }
div.DivClassName
{
background-color: #FC4D15;
}
.BgClassName
{
background-color: #FC4D15;
}
</style>
border-color css
<style>
span { border-color: #FC4D15; }
span { border-color: rgb(252,77,21); }
td.TdClassName
{
border-color: #FC4D15;
}
.TagClassName
{
border-color: #FC4D15;
}
</style>