Html Css Color HEX #AE1547 Cardinal

📋 copy color: '#AE1547'

red 174 ◦ green 21 ◦ blue 71

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

Shades of Cardinal #AE1547

Tints of Cardinal #AE1547

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 65.41%
G = 7.89%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE1547 (or 0xAE1547) is known color: Cardinal. HEX triplet: AE, 15 and 47. RGB value is (174,21,71). Sum of RGB (Red+Green+Blue) = 174+21+71=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1547 is #51EAB8. Grayscale: #484848. Windows color (decimal): -5368505 or 4658606. OLE color: 4658606.

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

Color convert

RGB 174 21 71 -
CMYK 0 0.88 0.59 0.32
HSL 340.39º 0.78% 0.38% -
HSV(B) 340.39º 0.88% 0.68% -
XYZ 18.86 9.99 6.9 -
YUV 72.45 127.19 200.43 -
System Red Green Blue C M Y K H S L
Decimal 174 21 71 0 0.88 0.59 0.32 340.39 0.78 0.38
Hex AE 15 47 0 58 3B 20 154 4E 26
Octal 256 25 107 0 130 73 40 524 116 46
Binary 10101110 10101 1000111 0 1011000 111011 100000 101010100 1001110 100110

Color Harmonies of #AE1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1547

Black with #AE1547

Text Example


Text Example

White with #AE1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1547; }

 p { color: rgb(174,21,71); }

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

background-color css

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

 a { background-color: rgb(174,21,71); }

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

border-color css

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

 span { border-color: rgb(174,21,71); }

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