Html Css Color HEX #AD1C1F Fire Engine Red

📋 copy color: '#AD1C1F'

red 173 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #AD1C1F

Tints of Fire Engine Red #AD1C1F

RGB

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

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

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

R = 74.57%
G = 12.07%
B = 13.36%

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

#AD1C1F (or 0xAD1C1F) is known color: Fire Engine Red. HEX triplet: AD, 1C and 1F. RGB value is (173,28,31). Sum of RGB (Red+Green+Blue) = 173+28+31=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C1F is #52E3E0. Grayscale: #474747. Windows color (decimal): -5432289 or 2038957. OLE color: 2038957.

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

Color convert

RGB 173 28 31 -
CMYK 0 0.84 0.82 0.32
HSL 358.76º 0.72% 0.39% -
HSV(B) 358.76º 0.84% 0.68% -
XYZ 17.9 9.81 2.25 -
YUV 71.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 173 28 31 0 0.84 0.82 0.32 358.76 0.72 0.39
Hex AD 1C 1F 0 54 52 20 167 48 27
Octal 255 34 37 0 124 122 40 547 110 47
Binary 10101101 11100 11111 0 1010100 1010010 100000 101100111 1001000 100111

Color Harmonies of #AD1C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C1F

Black with #AD1C1F

Text Example


Text Example

White with #AD1C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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