Html Css Color HEX #D91129 Fire Engine Red

📋 copy color: '#D91129'

red 217 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #D91129

Tints of Fire Engine Red #D91129

RGB

 RED value IS 217 (85.16% from 255) = 78.91%

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

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

R = 78.91%
G = 6.18%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D91129 (or 0xD91129) is known color: Fire Engine Red. HEX triplet: D9, 11 and 29. RGB value is (217,17,41). Sum of RGB (Red+Green+Blue) = 217+17+41=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D91129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91129 is #26EED6. Grayscale: #4F4F4F. Windows color (decimal): -2551511 or 2691545. OLE color: 2691545.

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

Color convert

RGB 217 17 41 -
CMYK 0 0.92 0.81 0.15
HSL 352.8º 0.85% 0.46% -
HSV(B) 352.8º 0.92% 0.85% -
XYZ 29.22 15.31 3.51 -
YUV 79.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 217 17 41 0 0.92 0.81 0.15 352.8 0.85 0.46
Hex D9 11 29 0 5C 51 F 161 55 2E
Octal 331 21 51 0 134 121 17 541 125 56
Binary 11011001 10001 101001 0 1011100 1010001 1111 101100001 1010101 101110

Color Harmonies of #D91129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91129

Black with #D91129

Text Example


Text Example

White with #D91129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91129; }

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

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

background-color css

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

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

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

border-color css

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

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

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