Html Css Color HEX #AD1C20 Fire Engine Red

📋 copy color: '#AD1C20'

red 173 ◦ green 28 ◦ blue 32

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

Shades of Fire Engine Red #AD1C20

Tints of Fire Engine Red #AD1C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 74.25%
G = 12.02%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1C20 (or 0xAD1C20) is known color: Fire Engine Red. HEX triplet: AD, 1C and 20. RGB value is (173,28,32). Sum of RGB (Red+Green+Blue) = 173+28+32=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C20 is #52E3DF. Grayscale: #474747. Windows color (decimal): -5432288 or 2104493. OLE color: 2104493.

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

Color convert

RGB 173 28 32 -
CMYK 0 0.84 0.82 0.32
HSL 358.34º 0.72% 0.39% -
HSV(B) 358.34º 0.84% 0.68% -
XYZ 17.91 9.82 2.32 -
YUV 71.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 173 28 32 0 0.84 0.82 0.32 358.34 0.72 0.39
Hex AD 1C 20 0 54 52 20 166 48 27
Octal 255 34 40 0 124 122 40 546 110 47
Binary 10101101 11100 100000 0 1010100 1010010 100000 101100110 1001000 100111

Color Harmonies of #AD1C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C20

Black with #AD1C20

Text Example


Text Example

White with #AD1C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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