Html Css Color HEX #AE1541 Cardinal

📋 copy color: '#AE1541'

red 174 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #AE1541

Tints of Cardinal #AE1541

RGB

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

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

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

R = 66.92%
G = 8.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1541 (or 0xAE1541) is known color: Cardinal. HEX triplet: AE, 15 and 41. RGB value is (174,21,65). Sum of RGB (Red+Green+Blue) = 174+21+65=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1541 is #51EABE. Grayscale: #474747. Windows color (decimal): -5368511 or 4265390. OLE color: 4265390.

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

Color convert

RGB 174 21 65 -
CMYK 0 0.88 0.63 0.32
HSL 342.75º 0.78% 0.38% -
HSV(B) 342.75º 0.88% 0.68% -
XYZ 18.68 9.92 5.93 -
YUV 71.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 174 21 65 0 0.88 0.63 0.32 342.75 0.78 0.38
Hex AE 15 41 0 58 3F 20 157 4E 26
Octal 256 25 101 0 130 77 40 527 116 46
Binary 10101110 10101 1000001 0 1011000 111111 100000 101010111 1001110 100110

Color Harmonies of #AE1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1541

Black with #AE1541

Text Example


Text Example

White with #AE1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1541; }

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

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

background-color css

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

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

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

border-color css

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

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

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