Shades of Venetian Red #E3000D
Tints of Venetian Red #E3000D
RGB
CMYK
RGB Variations
Color information
#E3000D (or 0xE3000D) is known color: Venetian Red. HEX triplet: E3, 00 and 0D. RGB value is (227,0,13). Sum of RGB (Red+Green+Blue) = 227+0+13=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E3000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3000D is #1CFFF2. Grayscale: #454545. Windows color (decimal): -1900531 or 852195. OLE color: 852195.
HSL color Cylindrical-coordinate representation of color #E3000D: hue angle of 356.56º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.11 |
| HSL | 356.56º | 1% | 0.45% | - |
| HSV(B) | 356.56º | 1% | 0.89% | - |
| XYZ | 31.75 | 16.36 | 1.87 | - |
| YUV | 69.36 | 96.21 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 13 | 0 | 1 | 0.94 | 0.11 | 356.56 | 1 | 0.45 |
| Hex | E3 | 0 | D | 0 | 64 | 5E | B | 165 | 64 | 2D |
| Octal | 343 | 0 | 15 | 0 | 144 | 136 | 13 | 545 | 144 | 55 |
| Binary | 11100011 | 0 | 1101 | 0 | 1100100 | 1011110 | 1011 | 101100101 | 1100100 | 101101 |
Color Harmonies of #E3000D
Complementary color
Monochromatic Colors of #E3000D
Black with #E3000D
Text Example
Text Example
White with #E3000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3000D; }
p { color: rgb(227,0,13); }
H1.HeaderClassName
{
color: #E3000D;
}
.AnyTagClassName
{
color: #E3000D;
}
</style>
background-color css
<style>
a { background-color: #E3000D; }
a { background-color: rgb(227,0,13); }
div.DivClassName
{
background-color: #E3000D;
}
.BgClassName
{
background-color: #E3000D;
}
</style>
border-color css
<style>
span { border-color: #E3000D; }
span { border-color: rgb(227,0,13); }
td.TdClassName
{
border-color: #E3000D;
}
.TagClassName
{
border-color: #E3000D;
}
</style>