Html Css Color HEX #AD1D1F Fire Engine Red

📋 copy color: '#AD1D1F'

red 173 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #AD1D1F

Tints of Fire Engine Red #AD1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 31 (12.5% from 255) = 13.3%

R = 74.25%
G = 12.45%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1D1F (or 0xAD1D1F) is known color: Fire Engine Red. HEX triplet: AD, 1D and 1F. RGB value is (173,29,31). Sum of RGB (Red+Green+Blue) = 173+29+31=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D1F is #52E2E0. Grayscale: #484848. Windows color (decimal): -5432033 or 2039213. OLE color: 2039213.

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

Color convert

RGB 173 29 31 -
CMYK 0 0.83 0.82 0.32
HSL 359.17º 0.71% 0.4% -
HSV(B) 359.17º 0.83% 0.68% -
XYZ 17.92 9.86 2.26 -
YUV 72.28 104.71 199.84 -
System Red Green Blue C M Y K H S L
Decimal 173 29 31 0 0.83 0.82 0.32 359.17 0.71 0.4
Hex AD 1D 1F 0 53 52 20 167 47 28
Octal 255 35 37 0 123 122 40 547 107 50
Binary 10101101 11101 11111 0 1010011 1010010 100000 101100111 1000111 101000

Color Harmonies of #AD1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D1F

Black with #AD1D1F

Text Example


Text Example

White with #AD1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D1F; }

 p { color: rgb(173,29,31); }

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

background-color css

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

 a { background-color: rgb(173,29,31); }

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

border-color css

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

 span { border-color: rgb(173,29,31); }

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