Shades of Vermilion #FF4C0C
Tints of Vermilion #FF4C0C
RGB
CMYK
RGB Variations
Color information
#FF4C0C (or 0xFF4C0C) is known color: Vermilion. HEX triplet: FF, 4C and 0C. RGB value is (255,76,12). Sum of RGB (Red+Green+Blue) = 255+76+12=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C0C is #00B3F3. Grayscale: #7A7A7A. Windows color (decimal): -46068 or 806143. OLE color: 806143.
HSL color Cylindrical-coordinate representation of color #FF4C0C: hue angle of 15.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4C0C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0 |
| HSL | 15.8º | 1% | 0.52% | - |
| HSV(B) | 15.8º | 0.95% | 1% | - |
| XYZ | 43.89 | 26.46 | 3.14 | - |
| YUV | 122.23 | 65.8 | 222.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 12 | 0 | 0.70 | 0.95 | 0 | 15.8 | 1 | 0.52 |
| Hex | FF | 4C | C | 0 | 46 | 5F | 0 | 10 | 64 | 34 |
| Octal | 377 | 114 | 14 | 0 | 106 | 137 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001100 | 1100 | 0 | 1000110 | 1011111 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4C0C
Complementary color
Monochromatic Colors of #FF4C0C
Black with #FF4C0C
Text Example
Text Example
White with #FF4C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C0C; }
p { color: rgb(255,76,12); }
H1.HeaderClassName
{
color: #FF4C0C;
}
.AnyTagClassName
{
color: #FF4C0C;
}
</style>
background-color css
<style>
a { background-color: #FF4C0C; }
a { background-color: rgb(255,76,12); }
div.DivClassName
{
background-color: #FF4C0C;
}
.BgClassName
{
background-color: #FF4C0C;
}
</style>
border-color css
<style>
span { border-color: #FF4C0C; }
span { border-color: rgb(255,76,12); }
td.TdClassName
{
border-color: #FF4C0C;
}
.TagClassName
{
border-color: #FF4C0C;
}
</style>