Shades of Venetian Red #EE040F
Tints of Venetian Red #EE040F
RGB
CMYK
RGB Variations
Color information
#EE040F (or 0xEE040F) is known color: Venetian Red. HEX triplet: EE, 04 and 0F. RGB value is (238,4,15). Sum of RGB (Red+Green+Blue) = 238+4+15=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE040F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE040F is #11FBF0. Grayscale: #4B4B4B. Windows color (decimal): -1178609 or 984302. OLE color: 984302.
HSL color Cylindrical-coordinate representation of color #EE040F: hue angle of 357.18º 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 #EE040F is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.07 |
| HSL | 357.18º | 0.97% | 0.47% | - |
| HSV(B) | 357.18º | 0.98% | 0.93% | - |
| XYZ | 35.39 | 18.3 | 2.12 | - |
| YUV | 75.22 | 94.02 | 244.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 15 | 0 | 0.98 | 0.94 | 0.07 | 357.18 | 0.97 | 0.47 |
| Hex | EE | 4 | F | 0 | 62 | 5E | 7 | 165 | 61 | 2F |
| Octal | 356 | 4 | 17 | 0 | 142 | 136 | 7 | 545 | 141 | 57 |
| Binary | 11101110 | 100 | 1111 | 0 | 1100010 | 1011110 | 111 | 101100101 | 1100001 | 101111 |
Color Harmonies of #EE040F
Complementary color
Monochromatic Colors of #EE040F
Black with #EE040F
Text Example
Text Example
White with #EE040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE040F; }
p { color: rgb(238,4,15); }
H1.HeaderClassName
{
color: #EE040F;
}
.AnyTagClassName
{
color: #EE040F;
}
</style>
background-color css
<style>
a { background-color: #EE040F; }
a { background-color: rgb(238,4,15); }
div.DivClassName
{
background-color: #EE040F;
}
.BgClassName
{
background-color: #EE040F;
}
</style>
border-color css
<style>
span { border-color: #EE040F; }
span { border-color: rgb(238,4,15); }
td.TdClassName
{
border-color: #EE040F;
}
.TagClassName
{
border-color: #EE040F;
}
</style>