Html Css Color HEX #AD1922 Fire Engine Red

📋 copy color: '#AD1922'

red 173 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #AD1922

Tints of Fire Engine Red #AD1922

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

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

R = 74.57%
G = 10.78%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AD1922 (or 0xAD1922) is known color: Fire Engine Red. HEX triplet: AD, 19 and 22. RGB value is (173,25,34). Sum of RGB (Red+Green+Blue) = 173+25+34=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1922 is #52E6DD. Grayscale: #464646. Windows color (decimal): -5433054 or 2234797. OLE color: 2234797.

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

Color convert

RGB 173 25 34 -
CMYK 0 0.86 0.80 0.32
HSL 356.35º 0.75% 0.39% -
HSV(B) 356.35º 0.86% 0.68% -
XYZ 17.87 9.69 2.44 -
YUV 70.28 107.53 201.27 -
System Red Green Blue C M Y K H S L
Decimal 173 25 34 0 0.86 0.80 0.32 356.35 0.75 0.39
Hex AD 19 22 0 56 50 20 164 4B 27
Octal 255 31 42 0 126 120 40 544 113 47
Binary 10101101 11001 100010 0 1010110 1010000 100000 101100100 1001011 100111

Color Harmonies of #AD1922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1922

Black with #AD1922

Text Example


Text Example

White with #AD1922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1922; }

 p { color: rgb(173,25,34); }

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

background-color css

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

 a { background-color: rgb(173,25,34); }

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

border-color css

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

 span { border-color: rgb(173,25,34); }

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