Shades of Venetian Red #E30315
Tints of Venetian Red #E30315
RGB
CMYK
RGB Variations
Color information
#E30315 (or 0xE30315) is known color: Venetian Red. HEX triplet: E3, 03 and 15. RGB value is (227,3,21). Sum of RGB (Red+Green+Blue) = 227+3+21=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30315 is #1CFCEA. Grayscale: #484848. Windows color (decimal): -1899755 or 1377251. OLE color: 1377251.
HSL color Cylindrical-coordinate representation of color #E30315: hue angle of 355.18º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30315 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 21 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.11 |
| HSL | 355.18º | 0.97% | 0.45% | - |
| HSV(B) | 355.18º | 0.99% | 0.89% | - |
| XYZ | 31.85 | 16.45 | 2.21 | - |
| YUV | 72.03 | 99.21 | 238.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 21 | 0 | 0.99 | 0.91 | 0.11 | 355.18 | 0.97 | 0.45 |
| Hex | E3 | 3 | 15 | 0 | 63 | 5B | B | 163 | 61 | 2D |
| Octal | 343 | 3 | 25 | 0 | 143 | 133 | 13 | 543 | 141 | 55 |
| Binary | 11100011 | 11 | 10101 | 0 | 1100011 | 1011011 | 1011 | 101100011 | 1100001 | 101101 |
Color Harmonies of #E30315
Complementary color
Monochromatic Colors of #E30315
Black with #E30315
Text Example
Text Example
White with #E30315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30315; }
p { color: rgb(227,3,21); }
H1.HeaderClassName
{
color: #E30315;
}
.AnyTagClassName
{
color: #E30315;
}
</style>
background-color css
<style>
a { background-color: #E30315; }
a { background-color: rgb(227,3,21); }
div.DivClassName
{
background-color: #E30315;
}
.BgClassName
{
background-color: #E30315;
}
</style>
border-color css
<style>
span { border-color: #E30315; }
span { border-color: rgb(227,3,21); }
td.TdClassName
{
border-color: #E30315;
}
.TagClassName
{
border-color: #E30315;
}
</style>