Shades of Venetian Red #E3010F
Tints of Venetian Red #E3010F
RGB
CMYK
RGB Variations
Color information
#E3010F (or 0xE3010F) is known color: Venetian Red. HEX triplet: E3, 01 and 0F. RGB value is (227,1,15). Sum of RGB (Red+Green+Blue) = 227+1+15=243 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.42% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 227 - color contains mainly: red. Hex color #E3010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3010F is #1CFEF0. Grayscale: #464646. Windows color (decimal): -1900273 or 983523. OLE color: 983523.
HSL color Cylindrical-coordinate representation of color #E3010F: hue angle of 356.28º 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 #E3010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.11 |
| HSL | 356.28º | 0.99% | 0.45% | - |
| HSV(B) | 356.28º | 1% | 0.89% | - |
| XYZ | 31.78 | 16.39 | 1.94 | - |
| YUV | 70.17 | 96.87 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 15 | 0 | 1.00 | 0.93 | 0.11 | 356.28 | 0.99 | 0.45 |
| Hex | E3 | 1 | F | 0 | 64 | 5D | B | 164 | 63 | 2D |
| Octal | 343 | 1 | 17 | 0 | 144 | 135 | 13 | 544 | 143 | 55 |
| Binary | 11100011 | 1 | 1111 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E3010F
Complementary color
Monochromatic Colors of #E3010F
Black with #E3010F
Text Example
Text Example
White with #E3010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3010F; }
p { color: rgb(227,1,15); }
H1.HeaderClassName
{
color: #E3010F;
}
.AnyTagClassName
{
color: #E3010F;
}
</style>
background-color css
<style>
a { background-color: #E3010F; }
a { background-color: rgb(227,1,15); }
div.DivClassName
{
background-color: #E3010F;
}
.BgClassName
{
background-color: #E3010F;
}
</style>
border-color css
<style>
span { border-color: #E3010F; }
span { border-color: rgb(227,1,15); }
td.TdClassName
{
border-color: #E3010F;
}
.TagClassName
{
border-color: #E3010F;
}
</style>