Shades of Venetian Red #EE0106
Tints of Venetian Red #EE0106
RGB
CMYK
RGB Variations
Color information
#EE0106 (or 0xEE0106) is known color: Venetian Red. HEX triplet: EE, 01 and 06. RGB value is (238,1,6). Sum of RGB (Red+Green+Blue) = 238+1+6=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0106 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0106 is #11FEF9. Grayscale: #484848. Windows color (decimal): -1179386 or 393710. OLE color: 393710.
HSL color Cylindrical-coordinate representation of color #EE0106: hue angle of 358.73º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 6 | - |
| CMYK | 0 | 1.00 | 0.97 | 0.07 |
| HSL | 358.73º | 0.99% | 0.47% | - |
| HSV(B) | 358.73º | 1% | 0.93% | - |
| XYZ | 35.3 | 18.21 | 1.83 | - |
| YUV | 72.43 | 90.52 | 246.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 6 | 0 | 1.00 | 0.97 | 0.07 | 358.73 | 0.99 | 0.47 |
| Hex | EE | 1 | 6 | 0 | 64 | 61 | 7 | 167 | 63 | 2F |
| Octal | 356 | 1 | 6 | 0 | 144 | 141 | 7 | 547 | 143 | 57 |
| Binary | 11101110 | 1 | 110 | 0 | 1100100 | 1100001 | 111 | 101100111 | 1100011 | 101111 |
Color Harmonies of #EE0106
Complementary color
Monochromatic Colors of #EE0106
Black with #EE0106
Text Example
Text Example
White with #EE0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0106; }
p { color: rgb(238,1,6); }
H1.HeaderClassName
{
color: #EE0106;
}
.AnyTagClassName
{
color: #EE0106;
}
</style>
background-color css
<style>
a { background-color: #EE0106; }
a { background-color: rgb(238,1,6); }
div.DivClassName
{
background-color: #EE0106;
}
.BgClassName
{
background-color: #EE0106;
}
</style>
border-color css
<style>
span { border-color: #EE0106; }
span { border-color: rgb(238,1,6); }
td.TdClassName
{
border-color: #EE0106;
}
.TagClassName
{
border-color: #EE0106;
}
</style>