#AE2241

Color #AE2241 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AE2241

Tints of Cardinal #AE2241

Color information

#AE2241 (or 0xAE2241) is unknown color: approx Cardinal. HEX triplet: AE, 22 and 41. RGB value is (174,34,65). Sum of RGB (Red+Green+Blue) = 174+34+65=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2241 is #51DDBE. Grayscale: #4F4F4F. Windows color (decimal): -5365183 or 4268718. OLE color: 4268718.

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

Color convert

RGB1743465-
CMYK00.800.630.32
HSL346.71º67.31%40.78%-
HSV(B)346.71º80.46%68.24%-
XYZ18.9810.526.03-
YUV79.39119.88195.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 63.74%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=63.74%
G=12.45%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174346500.800.630.32346.7167.3140.78
HexAE22410503F2015b4329
Octal256421010120774053310351
Binary101011101000101000001010100001111111000001010110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2241; }

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

 H1.HeaderClassName
 {
   color: #AE2241;
 }
 .AnyTagClassName
 {
   color: #AE2241;
 }
</style>
background-color css

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

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

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

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

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

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