#ad1623

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

Shades of Fire Engine Red #AD1623

Tints of Fire Engine Red #AD1623

Color information

#AD1623 (or 0xAD1623) is unknown color: approx Fire Engine Red. HEX triplet: AD, 16 and 23. RGB value is (173,22,35). Sum of RGB (Red+Green+Blue) = 173+22+35=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1623 is #52E9DC. Grayscale: #444444. Windows color (decimal): -5433821 or 2299565. OLE color: 2299565.

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

Color convert

RGB1732235-
CMYK00.870.800.32
HSL354.83º77.44%38.24%-
HSV(B)354.83º87.28%67.84%-
XYZ17.829.582.5-
YUV68.63109.03202.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.22%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 35 (14.06% from 255) = 15.22%
R=75.22%
G=9.57%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173223500.870.800.32354.8377.4438.24
HexAD162305750201634d26
Octal255264301271204054311546
Binary10101101101101000110101011110100001000001011000111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1623; }

 p { color: rgb(173,22,35); }

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

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

 a { background-color: rgb(173,22,35); }

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

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

 span { border-color: rgb(173,22,35); }

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