Shades of Venetian Red #EE030E
Tints of Venetian Red #EE030E
RGB
CMYK
RGB Variations
Color information
#EE030E (or 0xEE030E) is known color: Venetian Red. HEX triplet: EE, 03 and 0E. RGB value is (238,3,14). Sum of RGB (Red+Green+Blue) = 238+3+14=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE030E is #11FCF1. Grayscale: #4A4A4A. Windows color (decimal): -1178866 or 918510. OLE color: 918510.
HSL color Cylindrical-coordinate representation of color #EE030E: hue angle of 357.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.07 |
| HSL | 357.19º | 0.98% | 0.47% | - |
| HSV(B) | 357.19º | 0.99% | 0.93% | - |
| XYZ | 35.37 | 18.27 | 2.08 | - |
| YUV | 74.52 | 93.86 | 244.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 14 | 0 | 0.99 | 0.94 | 0.07 | 357.19 | 0.98 | 0.47 |
| Hex | EE | 3 | E | 0 | 63 | 5E | 7 | 165 | 62 | 2F |
| Octal | 356 | 3 | 16 | 0 | 143 | 136 | 7 | 545 | 142 | 57 |
| Binary | 11101110 | 11 | 1110 | 0 | 1100011 | 1011110 | 111 | 101100101 | 1100010 | 101111 |
Color Harmonies of #EE030E
Complementary color
Monochromatic Colors of #EE030E
Black with #EE030E
Text Example
Text Example
White with #EE030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE030E; }
p { color: rgb(238,3,14); }
H1.HeaderClassName
{
color: #EE030E;
}
.AnyTagClassName
{
color: #EE030E;
}
</style>
background-color css
<style>
a { background-color: #EE030E; }
a { background-color: rgb(238,3,14); }
div.DivClassName
{
background-color: #EE030E;
}
.BgClassName
{
background-color: #EE030E;
}
</style>
border-color css
<style>
span { border-color: #EE030E; }
span { border-color: rgb(238,3,14); }
td.TdClassName
{
border-color: #EE030E;
}
.TagClassName
{
border-color: #EE030E;
}
</style>