Html Css Color HEX #AE121F Venetian Red

📋 copy color: '#AE121F'

red 174 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #AE121F

Tints of Venetian Red #AE121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 78.03%
G = 8.07%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE121F (or 0xAE121F) is known color: Venetian Red. HEX triplet: AE, 12 and 1F. RGB value is (174,18,31). Sum of RGB (Red+Green+Blue) = 174+18+31=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121F is #51EDE0. Grayscale: #424242. Windows color (decimal): -5369313 or 2036398. OLE color: 2036398.

HSL color Cylindrical-coordinate representation of color #AE121F: hue angle of 355º 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 #AE121F is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 31 -
CMYK 0 0.90 0.82 0.32
HSL 355º 0.81% 0.38% -
HSV(B) 355º 0.9% 0.68% -
XYZ 17.92 9.53 2.19 -
YUV 66.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 174 18 31 0 0.90 0.82 0.32 355 0.81 0.38
Hex AE 12 1F 0 5A 52 20 163 51 26
Octal 256 22 37 0 132 122 40 543 121 46
Binary 10101110 10010 11111 0 1011010 1010010 100000 101100011 1010001 100110

Color Harmonies of #AE121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE121F

Black with #AE121F

Text Example


Text Example

White with #AE121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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