Shades of Venetian Red #EE0007
Tints of Venetian Red #EE0007
RGB
CMYK
RGB Variations
Color information
#EE0007 (or 0xEE0007) is known color: Venetian Red. HEX triplet: EE, 00 and 07. RGB value is (238,0,7). Sum of RGB (Red+Green+Blue) = 238+0+7=245 (32% of max value = 765). Red value is 238 (93.36% from 255 or 97.14% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0007 is #11FFF8. Grayscale: #484848. Windows color (decimal): -1179641 or 458990. OLE color: 458990.
HSL color Cylindrical-coordinate representation of color #EE0007: hue angle of 358.24º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.07 |
| HSL | 358.24º | 1% | 0.47% | - |
| HSV(B) | 358.24º | 1% | 0.93% | - |
| XYZ | 35.3 | 18.19 | 1.85 | - |
| YUV | 71.96 | 91.35 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 7 | 0 | 1 | 0.97 | 0.07 | 358.24 | 1 | 0.47 |
| Hex | EE | 0 | 7 | 0 | 64 | 61 | 7 | 166 | 64 | 2F |
| Octal | 356 | 0 | 7 | 0 | 144 | 141 | 7 | 546 | 144 | 57 |
| Binary | 11101110 | 0 | 111 | 0 | 1100100 | 1100001 | 111 | 101100110 | 1100100 | 101111 |
Color Harmonies of #EE0007
Complementary color
Monochromatic Colors of #EE0007
Black with #EE0007
Text Example
Text Example
White with #EE0007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0007; }
p { color: rgb(238,0,7); }
H1.HeaderClassName
{
color: #EE0007;
}
.AnyTagClassName
{
color: #EE0007;
}
</style>
background-color css
<style>
a { background-color: #EE0007; }
a { background-color: rgb(238,0,7); }
div.DivClassName
{
background-color: #EE0007;
}
.BgClassName
{
background-color: #EE0007;
}
</style>
border-color css
<style>
span { border-color: #EE0007; }
span { border-color: rgb(238,0,7); }
td.TdClassName
{
border-color: #EE0007;
}
.TagClassName
{
border-color: #EE0007;
}
</style>