Shades of Venetian Red #EE000C
Tints of Venetian Red #EE000C
RGB
CMYK
RGB Variations
Color information
#EE000C (or 0xEE000C) is known color: Venetian Red. HEX triplet: EE, 00 and 0C. RGB value is (238,0,12). Sum of RGB (Red+Green+Blue) = 238+0+12=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE000C is #11FFF3. Grayscale: #484848. Windows color (decimal): -1179636 or 786670. OLE color: 786670.
HSL color Cylindrical-coordinate representation of color #EE000C: hue angle of 356.97º 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 #EE000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.95 | 0.07 |
| HSL | 356.97º | 1% | 0.47% | - |
| HSV(B) | 356.97º | 1% | 0.93% | - |
| XYZ | 35.33 | 18.2 | 2 | - |
| YUV | 72.53 | 93.85 | 246.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 12 | 0 | 1 | 0.95 | 0.07 | 356.97 | 1 | 0.47 |
| Hex | EE | 0 | C | 0 | 64 | 5F | 7 | 165 | 64 | 2F |
| Octal | 356 | 0 | 14 | 0 | 144 | 137 | 7 | 545 | 144 | 57 |
| Binary | 11101110 | 0 | 1100 | 0 | 1100100 | 1011111 | 111 | 101100101 | 1100100 | 101111 |
Color Harmonies of #EE000C
Complementary color
Monochromatic Colors of #EE000C
Black with #EE000C
Text Example
Text Example
White with #EE000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE000C; }
p { color: rgb(238,0,12); }
H1.HeaderClassName
{
color: #EE000C;
}
.AnyTagClassName
{
color: #EE000C;
}
</style>
background-color css
<style>
a { background-color: #EE000C; }
a { background-color: rgb(238,0,12); }
div.DivClassName
{
background-color: #EE000C;
}
.BgClassName
{
background-color: #EE000C;
}
</style>
border-color css
<style>
span { border-color: #EE000C; }
span { border-color: rgb(238,0,12); }
td.TdClassName
{
border-color: #EE000C;
}
.TagClassName
{
border-color: #EE000C;
}
</style>