Html Css Color HEX #AC1722 Fire Engine Red

📋 copy color: '#AC1722'

red 172 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #AC1722

Tints of Fire Engine Red #AC1722

RGB

 RED value IS 172 (67.58% from 255) = 75.11%

 GREEN value IS 23 (9.38% from 255) = 10.04%

 BLUE value IS 34 (13.67% from 255) = 14.85%

R = 75.11%
G = 10.04%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1722 (or 0xAC1722) is known color: Fire Engine Red. HEX triplet: AC, 17 and 22. RGB value is (172,23,34). Sum of RGB (Red+Green+Blue) = 172+23+34=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1722 is #53E8DD. Grayscale: #444444. Windows color (decimal): -5499102 or 2234284. OLE color: 2234284.

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

Color convert

RGB 172 23 34 -
CMYK 0 0.87 0.80 0.33
HSL 355.57º 0.76% 0.38% -
HSV(B) 355.57º 0.87% 0.67% -
XYZ 17.61 9.5 2.42 -
YUV 68.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 172 23 34 0 0.87 0.80 0.33 355.57 0.76 0.38
Hex AC 17 22 0 57 50 21 164 4C 26
Octal 254 27 42 0 127 120 41 544 114 46
Binary 10101100 10111 100010 0 1010111 1010000 100001 101100100 1001100 100110

Color Harmonies of #AC1722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1722

Black with #AC1722

Text Example


Text Example

White with #AC1722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1722; }

 p { color: rgb(172,23,34); }

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

background-color css

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

 a { background-color: rgb(172,23,34); }

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

border-color css

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

 span { border-color: rgb(172,23,34); }

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