#AE1B21

Color #AE1B21 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #AE1B21

Tints of Fire Engine Red #AE1B21

Color information

#AE1B21 (or 0xAE1B21) is unknown color: approx Fire Engine Red. HEX triplet: AE, 1B and 21. RGB value is (174,27,33). Sum of RGB (Red+Green+Blue) = 174+27+33=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B21 is #51E4DE. Grayscale: #474747. Windows color (decimal): -5367007 or 2169774. OLE color: 2169774.

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

Color convert

RGB1742733-
CMYK00.840.810.32
HSL357.55º73.13%39.41%-
HSV(B)357.55º84.48%68.24%-
XYZ18.129.892.39-
YUV71.64106.2201.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.36%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 33 (13.28% from 255) = 14.10%
R=74.36%
G=11.54%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174273300.840.810.32357.5573.1339.41
HexAE1B2105451201664927
Octal256334101241214054611147
Binary10101110110111000010101010010100011000001011001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B21; }

 p { color: rgb(174,27,33); }

 H1.HeaderClassName
 {
   color: #AE1B21;
 }
 .AnyTagClassName
 {
   color: #AE1B21;
 }
</style>
background-color css

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

 a { background-color: rgb(174,27,33); }

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

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

 span { border-color: rgb(174,27,33); }

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