Html Css Color HEX #AE0713 Venetian Red

📋 copy color: '#AE0713'

red 174 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #AE0713

Tints of Venetian Red #AE0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.5%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 87%
G = 3.5%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE0713 (or 0xAE0713) is known color: Venetian Red. HEX triplet: AE, 07 and 13. RGB value is (174,7,19). Sum of RGB (Red+Green+Blue) = 174+7+19=200 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0713 is #51F8EC. Grayscale: #3A3A3A. Windows color (decimal): -5372141 or 1247150. OLE color: 1247150.

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

Color convert

RGB 174 7 19 -
CMYK 0 0.96 0.89 0.32
HSL 355.69º 0.92% 0.35% -
HSV(B) 355.69º 0.96% 0.68% -
XYZ 17.65 9.2 1.46 -
YUV 58.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 174 7 19 0 0.96 0.89 0.32 355.69 0.92 0.35
Hex AE 7 13 0 60 59 20 164 5C 23
Octal 256 7 23 0 140 131 40 544 134 43
Binary 10101110 111 10011 0 1100000 1011001 100000 101100100 1011100 100011

Color Harmonies of #AE0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0713

Black with #AE0713

Text Example


Text Example

White with #AE0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0713; }

 p { color: rgb(174,7,19); }

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

background-color css

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

 a { background-color: rgb(174,7,19); }

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

border-color css

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

 span { border-color: rgb(174,7,19); }

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