#AD1D1E

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

Shades of Fire Engine Red #AD1D1E

Tints of Fire Engine Red #AD1D1E

Color information

#AD1D1E (or 0xAD1D1E) is unknown color: approx Fire Engine Red. HEX triplet: AD, 1D and 1E. RGB value is (173,29,30). Sum of RGB (Red+Green+Blue) = 173+29+30=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D1E is #52E2E1. Grayscale: #484848. Windows color (decimal): -5432034 or 1973677. OLE color: 1973677.

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

Color convert

RGB1732930-
CMYK00.830.830.32
HSL359.58º71.29%39.61%-
HSV(B)359.58º83.24%67.84%-
XYZ17.919.862.19-
YUV72.17104.21199.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.57%
GREEN value IS 29 (11.72% from 255) = 12.5%
BLUE value IS 30 (12.11% from 255) = 12.93%
R=74.57%
G=12.5%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173293000.830.830.32359.5871.2939.61
HexAD1D1E05353201684728
Octal255353601231234055010750
Binary1010110111101111100101001110100111000001011010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D1E; }

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

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

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

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

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

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

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

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