Html Css Color HEX #AE1429 Cardinal

📋 copy color: '#AE1429'

red 174 ◦ green 20 ◦ blue 41

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

Shades of Cardinal #AE1429

Tints of Cardinal #AE1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 74.04%
G = 8.51%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE1429 (or 0xAE1429) is known color: Cardinal. HEX triplet: AE, 14 and 29. RGB value is (174,20,41). Sum of RGB (Red+Green+Blue) = 174+20+41=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1429 is #51EBD6. Grayscale: #444444. Windows color (decimal): -5368791 or 2692270. OLE color: 2692270.

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

Color convert

RGB 174 20 41 -
CMYK 0 0.89 0.76 0.32
HSL 351.82º 0.79% 0.38% -
HSV(B) 351.82º 0.89% 0.68% -
XYZ 18.11 9.66 3.01 -
YUV 68.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 174 20 41 0 0.89 0.76 0.32 351.82 0.79 0.38
Hex AE 14 29 0 59 4C 20 160 4F 26
Octal 256 24 51 0 131 114 40 540 117 46
Binary 10101110 10100 101001 0 1011001 1001100 100000 101100000 1001111 100110

Color Harmonies of #AE1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1429

Black with #AE1429

Text Example


Text Example

White with #AE1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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