#AD1A1E

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

Shades of Fire Engine Red #AD1A1E

Tints of Fire Engine Red #AD1A1E

Color information

#AD1A1E (or 0xAD1A1E) is unknown color: approx Fire Engine Red. HEX triplet: AD, 1A and 1E. RGB value is (173,26,30). Sum of RGB (Red+Green+Blue) = 173+26+30=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A1E is #52E5E1. Grayscale: #464646. Windows color (decimal): -5432802 or 1972909. OLE color: 1972909.

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

Color convert

RGB1732630-
CMYK00.850.830.32
HSL358.37º73.87%39.02%-
HSV(B)358.37º84.97%67.84%-
XYZ17.849.722.16-
YUV70.41105.2201.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.55%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=75.55%
G=11.35%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173263000.850.830.32358.3773.8739.02
HexAD1A1E05553201664a27
Octal255323601251234054611247
Binary1010110111010111100101010110100111000001011001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1A1E; }

 p { color: rgb(173,26,30); }

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

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

 a { background-color: rgb(173,26,30); }

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

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

 span { border-color: rgb(173,26,30); }

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