#AE1517

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

Shades of Venetian Red #AE1517

Tints of Venetian Red #AE1517

Color information

#AE1517 (or 0xAE1517) is unknown color: approx Venetian Red. HEX triplet: AE, 15 and 17. RGB value is (174,21,23). Sum of RGB (Red+Green+Blue) = 174+21+23=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1517 is #51EAE8. Grayscale: #434343. Windows color (decimal): -5368553 or 1512878. OLE color: 1512878.

HSL color Cylindrical-coordinate representation of color #AE1517: hue angle of 359.22º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE1517 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1742123-
CMYK00.880.870.32
HSL359.22º78.46%38.24%-
HSV(B)359.22º87.93%68.24%-
XYZ17.889.61.72-
YUV66.97103.19204.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=79.82%
G=9.63%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174212300.880.870.32359.2278.4638.24
HexAE151705857201674e26
Octal256252701301274054711646
Binary1010111010101101110101100010101111000001011001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1517; }

 p { color: rgb(174,21,23); }

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

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

 a { background-color: rgb(174,21,23); }

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

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

 span { border-color: rgb(174,21,23); }

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