Shades of Vermilion #FF4C10
Tints of Vermilion #FF4C10
RGB
CMYK
RGB Variations
Color information
#FF4C10 (or 0xFF4C10) is known color: Vermilion. HEX triplet: FF, 4C and 10. RGB value is (255,76,16). Sum of RGB (Red+Green+Blue) = 255+76+16=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C10 is #00B3EF. Grayscale: #7B7B7B. Windows color (decimal): -46064 or 1068287. OLE color: 1068287.
HSL color Cylindrical-coordinate representation of color #FF4C10: hue angle of 15.06º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4C10 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 16 | - |
| CMYK | 0 | 0.70 | 0.94 | 0 |
| HSL | 15.06º | 1% | 0.53% | - |
| HSV(B) | 15.06º | 0.94% | 1% | - |
| XYZ | 43.92 | 26.47 | 3.28 | - |
| YUV | 122.68 | 67.8 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 16 | 0 | 0.70 | 0.94 | 0 | 15.06 | 1 | 0.53 |
| Hex | FF | 4C | 10 | 0 | 46 | 5E | 0 | F | 64 | 35 |
| Octal | 377 | 114 | 20 | 0 | 106 | 136 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001100 | 10000 | 0 | 1000110 | 1011110 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4C10
Complementary color
Monochromatic Colors of #FF4C10
Black with #FF4C10
Text Example
Text Example
White with #FF4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C10; }
p { color: rgb(255,76,16); }
H1.HeaderClassName
{
color: #FF4C10;
}
.AnyTagClassName
{
color: #FF4C10;
}
</style>
background-color css
<style>
a { background-color: #FF4C10; }
a { background-color: rgb(255,76,16); }
div.DivClassName
{
background-color: #FF4C10;
}
.BgClassName
{
background-color: #FF4C10;
}
</style>
border-color css
<style>
span { border-color: #FF4C10; }
span { border-color: rgb(255,76,16); }
td.TdClassName
{
border-color: #FF4C10;
}
.TagClassName
{
border-color: #FF4C10;
}
</style>