Html Css Color HEX #AD1D1E Fire Engine Red

📋 copy color: '#AD1D1E'

red 173 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #AD1D1E

Tints of Fire Engine Red #AD1D1E

RGB

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

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

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

R = 74.57%
G = 12.5%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD1D1E (or 0xAD1D1E) is known color: Fire Engine Red. HEX triplet: AD, 1D and 1E. RGB value is (173,29,30). Sum of RGB (Red+Green+Blue) = 173+29+30=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D1E is #52E2E1. Grayscale: #484848. Windows color (decimal): -5432034 or 1973677. OLE color: 1973677.

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

Color convert

RGB 173 29 30 -
CMYK 0 0.83 0.83 0.32
HSL 359.58º 0.71% 0.4% -
HSV(B) 359.58º 0.83% 0.68% -
XYZ 17.91 9.86 2.19 -
YUV 72.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 173 29 30 0 0.83 0.83 0.32 359.58 0.71 0.4
Hex AD 1D 1E 0 53 53 20 168 47 28
Octal 255 35 36 0 123 123 40 550 107 50
Binary 10101101 11101 11110 0 1010011 1010011 100000 101101000 1000111 101000

Color Harmonies of #AD1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D1E

Black with #AD1D1E

Text Example


Text Example

White with #AD1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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