Html Css Color HEX #AE1441 Cardinal

📋 copy color: '#AE1441'

red 174 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #AE1441

Tints of Cardinal #AE1441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 67.18%
G = 7.72%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1441 (or 0xAE1441) is known color: Cardinal. HEX triplet: AE, 14 and 41. RGB value is (174,20,65). Sum of RGB (Red+Green+Blue) = 174+20+65=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1441 is #51EBBE. Grayscale: #474747. Windows color (decimal): -5368767 or 4265134. OLE color: 4265134.

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

Color convert

RGB 174 20 65 -
CMYK 0 0.89 0.63 0.32
HSL 342.47º 0.79% 0.38% -
HSV(B) 342.47º 0.89% 0.68% -
XYZ 18.66 9.88 5.92 -
YUV 71.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 174 20 65 0 0.89 0.63 0.32 342.47 0.79 0.38
Hex AE 14 41 0 59 3F 20 156 4F 26
Octal 256 24 101 0 131 77 40 526 117 46
Binary 10101110 10100 1000001 0 1011001 111111 100000 101010110 1001111 100110

Color Harmonies of #AE1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1441

Black with #AE1441

Text Example


Text Example

White with #AE1441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1441; }

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

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

background-color css

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

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

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

border-color css

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

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

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