Shades of Venetian Red #EE0412
Tints of Venetian Red #EE0412
RGB
CMYK
RGB Variations
Color information
#EE0412 (or 0xEE0412) is known color: Venetian Red. HEX triplet: EE, 04 and 12. RGB value is (238,4,18). Sum of RGB (Red+Green+Blue) = 238+4+18=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0412 is #11FBED. Grayscale: #4B4B4B. Windows color (decimal): -1178606 or 1180910. OLE color: 1180910.
HSL color Cylindrical-coordinate representation of color #EE0412: hue angle of 356.41º 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 #EE0412 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.07 |
| HSL | 356.41º | 0.97% | 0.47% | - |
| HSV(B) | 356.41º | 0.98% | 0.93% | - |
| XYZ | 35.41 | 18.31 | 2.24 | - |
| YUV | 75.56 | 95.52 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 18 | 0 | 0.98 | 0.92 | 0.07 | 356.41 | 0.97 | 0.47 |
| Hex | EE | 4 | 12 | 0 | 62 | 5C | 7 | 164 | 61 | 2F |
| Octal | 356 | 4 | 22 | 0 | 142 | 134 | 7 | 544 | 141 | 57 |
| Binary | 11101110 | 100 | 10010 | 0 | 1100010 | 1011100 | 111 | 101100100 | 1100001 | 101111 |
Color Harmonies of #EE0412
Complementary color
Monochromatic Colors of #EE0412
Black with #EE0412
Text Example
Text Example
White with #EE0412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0412; }
p { color: rgb(238,4,18); }
H1.HeaderClassName
{
color: #EE0412;
}
.AnyTagClassName
{
color: #EE0412;
}
</style>
background-color css
<style>
a { background-color: #EE0412; }
a { background-color: rgb(238,4,18); }
div.DivClassName
{
background-color: #EE0412;
}
.BgClassName
{
background-color: #EE0412;
}
</style>
border-color css
<style>
span { border-color: #EE0412; }
span { border-color: rgb(238,4,18); }
td.TdClassName
{
border-color: #EE0412;
}
.TagClassName
{
border-color: #EE0412;
}
</style>