Html Css Color HEX #AE1E22 Fire Engine Red

📋 copy color: '#AE1E22'

red 174 ◦ green 30 ◦ blue 34

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

Shades of Fire Engine Red #AE1E22

Tints of Fire Engine Red #AE1E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.61%

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 73.11%
G = 12.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE1E22 (or 0xAE1E22) is known color: Fire Engine Red. HEX triplet: AE, 1E and 22. RGB value is (174,30,34). Sum of RGB (Red+Green+Blue) = 174+30+34=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1E22 is #51E1DD. Grayscale: #494949. Windows color (decimal): -5366238 or 2236078. OLE color: 2236078.

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

Color convert

RGB 174 30 34 -
CMYK 0 0.83 0.80 0.32
HSL 358.33º 0.71% 0.4% -
HSV(B) 358.33º 0.83% 0.68% -
XYZ 18.21 10.04 2.49 -
YUV 73.51 105.71 199.67 -
System Red Green Blue C M Y K H S L
Decimal 174 30 34 0 0.83 0.80 0.32 358.33 0.71 0.4
Hex AE 1E 22 0 53 50 20 166 47 28
Octal 256 36 42 0 123 120 40 546 107 50
Binary 10101110 11110 100010 0 1010011 1010000 100000 101100110 1000111 101000

Color Harmonies of #AE1E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1E22

Black with #AE1E22

Text Example


Text Example

White with #AE1E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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