Html Css Color HEX #AE1741 Cardinal

📋 copy color: '#AE1741'

red 174 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #AE1741

Tints of Cardinal #AE1741

RGB

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

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

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

R = 66.41%
G = 8.78%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE1741 (or 0xAE1741) is known color: Cardinal. HEX triplet: AE, 17 and 41. RGB value is (174,23,65). Sum of RGB (Red+Green+Blue) = 174+23+65=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1741 is #51E8BE. Grayscale: #484848. Windows color (decimal): -5367999 or 4265902. OLE color: 4265902.

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

Color convert

RGB 174 23 65 -
CMYK 0 0.87 0.63 0.32
HSL 343.31º 0.77% 0.39% -
HSV(B) 343.31º 0.87% 0.68% -
XYZ 18.72 9.99 5.94 -
YUV 72.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 174 23 65 0 0.87 0.63 0.32 343.31 0.77 0.39
Hex AE 17 41 0 57 3F 20 157 4D 27
Octal 256 27 101 0 127 77 40 527 115 47
Binary 10101110 10111 1000001 0 1010111 111111 100000 101010111 1001101 100111

Color Harmonies of #AE1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1741

Black with #AE1741

Text Example


Text Example

White with #AE1741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1741; }

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

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

background-color css

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

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

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

border-color css

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

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

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