Html Css Color HEX #AC1821 Fire Engine Red

📋 copy color: '#AC1821'

red 172 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #AC1821

Tints of Fire Engine Red #AC1821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 75.11%
G = 10.48%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1821 (or 0xAC1821) is known color: Fire Engine Red. HEX triplet: AC, 18 and 21. RGB value is (172,24,33). Sum of RGB (Red+Green+Blue) = 172+24+33=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1821 is #53E7DE. Grayscale: #454545. Windows color (decimal): -5498847 or 2169004. OLE color: 2169004.

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

Color convert

RGB 172 24 33 -
CMYK 0 0.86 0.81 0.33
HSL 356.35º 0.76% 0.38% -
HSV(B) 356.35º 0.86% 0.67% -
XYZ 17.61 9.53 2.35 -
YUV 69.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 172 24 33 0 0.86 0.81 0.33 356.35 0.76 0.38
Hex AC 18 21 0 56 51 21 164 4C 26
Octal 254 30 41 0 126 121 41 544 114 46
Binary 10101100 11000 100001 0 1010110 1010001 100001 101100100 1001100 100110

Color Harmonies of #AC1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1821

Black with #AC1821

Text Example


Text Example

White with #AC1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1821; }

 p { color: rgb(172,24,33); }

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

background-color css

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

 a { background-color: rgb(172,24,33); }

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

border-color css

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

 span { border-color: rgb(172,24,33); }

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