Html Css Color HEX #D71D1E Fire Engine Red

📋 copy color: '#D71D1E'

red 215 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #D71D1E

Tints of Fire Engine Red #D71D1E

RGB

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

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

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

R = 78.47%
G = 10.58%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D71D1E (or 0xD71D1E) is known color: Fire Engine Red. HEX triplet: D7, 1D and 1E. RGB value is (215,29,30). Sum of RGB (Red+Green+Blue) = 215+29+30=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D1E is #28E2E1. Grayscale: #545454. Windows color (decimal): -2679522 or 1973719. OLE color: 1973719.

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

Color convert

RGB 215 29 30 -
CMYK 0 0.87 0.86 0.16
HSL 359.68º 0.76% 0.48% -
HSV(B) 359.68º 0.87% 0.84% -
XYZ 28.7 15.42 2.69 -
YUV 84.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 215 29 30 0 0.87 0.86 0.16 359.68 0.76 0.48
Hex D7 1D 1E 0 57 56 10 168 4C 30
Octal 327 35 36 0 127 126 20 550 114 60
Binary 11010111 11101 11110 0 1010111 1010110 10000 101101000 1001100 110000

Color Harmonies of #D71D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D1E

Black with #D71D1E

Text Example


Text Example

White with #D71D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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