Shades of Vermilion #FF4C1C
Tints of Vermilion #FF4C1C
RGB
CMYK
RGB Variations
Color information
#FF4C1C (or 0xFF4C1C) is known color: Vermilion. HEX triplet: FF, 4C and 1C. RGB value is (255,76,28). Sum of RGB (Red+Green+Blue) = 255+76+28=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C1C is #00B3E3. Grayscale: #7C7C7C. Windows color (decimal): -46052 or 1854719. OLE color: 1854719.
HSL color Cylindrical-coordinate representation of color #FF4C1C: hue angle of 12.69º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4C1C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 28 | - |
| CMYK | 0 | 0.70 | 0.89 | 0 |
| HSL | 12.69º | 1% | 0.55% | - |
| HSV(B) | 12.69º | 0.89% | 1% | - |
| XYZ | 44.03 | 26.51 | 3.9 | - |
| YUV | 124.05 | 73.8 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 28 | 0 | 0.70 | 0.89 | 0 | 12.69 | 1 | 0.55 |
| Hex | FF | 4C | 1C | 0 | 46 | 59 | 0 | D | 64 | 37 |
| Octal | 377 | 114 | 34 | 0 | 106 | 131 | 0 | 15 | 144 | 67 |
| Binary | 11111111 | 1001100 | 11100 | 0 | 1000110 | 1011001 | 0 | 1101 | 1100100 | 110111 |
Color Harmonies of #FF4C1C
Complementary color
Monochromatic Colors of #FF4C1C
Black with #FF4C1C
Text Example
Text Example
White with #FF4C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C1C; }
p { color: rgb(255,76,28); }
H1.HeaderClassName
{
color: #FF4C1C;
}
.AnyTagClassName
{
color: #FF4C1C;
}
</style>
background-color css
<style>
a { background-color: #FF4C1C; }
a { background-color: rgb(255,76,28); }
div.DivClassName
{
background-color: #FF4C1C;
}
.BgClassName
{
background-color: #FF4C1C;
}
</style>
border-color css
<style>
span { border-color: #FF4C1C; }
span { border-color: rgb(255,76,28); }
td.TdClassName
{
border-color: #FF4C1C;
}
.TagClassName
{
border-color: #FF4C1C;
}
</style>