Html Css Color HEX #AE121D Venetian Red

📋 copy color: '#AE121D'

red 174 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #AE121D

Tints of Venetian Red #AE121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 78.73%
G = 8.14%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE121D (or 0xAE121D) is known color: Venetian Red. HEX triplet: AE, 12 and 1D. RGB value is (174,18,29). Sum of RGB (Red+Green+Blue) = 174+18+29=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE121D is #51EDE2. Grayscale: #424242. Windows color (decimal): -5369315 or 1905326. OLE color: 1905326.

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

Color convert

RGB 174 18 29 -
CMYK 0 0.90 0.83 0.32
HSL 355.77º 0.81% 0.38% -
HSV(B) 355.77º 0.9% 0.68% -
XYZ 17.89 9.52 2.06 -
YUV 65.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 174 18 29 0 0.90 0.83 0.32 355.77 0.81 0.38
Hex AE 12 1D 0 5A 53 20 164 51 26
Octal 256 22 35 0 132 123 40 544 121 46
Binary 10101110 10010 11101 0 1011010 1010011 100000 101100100 1010001 100110

Color Harmonies of #AE121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE121D

Black with #AE121D

Text Example


Text Example

White with #AE121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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