Shades of Venetian Red #EE040E
Tints of Venetian Red #EE040E
RGB
CMYK
RGB Variations
Color information
#EE040E (or 0xEE040E) is known color: Venetian Red. HEX triplet: EE, 04 and 0E. RGB value is (238,4,14). Sum of RGB (Red+Green+Blue) = 238+4+14=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE040E is #11FBF1. Grayscale: #4B4B4B. Windows color (decimal): -1178610 or 918766. OLE color: 918766.
HSL color Cylindrical-coordinate representation of color #EE040E: hue angle of 357.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.07 |
| HSL | 357.44º | 0.97% | 0.47% | - |
| HSV(B) | 357.44º | 0.98% | 0.93% | - |
| XYZ | 35.38 | 18.3 | 2.08 | - |
| YUV | 75.11 | 93.52 | 244.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 14 | 0 | 0.98 | 0.94 | 0.07 | 357.44 | 0.97 | 0.47 |
| Hex | EE | 4 | E | 0 | 62 | 5E | 7 | 165 | 61 | 2F |
| Octal | 356 | 4 | 16 | 0 | 142 | 136 | 7 | 545 | 141 | 57 |
| Binary | 11101110 | 100 | 1110 | 0 | 1100010 | 1011110 | 111 | 101100101 | 1100001 | 101111 |
Color Harmonies of #EE040E
Complementary color
Monochromatic Colors of #EE040E
Black with #EE040E
Text Example
Text Example
White with #EE040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE040E; }
p { color: rgb(238,4,14); }
H1.HeaderClassName
{
color: #EE040E;
}
.AnyTagClassName
{
color: #EE040E;
}
</style>
background-color css
<style>
a { background-color: #EE040E; }
a { background-color: rgb(238,4,14); }
div.DivClassName
{
background-color: #EE040E;
}
.BgClassName
{
background-color: #EE040E;
}
</style>
border-color css
<style>
span { border-color: #EE040E; }
span { border-color: rgb(238,4,14); }
td.TdClassName
{
border-color: #EE040E;
}
.TagClassName
{
border-color: #EE040E;
}
</style>