Html Css Color HEX #AD1820 Fire Engine Red

📋 copy color: '#AD1820'

red 173 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #AD1820

Tints of Fire Engine Red #AD1820

RGB

 RED value IS 173 (67.97% from 255) = 75.55%

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

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 75.55%
G = 10.48%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1820 (or 0xAD1820) is known color: Fire Engine Red. HEX triplet: AD, 18 and 20. RGB value is (173,24,32). Sum of RGB (Red+Green+Blue) = 173+24+32=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1820 is #52E7DF. Grayscale: #454545. Windows color (decimal): -5433312 or 2103469. OLE color: 2103469.

HSL color Cylindrical-coordinate representation of color #AD1820: hue angle of 356.78º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1820 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 32 -
CMYK 0 0.86 0.82 0.32
HSL 356.78º 0.76% 0.39% -
HSV(B) 356.78º 0.86% 0.68% -
XYZ 17.82 9.64 2.29 -
YUV 69.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 173 24 32 0 0.86 0.82 0.32 356.78 0.76 0.39
Hex AD 18 20 0 56 52 20 165 4C 27
Octal 255 30 40 0 126 122 40 545 114 47
Binary 10101101 11000 100000 0 1010110 1010010 100000 101100101 1001100 100111

Color Harmonies of #AD1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1820

Black with #AD1820

Text Example


Text Example

White with #AD1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1820; }

 p { color: rgb(173,24,32); }

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

background-color css

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

 a { background-color: rgb(173,24,32); }

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

border-color css

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

 span { border-color: rgb(173,24,32); }

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