Html Css Color HEX #AE1119 Venetian Red

📋 copy color: '#AE1119'

red 174 ◦ green 17 ◦ blue 25

#AE1119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #AE1119

Tints of Venetian Red #AE1119

RGB

 RED value IS 174 (68.36% from 255) = 80.56%

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 80.56%
G = 7.87%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AE1119 (or 0xAE1119) is known color: Venetian Red. HEX triplet: AE, 11 and 19. RGB value is (174,17,25). Sum of RGB (Red+Green+Blue) = 174+17+25=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1119 is #51EEE6. Grayscale: #404040. Windows color (decimal): -5369575 or 1642926. OLE color: 1642926.

HSL color Cylindrical-coordinate representation of color #AE1119: hue angle of 356.94º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1119 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 25 -
CMYK 0 0.90 0.86 0.32
HSL 356.94º 0.82% 0.37% -
HSV(B) 356.94º 0.9% 0.68% -
XYZ 17.83 9.47 1.81 -
YUV 64.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 174 17 25 0 0.90 0.86 0.32 356.94 0.82 0.37
Hex AE 11 19 0 5A 56 20 165 52 25
Octal 256 21 31 0 132 126 40 545 122 45
Binary 10101110 10001 11001 0 1011010 1010110 100000 101100101 1010010 100101

Color Harmonies of #AE1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1119

Black with #AE1119

Text Example


Text Example

White with #AE1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1119; }

 p { color: rgb(174,17,25); }

 H1.HeaderClassName
 {
   color: #AE1119;
 }
 .AnyTagClassName
 {
   color: #AE1119;
 }
</style>

background-color css

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

 a { background-color: rgb(174,17,25); }

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

border-color css

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

 span { border-color: rgb(174,17,25); }

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