Html Css Color HEX #AE1214 Venetian Red

📋 copy color: '#AE1214'

red 174 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #AE1214

Tints of Venetian Red #AE1214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 82.08%
G = 8.49%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE1214 (or 0xAE1214) is known color: Venetian Red. HEX triplet: AE, 12 and 14. RGB value is (174,18,20). Sum of RGB (Red+Green+Blue) = 174+18+20=212 (28% of max value = 765). Red value is 174 (68.36% from 255 or 82.08% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1214 is #51EDEB. Grayscale: #414141. Windows color (decimal): -5369324 or 1315502. OLE color: 1315502.

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

Color convert

RGB 174 18 20 -
CMYK 0 0.90 0.89 0.32
HSL 359.23º 0.81% 0.38% -
HSV(B) 359.23º 0.9% 0.68% -
XYZ 17.8 9.48 1.55 -
YUV 64.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 174 18 20 0 0.90 0.89 0.32 359.23 0.81 0.38
Hex AE 12 14 0 5A 59 20 167 51 26
Octal 256 22 24 0 132 131 40 547 121 46
Binary 10101110 10010 10100 0 1011010 1011001 100000 101100111 1010001 100110

Color Harmonies of #AE1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1214

Black with #AE1214

Text Example


Text Example

White with #AE1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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