Shades of Venetian Red #EE0407
Tints of Venetian Red #EE0407
RGB
CMYK
RGB Variations
Color information
#EE0407 (or 0xEE0407) is known color: Venetian Red. HEX triplet: EE, 04 and 07. RGB value is (238,4,7). Sum of RGB (Red+Green+Blue) = 238+4+7=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0407 is #11FBF8. Grayscale: #4A4A4A. Windows color (decimal): -1178617 or 460014. OLE color: 460014.
HSL color Cylindrical-coordinate representation of color #EE0407: hue angle of 359.23º 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 #EE0407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.07 |
| HSL | 359.23º | 0.97% | 0.47% | - |
| HSV(B) | 359.23º | 0.98% | 0.93% | - |
| XYZ | 35.34 | 18.28 | 1.87 | - |
| YUV | 74.31 | 90.02 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 7 | 0 | 0.98 | 0.97 | 0.07 | 359.23 | 0.97 | 0.47 |
| Hex | EE | 4 | 7 | 0 | 62 | 61 | 7 | 167 | 61 | 2F |
| Octal | 356 | 4 | 7 | 0 | 142 | 141 | 7 | 547 | 141 | 57 |
| Binary | 11101110 | 100 | 111 | 0 | 1100010 | 1100001 | 111 | 101100111 | 1100001 | 101111 |
Color Harmonies of #EE0407
Complementary color
Monochromatic Colors of #EE0407
Black with #EE0407
Text Example
Text Example
White with #EE0407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0407; }
p { color: rgb(238,4,7); }
H1.HeaderClassName
{
color: #EE0407;
}
.AnyTagClassName
{
color: #EE0407;
}
</style>
background-color css
<style>
a { background-color: #EE0407; }
a { background-color: rgb(238,4,7); }
div.DivClassName
{
background-color: #EE0407;
}
.BgClassName
{
background-color: #EE0407;
}
</style>
border-color css
<style>
span { border-color: #EE0407; }
span { border-color: rgb(238,4,7); }
td.TdClassName
{
border-color: #EE0407;
}
.TagClassName
{
border-color: #EE0407;
}
</style>