Shades of Vermilion #EF4904
Tints of Vermilion #EF4904
RGB
CMYK
RGB Variations
Color information
#EF4904 (or 0xEF4904) is known color: Vermilion. HEX triplet: EF, 49 and 04. RGB value is (239,73,4). Sum of RGB (Red+Green+Blue) = 239+73+4=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4904 is #10B6FB. Grayscale: #737373. Windows color (decimal): -1095420 or 281071. OLE color: 281071.
HSL color Cylindrical-coordinate representation of color #EF4904: hue angle of 17.62º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF4904 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.06 |
| HSL | 17.62º | 0.97% | 0.48% | - |
| HSV(B) | 17.62º | 0.98% | 0.94% | - |
| XYZ | 38 | 23.12 | 2.58 | - |
| YUV | 114.77 | 65.5 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 4 | 0 | 0.69 | 0.98 | 0.06 | 17.62 | 0.97 | 0.48 |
| Hex | EF | 49 | 4 | 0 | 45 | 62 | 6 | 12 | 61 | 30 |
| Octal | 357 | 111 | 4 | 0 | 105 | 142 | 6 | 22 | 141 | 60 |
| Binary | 11101111 | 1001001 | 100 | 0 | 1000101 | 1100010 | 110 | 10010 | 1100001 | 110000 |
Color Harmonies of #EF4904
Complementary color
Monochromatic Colors of #EF4904
Black with #EF4904
Text Example
Text Example
White with #EF4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4904; }
p { color: rgb(239,73,4); }
H1.HeaderClassName
{
color: #EF4904;
}
.AnyTagClassName
{
color: #EF4904;
}
</style>
background-color css
<style>
a { background-color: #EF4904; }
a { background-color: rgb(239,73,4); }
div.DivClassName
{
background-color: #EF4904;
}
.BgClassName
{
background-color: #EF4904;
}
</style>
border-color css
<style>
span { border-color: #EF4904; }
span { border-color: rgb(239,73,4); }
td.TdClassName
{
border-color: #EF4904;
}
.TagClassName
{
border-color: #EF4904;
}
</style>