Html Css Color HEX #AE1014 Venetian Red

📋 copy color: '#AE1014'

red 174 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #AE1014

Tints of Venetian Red #AE1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 82.86%
G = 7.62%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1014 (or 0xAE1014) is known color: Venetian Red. HEX triplet: AE, 10 and 14. RGB value is (174,16,20). Sum of RGB (Red+Green+Blue) = 174+16+20=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1014 is #51EFEB. Grayscale: #3F3F3F. Windows color (decimal): -5369836 or 1314990. OLE color: 1314990.

HSL color Cylindrical-coordinate representation of color #AE1014: hue angle of 358.48º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE1014 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 20 -
CMYK 0 0.91 0.89 0.32
HSL 358.48º 0.83% 0.37% -
HSV(B) 358.48º 0.91% 0.68% -
XYZ 17.77 9.42 1.54 -
YUV 63.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 174 16 20 0 0.91 0.89 0.32 358.48 0.83 0.37
Hex AE 10 14 0 5B 59 20 166 53 25
Octal 256 20 24 0 133 131 40 546 123 45
Binary 10101110 10000 10100 0 1011011 1011001 100000 101100110 1010011 100101

Color Harmonies of #AE1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1014

Black with #AE1014

Text Example


Text Example

White with #AE1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1014; }

 p { color: rgb(174,16,20); }

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

background-color css

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

 a { background-color: rgb(174,16,20); }

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

border-color css

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

 span { border-color: rgb(174,16,20); }

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