Shades of Venetian Red #EE0003
Tints of Venetian Red #EE0003
RGB
CMYK
RGB Variations
Color information
#EE0003 (or 0xEE0003) is known color: Venetian Red. HEX triplet: EE, 00 and 03. RGB value is (238,0,3). Sum of RGB (Red+Green+Blue) = 238+0+3=241 (31% of max value = 765). Red value is 238 (93.36% from 255 or 98.76% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0003 is #11FFFC. Grayscale: #474747. Windows color (decimal): -1179645 or 196846. OLE color: 196846.
HSL color Cylindrical-coordinate representation of color #EE0003: hue angle of 359.24º 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 #EE0003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.07 |
| HSL | 359.24º | 1% | 0.47% | - |
| HSV(B) | 359.24º | 1% | 0.93% | - |
| XYZ | 35.28 | 18.18 | 1.74 | - |
| YUV | 71.5 | 89.35 | 246.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 3 | 0 | 1 | 0.99 | 0.07 | 359.24 | 1 | 0.47 |
| Hex | EE | 0 | 3 | 0 | 64 | 63 | 7 | 167 | 64 | 2F |
| Octal | 356 | 0 | 3 | 0 | 144 | 143 | 7 | 547 | 144 | 57 |
| Binary | 11101110 | 0 | 11 | 0 | 1100100 | 1100011 | 111 | 101100111 | 1100100 | 101111 |
Color Harmonies of #EE0003
Complementary color
Monochromatic Colors of #EE0003
Black with #EE0003
Text Example
Text Example
White with #EE0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0003; }
p { color: rgb(238,0,3); }
H1.HeaderClassName
{
color: #EE0003;
}
.AnyTagClassName
{
color: #EE0003;
}
</style>
background-color css
<style>
a { background-color: #EE0003; }
a { background-color: rgb(238,0,3); }
div.DivClassName
{
background-color: #EE0003;
}
.BgClassName
{
background-color: #EE0003;
}
</style>
border-color css
<style>
span { border-color: #EE0003; }
span { border-color: rgb(238,0,3); }
td.TdClassName
{
border-color: #EE0003;
}
.TagClassName
{
border-color: #EE0003;
}
</style>