Html Css Color HEX #AE223D Cardinal

📋 copy color: '#AE223D'

red 174 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #AE223D

Tints of Cardinal #AE223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 61 (24.22% from 255) = 22.68%

R = 64.68%
G = 12.64%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE223D (or 0xAE223D) is known color: Cardinal. HEX triplet: AE, 22 and 3D. RGB value is (174,34,61). Sum of RGB (Red+Green+Blue) = 174+34+61=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE223D is #51DDC2. Grayscale: #4E4E4E. Windows color (decimal): -5365187 or 4006574. OLE color: 4006574.

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

Color convert

RGB 174 34 61 -
CMYK 0 0.80 0.65 0.32
HSL 348.43º 0.67% 0.41% -
HSV(B) 348.43º 0.8% 0.68% -
XYZ 18.87 10.48 5.44 -
YUV 78.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 174 34 61 0 0.80 0.65 0.32 348.43 0.67 0.41
Hex AE 22 3D 0 50 41 20 15C 43 29
Octal 256 42 75 0 120 101 40 534 103 51
Binary 10101110 100010 111101 0 1010000 1000001 100000 101011100 1000011 101001

Color Harmonies of #AE223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE223D

Black with #AE223D

Text Example


Text Example

White with #AE223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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