Html Css Color HEX #AD1821 Fire Engine Red

📋 copy color: '#AD1821'

red 173 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #AD1821

Tints of Fire Engine Red #AD1821

RGB

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

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

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

R = 75.22%
G = 10.43%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.32

RGB Variations

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

Color information

#AD1821 (or 0xAD1821) is known color: Fire Engine Red. HEX triplet: AD, 18 and 21. RGB value is (173,24,33). Sum of RGB (Red+Green+Blue) = 173+24+33=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1821 is #52E7DE. Grayscale: #454545. Windows color (decimal): -5433311 or 2169005. OLE color: 2169005.

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

Color convert

RGB 173 24 33 -
CMYK 0 0.86 0.81 0.32
HSL 356.38º 0.76% 0.39% -
HSV(B) 356.38º 0.86% 0.68% -
XYZ 17.83 9.65 2.36 -
YUV 69.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 173 24 33 0 0.86 0.81 0.32 356.38 0.76 0.39
Hex AD 18 21 0 56 51 20 164 4C 27
Octal 255 30 41 0 126 121 40 544 114 47
Binary 10101101 11000 100001 0 1010110 1010001 100000 101100100 1001100 100111

Color Harmonies of #AD1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1821

Black with #AD1821

Text Example


Text Example

White with #AD1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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