Html Css Color HEX #D71129 Fire Engine Red

📋 copy color: '#D71129'

red 215 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #D71129

Tints of Fire Engine Red #D71129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.23%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 78.75%
G = 6.23%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D71129 (or 0xD71129) is known color: Fire Engine Red. HEX triplet: D7, 11 and 29. RGB value is (215,17,41). Sum of RGB (Red+Green+Blue) = 215+17+41=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D71129 is #28EED6. Grayscale: #4F4F4F. Windows color (decimal): -2682583 or 2691543. OLE color: 2691543.

HSL color Cylindrical-coordinate representation of color #D71129: hue angle of 352.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71129 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 41 -
CMYK 0 0.92 0.81 0.16
HSL 352.73º 0.85% 0.45% -
HSV(B) 352.73º 0.92% 0.84% -
XYZ 28.63 15.01 3.49 -
YUV 78.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 215 17 41 0 0.92 0.81 0.16 352.73 0.85 0.45
Hex D7 11 29 0 5C 51 10 161 55 2D
Octal 327 21 51 0 134 121 20 541 125 55
Binary 11010111 10001 101001 0 1011100 1010001 10000 101100001 1010101 101101

Color Harmonies of #D71129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71129

Black with #D71129

Text Example


Text Example

White with #D71129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71129; }

 p { color: rgb(215,17,41); }

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

background-color css

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

 a { background-color: rgb(215,17,41); }

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

border-color css

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

 span { border-color: rgb(215,17,41); }

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