Shades of Venetian Red #EE080F
Tints of Venetian Red #EE080F
RGB
CMYK
RGB Variations
Color information
#EE080F (or 0xEE080F) is known color: Venetian Red. HEX triplet: EE, 08 and 0F. RGB value is (238,8,15). Sum of RGB (Red+Green+Blue) = 238+8+15=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE080F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE080F is #11F7F0. Grayscale: #4D4D4D. Windows color (decimal): -1177585 or 985326. OLE color: 985326.
HSL color Cylindrical-coordinate representation of color #EE080F: hue angle of 358.17º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE080F is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 15 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.07 |
| HSL | 358.17º | 0.93% | 0.48% | - |
| HSV(B) | 358.17º | 0.97% | 0.93% | - |
| XYZ | 35.43 | 18.39 | 2.13 | - |
| YUV | 77.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 15 | 0 | 0.97 | 0.94 | 0.07 | 358.17 | 0.93 | 0.48 |
| Hex | EE | 8 | F | 0 | 61 | 5E | 7 | 166 | 5D | 30 |
| Octal | 356 | 10 | 17 | 0 | 141 | 136 | 7 | 546 | 135 | 60 |
| Binary | 11101110 | 1000 | 1111 | 0 | 1100001 | 1011110 | 111 | 101100110 | 1011101 | 110000 |
Color Harmonies of #EE080F
Complementary color
Monochromatic Colors of #EE080F
Black with #EE080F
Text Example
Text Example
White with #EE080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE080F; }
p { color: rgb(238,8,15); }
H1.HeaderClassName
{
color: #EE080F;
}
.AnyTagClassName
{
color: #EE080F;
}
</style>
background-color css
<style>
a { background-color: #EE080F; }
a { background-color: rgb(238,8,15); }
div.DivClassName
{
background-color: #EE080F;
}
.BgClassName
{
background-color: #EE080F;
}
</style>
border-color css
<style>
span { border-color: #EE080F; }
span { border-color: rgb(238,8,15); }
td.TdClassName
{
border-color: #EE080F;
}
.TagClassName
{
border-color: #EE080F;
}
</style>