Shades of Venetian Red #E4000F
Tints of Venetian Red #E4000F
RGB
CMYK
RGB Variations
Color information
#E4000F (or 0xE4000F) is known color: Venetian Red. HEX triplet: E4, 00 and 0F. RGB value is (228,0,15). Sum of RGB (Red+Green+Blue) = 228+0+15=243 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.83% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 228 - color contains mainly: red. Hex color #E4000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4000F is #1BFFF0. Grayscale: #464646. Windows color (decimal): -1834993 or 983268. OLE color: 983268.
HSL color Cylindrical-coordinate representation of color #E4000F: hue angle of 356.05º 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 #E4000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.93 | 0.11 |
| HSL | 356.05º | 1% | 0.45% | - |
| HSV(B) | 356.05º | 1% | 0.89% | - |
| XYZ | 32.08 | 16.53 | 1.95 | - |
| YUV | 69.88 | 97.04 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 15 | 0 | 1 | 0.93 | 0.11 | 356.05 | 1 | 0.45 |
| Hex | E4 | 0 | F | 0 | 64 | 5D | B | 164 | 64 | 2D |
| Octal | 344 | 0 | 17 | 0 | 144 | 135 | 13 | 544 | 144 | 55 |
| Binary | 11100100 | 0 | 1111 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100100 | 101101 |
Color Harmonies of #E4000F
Complementary color
Monochromatic Colors of #E4000F
Black with #E4000F
Text Example
Text Example
White with #E4000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4000F; }
p { color: rgb(228,0,15); }
H1.HeaderClassName
{
color: #E4000F;
}
.AnyTagClassName
{
color: #E4000F;
}
</style>
background-color css
<style>
a { background-color: #E4000F; }
a { background-color: rgb(228,0,15); }
div.DivClassName
{
background-color: #E4000F;
}
.BgClassName
{
background-color: #E4000F;
}
</style>
border-color css
<style>
span { border-color: #E4000F; }
span { border-color: rgb(228,0,15); }
td.TdClassName
{
border-color: #E4000F;
}
.TagClassName
{
border-color: #E4000F;
}
</style>