Shades of Venetian Red #EE090D
Tints of Venetian Red #EE090D
RGB
CMYK
RGB Variations
Color information
#EE090D (or 0xEE090D) is known color: Venetian Red. HEX triplet: EE, 09 and 0D. RGB value is (238,9,13). Sum of RGB (Red+Green+Blue) = 238+9+13=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE090D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE090D is #11F6F2. Grayscale: #4E4E4E. Windows color (decimal): -1177331 or 854510. OLE color: 854510.
HSL color Cylindrical-coordinate representation of color #EE090D: hue angle of 358.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE090D is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 13 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.07 |
| HSL | 358.95º | 0.93% | 0.48% | - |
| HSV(B) | 358.95º | 0.96% | 0.93% | - |
| XYZ | 35.43 | 18.4 | 2.07 | - |
| YUV | 77.93 | 91.37 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 13 | 0 | 0.96 | 0.95 | 0.07 | 358.95 | 0.93 | 0.48 |
| Hex | EE | 9 | D | 0 | 60 | 5F | 7 | 167 | 5D | 30 |
| Octal | 356 | 11 | 15 | 0 | 140 | 137 | 7 | 547 | 135 | 60 |
| Binary | 11101110 | 1001 | 1101 | 0 | 1100000 | 1011111 | 111 | 101100111 | 1011101 | 110000 |
Color Harmonies of #EE090D
Complementary color
Monochromatic Colors of #EE090D
Black with #EE090D
Text Example
Text Example
White with #EE090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE090D; }
p { color: rgb(238,9,13); }
H1.HeaderClassName
{
color: #EE090D;
}
.AnyTagClassName
{
color: #EE090D;
}
</style>
background-color css
<style>
a { background-color: #EE090D; }
a { background-color: rgb(238,9,13); }
div.DivClassName
{
background-color: #EE090D;
}
.BgClassName
{
background-color: #EE090D;
}
</style>
border-color css
<style>
span { border-color: #EE090D; }
span { border-color: rgb(238,9,13); }
td.TdClassName
{
border-color: #EE090D;
}
.TagClassName
{
border-color: #EE090D;
}
</style>