Html Css Color HEX #AE1823 Fire Engine Red

📋 copy color: '#AE1823'

red 174 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #AE1823

Tints of Fire Engine Red #AE1823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 74.68%
G = 10.3%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE1823 (or 0xAE1823) is known color: Fire Engine Red. HEX triplet: AE, 18 and 23. RGB value is (174,24,35). Sum of RGB (Red+Green+Blue) = 174+24+35=233 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.68% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1823 is #51E7DC. Grayscale: #464646. Windows color (decimal): -5367773 or 2300078. OLE color: 2300078.

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

Color convert

RGB 174 24 35 -
CMYK 0 0.86 0.80 0.32
HSL 355.6º 0.76% 0.39% -
HSV(B) 355.6º 0.86% 0.68% -
XYZ 18.09 9.77 2.52 -
YUV 70.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 174 24 35 0 0.86 0.80 0.32 355.6 0.76 0.39
Hex AE 18 23 0 56 50 20 164 4C 27
Octal 256 30 43 0 126 120 40 544 114 47
Binary 10101110 11000 100011 0 1010110 1010000 100000 101100100 1001100 100111

Color Harmonies of #AE1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1823

Black with #AE1823

Text Example


Text Example

White with #AE1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1823; }

 p { color: rgb(174,24,35); }

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

background-color css

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

 a { background-color: rgb(174,24,35); }

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

border-color css

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

 span { border-color: rgb(174,24,35); }

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