Shades of Vermilion #FF4C03
Tints of Vermilion #FF4C03
RGB
CMYK
RGB Variations
Color information
#FF4C03 (or 0xFF4C03) is known color: Vermilion. HEX triplet: FF, 4C and 03. RGB value is (255,76,3). Sum of RGB (Red+Green+Blue) = 255+76+3=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C03 is #00B3FC. Grayscale: #797979. Windows color (decimal): -46077 or 216319. OLE color: 216319.
HSL color Cylindrical-coordinate representation of color #FF4C03: hue angle of 17.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4C03 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0 |
| HSL | 17.38º | 1% | 0.51% | - |
| HSV(B) | 17.38º | 0.99% | 1% | - |
| XYZ | 43.84 | 26.44 | 2.88 | - |
| YUV | 121.2 | 61.3 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 3 | 0 | 0.70 | 0.99 | 0 | 17.38 | 1 | 0.51 |
| Hex | FF | 4C | 3 | 0 | 46 | 63 | 0 | 11 | 64 | 33 |
| Octal | 377 | 114 | 3 | 0 | 106 | 143 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001100 | 11 | 0 | 1000110 | 1100011 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4C03
Complementary color
Monochromatic Colors of #FF4C03
Black with #FF4C03
Text Example
Text Example
White with #FF4C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C03; }
p { color: rgb(255,76,3); }
H1.HeaderClassName
{
color: #FF4C03;
}
.AnyTagClassName
{
color: #FF4C03;
}
</style>
background-color css
<style>
a { background-color: #FF4C03; }
a { background-color: rgb(255,76,3); }
div.DivClassName
{
background-color: #FF4C03;
}
.BgClassName
{
background-color: #FF4C03;
}
</style>
border-color css
<style>
span { border-color: #FF4C03; }
span { border-color: rgb(255,76,3); }
td.TdClassName
{
border-color: #FF4C03;
}
.TagClassName
{
border-color: #FF4C03;
}
</style>