Html Css Color HEX #AE1223 Venetian Red

📋 copy color: '#AE1223'

red 174 ◦ green 18 ◦ blue 35

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

Shades of Venetian Red #AE1223

Tints of Venetian Red #AE1223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 76.65%
G = 7.93%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE1223 (or 0xAE1223) is known color: Venetian Red. HEX triplet: AE, 12 and 23. RGB value is (174,18,35). Sum of RGB (Red+Green+Blue) = 174+18+35=227 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.65% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1223 is #51EDDC. Grayscale: #424242. Windows color (decimal): -5369309 or 2298542. OLE color: 2298542.

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

Color convert

RGB 174 18 35 -
CMYK 0 0.90 0.80 0.32
HSL 353.46º 0.81% 0.38% -
HSV(B) 353.46º 0.9% 0.68% -
XYZ 17.98 9.55 2.49 -
YUV 66.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 174 18 35 0 0.90 0.80 0.32 353.46 0.81 0.38
Hex AE 12 23 0 5A 50 20 161 51 26
Octal 256 22 43 0 132 120 40 541 121 46
Binary 10101110 10010 100011 0 1011010 1010000 100000 101100001 1010001 100110

Color Harmonies of #AE1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1223

Black with #AE1223

Text Example


Text Example

White with #AE1223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1223; }

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

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

background-color css

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

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

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

border-color css

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

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

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