Html Css Color HEX #AE1F3F Cardinal

📋 copy color: '#AE1F3F'

red 174 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #AE1F3F

Tints of Cardinal #AE1F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 63 (25% from 255) = 23.51%

R = 64.93%
G = 11.57%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE1F3F (or 0xAE1F3F) is known color: Cardinal. HEX triplet: AE, 1F and 3F. RGB value is (174,31,63). Sum of RGB (Red+Green+Blue) = 174+31+63=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1F3F is #51E0C0. Grayscale: #4D4D4D. Windows color (decimal): -5365953 or 4136878. OLE color: 4136878.

HSL color Cylindrical-coordinate representation of color #AE1F3F: hue angle of 346.57º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1F3F is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 31 63 -
CMYK 0 0.82 0.64 0.32
HSL 346.57º 0.7% 0.4% -
HSV(B) 346.57º 0.82% 0.68% -
XYZ 18.84 10.34 5.7 -
YUV 77.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 174 31 63 0 0.82 0.64 0.32 346.57 0.7 0.4
Hex AE 1F 3F 0 52 40 20 15B 46 28
Octal 256 37 77 0 122 100 40 533 106 50
Binary 10101110 11111 111111 0 1010010 1000000 100000 101011011 1000110 101000

Color Harmonies of #AE1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1F3F

Black with #AE1F3F

Text Example


Text Example

White with #AE1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1F3F; }

 p { color: rgb(174,31,63); }

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

background-color css

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

 a { background-color: rgb(174,31,63); }

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

border-color css

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

 span { border-color: rgb(174,31,63); }

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