Shades of Venetian Red #E10307
Tints of Venetian Red #E10307
RGB
CMYK
RGB Variations
Color information
#E10307 (or 0xE10307) is known color: Venetian Red. HEX triplet: E1, 03 and 07. RGB value is (225,3,7). Sum of RGB (Red+Green+Blue) = 225+3+7=235 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.74% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 225 - color contains mainly: red. Hex color #E10307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10307 is #1EFCF8. Grayscale: #464646. Windows color (decimal): -2030841 or 459745. OLE color: 459745.
HSL color Cylindrical-coordinate representation of color #E10307: hue angle of 358.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.12 |
| HSL | 358.92º | 0.97% | 0.45% | - |
| HSV(B) | 358.92º | 0.99% | 0.88% | - |
| XYZ | 31.12 | 16.09 | 1.67 | - |
| YUV | 69.83 | 92.55 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 7 | 0 | 0.99 | 0.97 | 0.12 | 358.92 | 0.97 | 0.45 |
| Hex | E1 | 3 | 7 | 0 | 63 | 61 | C | 167 | 61 | 2D |
| Octal | 341 | 3 | 7 | 0 | 143 | 141 | 14 | 547 | 141 | 55 |
| Binary | 11100001 | 11 | 111 | 0 | 1100011 | 1100001 | 1100 | 101100111 | 1100001 | 101101 |
Color Harmonies of #E10307
Complementary color
Monochromatic Colors of #E10307
Black with #E10307
Text Example
Text Example
White with #E10307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10307; }
p { color: rgb(225,3,7); }
H1.HeaderClassName
{
color: #E10307;
}
.AnyTagClassName
{
color: #E10307;
}
</style>
background-color css
<style>
a { background-color: #E10307; }
a { background-color: rgb(225,3,7); }
div.DivClassName
{
background-color: #E10307;
}
.BgClassName
{
background-color: #E10307;
}
</style>
border-color css
<style>
span { border-color: #E10307; }
span { border-color: rgb(225,3,7); }
td.TdClassName
{
border-color: #E10307;
}
.TagClassName
{
border-color: #E10307;
}
</style>