Html Css Color HEX #AE2239 Cardinal

📋 copy color: '#AE2239'

red 174 ◦ green 34 ◦ blue 57

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

Shades of Cardinal #AE2239

Tints of Cardinal #AE2239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.83%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 65.66%
G = 12.83%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE2239 (or 0xAE2239) is known color: Cardinal. HEX triplet: AE, 22 and 39. RGB value is (174,34,57). Sum of RGB (Red+Green+Blue) = 174+34+57=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2239 is #51DDC6. Grayscale: #4E4E4E. Windows color (decimal): -5365191 or 3744430. OLE color: 3744430.

HSL color Cylindrical-coordinate representation of color #AE2239: hue angle of 350.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2239 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 57 -
CMYK 0 0.80 0.67 0.32
HSL 350.14º 0.67% 0.41% -
HSV(B) 350.14º 0.8% 0.68% -
XYZ 18.77 10.44 4.9 -
YUV 78.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 174 34 57 0 0.80 0.67 0.32 350.14 0.67 0.41
Hex AE 22 39 0 50 43 20 15E 43 29
Octal 256 42 71 0 120 103 40 536 103 51
Binary 10101110 100010 111001 0 1010000 1000011 100000 101011110 1000011 101001

Color Harmonies of #AE2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2239

Black with #AE2239

Text Example


Text Example

White with #AE2239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2239; }

 p { color: rgb(174,34,57); }

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

background-color css

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

 a { background-color: rgb(174,34,57); }

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

border-color css

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

 span { border-color: rgb(174,34,57); }

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