Html Css Color HEX #AE1724 Fire Engine Red

📋 copy color: '#AE1724'

red 174 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #AE1724

Tints of Fire Engine Red #AE1724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 74.68%
G = 9.87%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE1724 (or 0xAE1724) is known color: Fire Engine Red. HEX triplet: AE, 17 and 24. RGB value is (174,23,36). Sum of RGB (Red+Green+Blue) = 174+23+36=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1724 is #51E8DB. Grayscale: #454545. Windows color (decimal): -5368028 or 2365358. OLE color: 2365358.

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

Color convert

RGB 174 23 36 -
CMYK 0 0.87 0.79 0.32
HSL 354.83º 0.77% 0.39% -
HSV(B) 354.83º 0.87% 0.68% -
XYZ 18.08 9.74 2.6 -
YUV 69.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 174 23 36 0 0.87 0.79 0.32 354.83 0.77 0.39
Hex AE 17 24 0 57 4F 20 163 4D 27
Octal 256 27 44 0 127 117 40 543 115 47
Binary 10101110 10111 100100 0 1010111 1001111 100000 101100011 1001101 100111

Color Harmonies of #AE1724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1724

Black with #AE1724

Text Example


Text Example

White with #AE1724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1724; }

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

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

background-color css

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

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

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

border-color css

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

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

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