Shades of Venetian Red #E3010D
Tints of Venetian Red #E3010D
RGB
CMYK
RGB Variations
Color information
#E3010D (or 0xE3010D) is known color: Venetian Red. HEX triplet: E3, 01 and 0D. RGB value is (227,1,13). Sum of RGB (Red+Green+Blue) = 227+1+13=241 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.19% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 227 - color contains mainly: red. Hex color #E3010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3010D is #1CFEF2. Grayscale: #464646. Windows color (decimal): -1900275 or 852451. OLE color: 852451.
HSL color Cylindrical-coordinate representation of color #E3010D: hue angle of 356.81º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3010D is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.11 |
| HSL | 356.81º | 0.99% | 0.45% | - |
| HSV(B) | 356.81º | 1% | 0.89% | - |
| XYZ | 31.76 | 16.38 | 1.87 | - |
| YUV | 69.94 | 95.87 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 13 | 0 | 1.00 | 0.94 | 0.11 | 356.81 | 0.99 | 0.45 |
| Hex | E3 | 1 | D | 0 | 64 | 5E | B | 165 | 63 | 2D |
| Octal | 343 | 1 | 15 | 0 | 144 | 136 | 13 | 545 | 143 | 55 |
| Binary | 11100011 | 1 | 1101 | 0 | 1100100 | 1011110 | 1011 | 101100101 | 1100011 | 101101 |
Color Harmonies of #E3010D
Complementary color
Monochromatic Colors of #E3010D
Black with #E3010D
Text Example
Text Example
White with #E3010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3010D; }
p { color: rgb(227,1,13); }
H1.HeaderClassName
{
color: #E3010D;
}
.AnyTagClassName
{
color: #E3010D;
}
</style>
background-color css
<style>
a { background-color: #E3010D; }
a { background-color: rgb(227,1,13); }
div.DivClassName
{
background-color: #E3010D;
}
.BgClassName
{
background-color: #E3010D;
}
</style>
border-color css
<style>
span { border-color: #E3010D; }
span { border-color: rgb(227,1,13); }
td.TdClassName
{
border-color: #E3010D;
}
.TagClassName
{
border-color: #E3010D;
}
</style>