Html Css Color HEX #AE1241 Cardinal

📋 copy color: '#AE1241'

red 174 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #AE1241

Tints of Cardinal #AE1241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 65 (25.78% from 255) = 25.29%

R = 67.7%
G = 7%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1241 (or 0xAE1241) is known color: Cardinal. HEX triplet: AE, 12 and 41. RGB value is (174,18,65). Sum of RGB (Red+Green+Blue) = 174+18+65=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1241 is #51EDBE. Grayscale: #454545. Windows color (decimal): -5369279 or 4264622. OLE color: 4264622.

HSL color Cylindrical-coordinate representation of color #AE1241: hue angle of 341.92º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1241 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 65 -
CMYK 0 0.90 0.63 0.32
HSL 341.92º 0.81% 0.38% -
HSV(B) 341.92º 0.9% 0.68% -
XYZ 18.63 9.81 5.91 -
YUV 70 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 174 18 65 0 0.90 0.63 0.32 341.92 0.81 0.38
Hex AE 12 41 0 5A 3F 20 156 51 26
Octal 256 22 101 0 132 77 40 526 121 46
Binary 10101110 10010 1000001 0 1011010 111111 100000 101010110 1010001 100110

Color Harmonies of #AE1241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1241

Black with #AE1241

Text Example


Text Example

White with #AE1241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1241; }

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

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

background-color css

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

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

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

border-color css

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

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

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