Html Css Color HEX #AE1D40 Cardinal

📋 copy color: '#AE1D40'

red 174 ◦ green 29 ◦ blue 64

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

Shades of Cardinal #AE1D40

Tints of Cardinal #AE1D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 65.17%
G = 10.86%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1D40 (or 0xAE1D40) is known color: Cardinal. HEX triplet: AE, 1D and 40. RGB value is (174,29,64). Sum of RGB (Red+Green+Blue) = 174+29+64=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1D40 is #51E2BF. Grayscale: #4C4C4C. Windows color (decimal): -5366464 or 4201902. OLE color: 4201902.

HSL color Cylindrical-coordinate representation of color #AE1D40: hue angle of 345.52º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE1D40 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 29 64 -
CMYK 0 0.83 0.63 0.32
HSL 345.52º 0.71% 0.4% -
HSV(B) 345.52º 0.83% 0.68% -
XYZ 18.82 10.25 5.84 -
YUV 76.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 174 29 64 0 0.83 0.63 0.32 345.52 0.71 0.4
Hex AE 1D 40 0 53 3F 20 15A 47 28
Octal 256 35 100 0 123 77 40 532 107 50
Binary 10101110 11101 1000000 0 1010011 111111 100000 101011010 1000111 101000

Color Harmonies of #AE1D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1D40

Black with #AE1D40

Text Example


Text Example

White with #AE1D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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