Shades of Venetian Red #E4010F
Tints of Venetian Red #E4010F
RGB
CMYK
RGB Variations
Color information
#E4010F (or 0xE4010F) is known color: Venetian Red. HEX triplet: E4, 01 and 0F. RGB value is (228,1,15). Sum of RGB (Red+Green+Blue) = 228+1+15=244 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.44% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 228 - color contains mainly: red. Hex color #E4010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4010F is #1BFEF0. Grayscale: #464646. Windows color (decimal): -1834737 or 983524. OLE color: 983524.
HSL color Cylindrical-coordinate representation of color #E4010F: hue angle of 356.3º 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 #E4010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 15 | - |
| CMYK | 0 | 1.00 | 0.93 | 0.11 |
| HSL | 356.3º | 0.99% | 0.45% | - |
| HSV(B) | 356.3º | 1% | 0.89% | - |
| XYZ | 32.09 | 16.55 | 1.96 | - |
| YUV | 70.47 | 96.71 | 240.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 15 | 0 | 1.00 | 0.93 | 0.11 | 356.3 | 0.99 | 0.45 |
| Hex | E4 | 1 | F | 0 | 64 | 5D | B | 164 | 63 | 2D |
| Octal | 344 | 1 | 17 | 0 | 144 | 135 | 13 | 544 | 143 | 55 |
| Binary | 11100100 | 1 | 1111 | 0 | 1100100 | 1011101 | 1011 | 101100100 | 1100011 | 101101 |
Color Harmonies of #E4010F
Complementary color
Monochromatic Colors of #E4010F
Black with #E4010F
Text Example
Text Example
White with #E4010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4010F; }
p { color: rgb(228,1,15); }
H1.HeaderClassName
{
color: #E4010F;
}
.AnyTagClassName
{
color: #E4010F;
}
</style>
background-color css
<style>
a { background-color: #E4010F; }
a { background-color: rgb(228,1,15); }
div.DivClassName
{
background-color: #E4010F;
}
.BgClassName
{
background-color: #E4010F;
}
</style>
border-color css
<style>
span { border-color: #E4010F; }
span { border-color: rgb(228,1,15); }
td.TdClassName
{
border-color: #E4010F;
}
.TagClassName
{
border-color: #E4010F;
}
</style>