Shades of Vermilion #FF4A04
Tints of Vermilion #FF4A04
RGB
CMYK
RGB Variations
Color information
#FF4A04 (or 0xFF4A04) is known color: Vermilion. HEX triplet: FF, 4A and 04. RGB value is (255,74,4). Sum of RGB (Red+Green+Blue) = 255+74+4=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A04 is #00B5FB. Grayscale: #787878. Windows color (decimal): -46588 or 281343. OLE color: 281343.
HSL color Cylindrical-coordinate representation of color #FF4A04: hue angle of 16.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4A04 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0 |
| HSL | 16.73º | 1% | 0.51% | - |
| HSV(B) | 16.73º | 0.98% | 1% | - |
| XYZ | 43.71 | 26.17 | 2.86 | - |
| YUV | 120.14 | 62.47 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 4 | 0 | 0.71 | 0.98 | 0 | 16.73 | 1 | 0.51 |
| Hex | FF | 4A | 4 | 0 | 47 | 62 | 0 | 11 | 64 | 33 |
| Octal | 377 | 112 | 4 | 0 | 107 | 142 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001010 | 100 | 0 | 1000111 | 1100010 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4A04
Complementary color
Monochromatic Colors of #FF4A04
Black with #FF4A04
Text Example
Text Example
White with #FF4A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A04; }
p { color: rgb(255,74,4); }
H1.HeaderClassName
{
color: #FF4A04;
}
.AnyTagClassName
{
color: #FF4A04;
}
</style>
background-color css
<style>
a { background-color: #FF4A04; }
a { background-color: rgb(255,74,4); }
div.DivClassName
{
background-color: #FF4A04;
}
.BgClassName
{
background-color: #FF4A04;
}
</style>
border-color css
<style>
span { border-color: #FF4A04; }
span { border-color: rgb(255,74,4); }
td.TdClassName
{
border-color: #FF4A04;
}
.TagClassName
{
border-color: #FF4A04;
}
</style>