Html Css Color HEX #AE1A20 Fire Engine Red

📋 copy color: '#AE1A20'

red 174 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #AE1A20

Tints of Fire Engine Red #AE1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 75%
G = 11.21%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE1A20 (or 0xAE1A20) is known color: Fire Engine Red. HEX triplet: AE, 1A and 20. RGB value is (174,26,32). Sum of RGB (Red+Green+Blue) = 174+26+32=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A20 is #51E5DF. Grayscale: #474747. Windows color (decimal): -5367264 or 2103982. OLE color: 2103982.

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

Color convert

RGB 174 26 32 -
CMYK 0 0.85 0.82 0.32
HSL 357.57º 0.74% 0.39% -
HSV(B) 357.57º 0.85% 0.68% -
XYZ 18.09 9.84 2.31 -
YUV 70.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 174 26 32 0 0.85 0.82 0.32 357.57 0.74 0.39
Hex AE 1A 20 0 55 52 20 166 4A 27
Octal 256 32 40 0 125 122 40 546 112 47
Binary 10101110 11010 100000 0 1010101 1010010 100000 101100110 1001010 100111

Color Harmonies of #AE1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A20

Black with #AE1A20

Text Example


Text Example

White with #AE1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A20; }

 p { color: rgb(174,26,32); }

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

background-color css

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

 a { background-color: rgb(174,26,32); }

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

border-color css

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

 span { border-color: rgb(174,26,32); }

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