Shades of Venetian Red #EE050A
Tints of Venetian Red #EE050A
RGB
CMYK
RGB Variations
Color information
#EE050A (or 0xEE050A) is known color: Venetian Red. HEX triplet: EE, 05 and 0A. RGB value is (238,5,10). Sum of RGB (Red+Green+Blue) = 238+5+10=253 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.07% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 238 - color contains mainly: red. Hex color #EE050A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE050A is #11FAF5. Grayscale: #4B4B4B. Windows color (decimal): -1178358 or 656878. OLE color: 656878.
HSL color Cylindrical-coordinate representation of color #EE050A: hue angle of 358.71º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE050A is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 10 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.07 |
| HSL | 358.71º | 0.96% | 0.48% | - |
| HSV(B) | 358.71º | 0.98% | 0.93% | - |
| XYZ | 35.37 | 18.31 | 1.96 | - |
| YUV | 75.24 | 91.19 | 244.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 10 | 0 | 0.98 | 0.96 | 0.07 | 358.71 | 0.96 | 0.48 |
| Hex | EE | 5 | A | 0 | 62 | 60 | 7 | 167 | 60 | 30 |
| Octal | 356 | 5 | 12 | 0 | 142 | 140 | 7 | 547 | 140 | 60 |
| Binary | 11101110 | 101 | 1010 | 0 | 1100010 | 1100000 | 111 | 101100111 | 1100000 | 110000 |
Color Harmonies of #EE050A
Complementary color
Monochromatic Colors of #EE050A
Black with #EE050A
Text Example
Text Example
White with #EE050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE050A; }
p { color: rgb(238,5,10); }
H1.HeaderClassName
{
color: #EE050A;
}
.AnyTagClassName
{
color: #EE050A;
}
</style>
background-color css
<style>
a { background-color: #EE050A; }
a { background-color: rgb(238,5,10); }
div.DivClassName
{
background-color: #EE050A;
}
.BgClassName
{
background-color: #EE050A;
}
</style>
border-color css
<style>
span { border-color: #EE050A; }
span { border-color: rgb(238,5,10); }
td.TdClassName
{
border-color: #EE050A;
}
.TagClassName
{
border-color: #EE050A;
}
</style>