#E4060D

Color #E4060D Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #E4060D

Tints of Venetian Red #E4060D

Color information

#E4060D (or 0xE4060D) is unknown color: approx Venetian Red. HEX triplet: E4, 06 and 0D. RGB value is (228,6,13). Sum of RGB (Red+Green+Blue) = 228+6+13=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E4060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4060D is #1BF9F2. Grayscale: #494949. Windows color (decimal): -1833459 or 853732. OLE color: 853732.

HSL color Cylindrical-coordinate representation of color #E4060D: hue angle of 358.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E4060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB228613-
CMYK00.970.940.11
HSL358.11º94.87%45.88%-
HSV(B)358.11º97.37%89.41%-
XYZ32.1316.651.9-
YUV73.1894.05238.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 92.31%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=92.31%
G=2.43%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22861300.970.940.11358.1194.8745.88
HexE46D0615EB1665f2e
Octal34461501411361354613756
Binary11100100110110101100001101111010111011001101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4060D; }

 p { color: rgb(228,6,13); }

 H1.HeaderClassName
 {
   color: #E4060D;
 }
 .AnyTagClassName
 {
   color: #E4060D;
 }
</style>
background-color css

<style>
 a { background-color: #E4060D; }

 a { background-color: rgb(228,6,13); }

 div.DivClassName
 {
   background-color: #E4060D;
 }
 .BgClassName
 {
   background-color: #E4060D;
 }
</style>
border-color css

<style>
 span { border-color: #E4060D; }

 span { border-color: rgb(228,6,13); }

 td.TdClassName
 {
   border-color: #E4060D;
 }
 .TagClassName
 {
   border-color: #E4060D;
 }
</style>