Html Css Color HEX #AD1C1E Fire Engine Red

📋 copy color: '#AD1C1E'

red 173 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #AD1C1E

Tints of Fire Engine Red #AD1C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 74.89%
G = 12.12%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD1C1E (or 0xAD1C1E) is known color: Fire Engine Red. HEX triplet: AD, 1C and 1E. RGB value is (173,28,30). Sum of RGB (Red+Green+Blue) = 173+28+30=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C1E is #52E3E1. Grayscale: #474747. Windows color (decimal): -5432290 or 1973421. OLE color: 1973421.

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

Color convert

RGB 173 28 30 -
CMYK 0 0.84 0.83 0.32
HSL 359.17º 0.72% 0.39% -
HSV(B) 359.17º 0.84% 0.68% -
XYZ 17.88 9.81 2.18 -
YUV 71.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 173 28 30 0 0.84 0.83 0.32 359.17 0.72 0.39
Hex AD 1C 1E 0 54 53 20 167 48 27
Octal 255 34 36 0 124 123 40 547 110 47
Binary 10101101 11100 11110 0 1010100 1010011 100000 101100111 1001000 100111

Color Harmonies of #AD1C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C1E

Black with #AD1C1E

Text Example


Text Example

White with #AD1C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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