Html Css Color HEX #AE1737 Cardinal

📋 copy color: '#AE1737'

red 174 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #AE1737

Tints of Cardinal #AE1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 69.05%
G = 9.13%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE1737 (or 0xAE1737) is known color: Cardinal. HEX triplet: AE, 17 and 37. RGB value is (174,23,55). Sum of RGB (Red+Green+Blue) = 174+23+55=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1737 is #51E8C8. Grayscale: #474747. Windows color (decimal): -5368009 or 3610542. OLE color: 3610542.

HSL color Cylindrical-coordinate representation of color #AE1737: hue angle of 347.28º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1737 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 23 55 -
CMYK 0 0.87 0.68 0.32
HSL 347.28º 0.77% 0.39% -
HSV(B) 347.28º 0.87% 0.68% -
XYZ 18.45 9.89 4.55 -
YUV 71.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 174 23 55 0 0.87 0.68 0.32 347.28 0.77 0.39
Hex AE 17 37 0 57 44 20 15B 4D 27
Octal 256 27 67 0 127 104 40 533 115 47
Binary 10101110 10111 110111 0 1010111 1000100 100000 101011011 1001101 100111

Color Harmonies of #AE1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1737

Black with #AE1737

Text Example


Text Example

White with #AE1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1737; }

 p { color: rgb(174,23,55); }

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

background-color css

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

 a { background-color: rgb(174,23,55); }

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

border-color css

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

 span { border-color: rgb(174,23,55); }

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