Shades of Vermilion #EF4A0D
Tints of Vermilion #EF4A0D
RGB
CMYK
RGB Variations
Color information
#EF4A0D (or 0xEF4A0D) is known color: Vermilion. HEX triplet: EF, 4A and 0D. RGB value is (239,74,13). Sum of RGB (Red+Green+Blue) = 239+74+13=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4A0D is #10B5F2. Grayscale: #747474. Windows color (decimal): -1095155 or 871151. OLE color: 871151.
HSL color Cylindrical-coordinate representation of color #EF4A0D: hue angle of 16.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF4A0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.06 |
| HSL | 16.19º | 0.9% | 0.49% | - |
| HSV(B) | 16.19º | 0.95% | 0.94% | - |
| XYZ | 38.12 | 23.28 | 2.86 | - |
| YUV | 116.38 | 69.66 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 13 | 0 | 0.69 | 0.95 | 0.06 | 16.19 | 0.9 | 0.49 |
| Hex | EF | 4A | D | 0 | 45 | 5F | 6 | 10 | 5A | 31 |
| Octal | 357 | 112 | 15 | 0 | 105 | 137 | 6 | 20 | 132 | 61 |
| Binary | 11101111 | 1001010 | 1101 | 0 | 1000101 | 1011111 | 110 | 10000 | 1011010 | 110001 |
Color Harmonies of #EF4A0D
Complementary color
Monochromatic Colors of #EF4A0D
Black with #EF4A0D
Text Example
Text Example
White with #EF4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A0D; }
p { color: rgb(239,74,13); }
H1.HeaderClassName
{
color: #EF4A0D;
}
.AnyTagClassName
{
color: #EF4A0D;
}
</style>
background-color css
<style>
a { background-color: #EF4A0D; }
a { background-color: rgb(239,74,13); }
div.DivClassName
{
background-color: #EF4A0D;
}
.BgClassName
{
background-color: #EF4A0D;
}
</style>
border-color css
<style>
span { border-color: #EF4A0D; }
span { border-color: rgb(239,74,13); }
td.TdClassName
{
border-color: #EF4A0D;
}
.TagClassName
{
border-color: #EF4A0D;
}
</style>