Shades of Vermilion #FF4C09
Tints of Vermilion #FF4C09
RGB
CMYK
RGB Variations
Color information
#FF4C09 (or 0xFF4C09) is known color: Vermilion. HEX triplet: FF, 4C and 09. RGB value is (255,76,9). Sum of RGB (Red+Green+Blue) = 255+76+9=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C09 is #00B3F6. Grayscale: #7A7A7A. Windows color (decimal): -46071 or 609535. OLE color: 609535.
HSL color Cylindrical-coordinate representation of color #FF4C09: hue angle of 16.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF4C09 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 9 | - |
| CMYK | 0 | 0.70 | 0.96 | 0 |
| HSL | 16.34º | 1% | 0.52% | - |
| HSV(B) | 16.34º | 0.96% | 1% | - |
| XYZ | 43.87 | 26.45 | 3.05 | - |
| YUV | 121.88 | 64.3 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 9 | 0 | 0.70 | 0.96 | 0 | 16.34 | 1 | 0.52 |
| Hex | FF | 4C | 9 | 0 | 46 | 60 | 0 | 10 | 64 | 34 |
| Octal | 377 | 114 | 11 | 0 | 106 | 140 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001100 | 1001 | 0 | 1000110 | 1100000 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4C09
Complementary color
Monochromatic Colors of #FF4C09
Black with #FF4C09
Text Example
Text Example
White with #FF4C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C09; }
p { color: rgb(255,76,9); }
H1.HeaderClassName
{
color: #FF4C09;
}
.AnyTagClassName
{
color: #FF4C09;
}
</style>
background-color css
<style>
a { background-color: #FF4C09; }
a { background-color: rgb(255,76,9); }
div.DivClassName
{
background-color: #FF4C09;
}
.BgClassName
{
background-color: #FF4C09;
}
</style>
border-color css
<style>
span { border-color: #FF4C09; }
span { border-color: rgb(255,76,9); }
td.TdClassName
{
border-color: #FF4C09;
}
.TagClassName
{
border-color: #FF4C09;
}
</style>