Shades of Venetian Red #E4011C
Tints of Venetian Red #E4011C
RGB
CMYK
RGB Variations
Color information
#E4011C (or 0xE4011C) is known color: Venetian Red. HEX triplet: E4, 01 and 1C. RGB value is (228,1,28). Sum of RGB (Red+Green+Blue) = 228+1+28=257 (34% of max value = 765). Red value is 228 (89.45% from 255 or 88.72% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 228 - color contains mainly: red. Hex color #E4011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4011C is #1BFEE3. Grayscale: #484848. Windows color (decimal): -1834724 or 1835492. OLE color: 1835492.
HSL color Cylindrical-coordinate representation of color #E4011C: hue angle of 352.86º 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 #E4011C is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.11 |
| HSL | 352.86º | 0.99% | 0.45% | - |
| HSV(B) | 352.86º | 1% | 0.89% | - |
| XYZ | 32.22 | 16.6 | 2.6 | - |
| YUV | 71.95 | 103.21 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 28 | 0 | 1.00 | 0.88 | 0.11 | 352.86 | 0.99 | 0.45 |
| Hex | E4 | 1 | 1C | 0 | 64 | 58 | B | 161 | 63 | 2D |
| Octal | 344 | 1 | 34 | 0 | 144 | 130 | 13 | 541 | 143 | 55 |
| Binary | 11100100 | 1 | 11100 | 0 | 1100100 | 1011000 | 1011 | 101100001 | 1100011 | 101101 |
Color Harmonies of #E4011C
Complementary color
Monochromatic Colors of #E4011C
Black with #E4011C
Text Example
Text Example
White with #E4011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4011C; }
p { color: rgb(228,1,28); }
H1.HeaderClassName
{
color: #E4011C;
}
.AnyTagClassName
{
color: #E4011C;
}
</style>
background-color css
<style>
a { background-color: #E4011C; }
a { background-color: rgb(228,1,28); }
div.DivClassName
{
background-color: #E4011C;
}
.BgClassName
{
background-color: #E4011C;
}
</style>
border-color css
<style>
span { border-color: #E4011C; }
span { border-color: rgb(228,1,28); }
td.TdClassName
{
border-color: #E4011C;
}
.TagClassName
{
border-color: #E4011C;
}
</style>