Html Css Color HEX #D71A1C Fire Engine Red

📋 copy color: '#D71A1C'

red 215 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #D71A1C

Tints of Fire Engine Red #D71A1C

RGB

 RED value IS 215 (84.38% from 255) = 79.93%

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 79.93%
G = 9.67%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D71A1C (or 0xD71A1C) is known color: Fire Engine Red. HEX triplet: D7, 1A and 1C. RGB value is (215,26,28). Sum of RGB (Red+Green+Blue) = 215+26+28=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A1C is #28E5E3. Grayscale: #525252. Windows color (decimal): -2680292 or 1841879. OLE color: 1841879.

HSL color Cylindrical-coordinate representation of color #D71A1C: hue angle of 359.37º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A1C is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 26 28 -
CMYK 0 0.88 0.87 0.16
HSL 359.37º 0.78% 0.47% -
HSV(B) 359.37º 0.88% 0.84% -
XYZ 28.6 15.27 2.54 -
YUV 82.74 97.12 222.34 -
System Red Green Blue C M Y K H S L
Decimal 215 26 28 0 0.88 0.87 0.16 359.37 0.78 0.47
Hex D7 1A 1C 0 58 57 10 167 4E 2F
Octal 327 32 34 0 130 127 20 547 116 57
Binary 11010111 11010 11100 0 1011000 1010111 10000 101100111 1001110 101111

Color Harmonies of #D71A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A1C

Black with #D71A1C

Text Example


Text Example

White with #D71A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A1C; }

 p { color: rgb(215,26,28); }

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

background-color css

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

 a { background-color: rgb(215,26,28); }

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

border-color css

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

 span { border-color: rgb(215,26,28); }

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