Html Css Color HEX #D91D1E Fire Engine Red

📋 copy color: '#D91D1E'

red 217 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #D91D1E

Tints of Fire Engine Red #D91D1E

RGB

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

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

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

R = 78.62%
G = 10.51%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D91D1E (or 0xD91D1E) is known color: Fire Engine Red. HEX triplet: D9, 1D and 1E. RGB value is (217,29,30). Sum of RGB (Red+Green+Blue) = 217+29+30=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D1E is #26E2E1. Grayscale: #555555. Windows color (decimal): -2548450 or 1973721. OLE color: 1973721.

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

Color convert

RGB 217 29 30 -
CMYK 0 0.87 0.86 0.15
HSL 359.68º 0.76% 0.48% -
HSV(B) 359.68º 0.87% 0.85% -
XYZ 29.29 15.72 2.72 -
YUV 85.33 96.78 221.92 -
System Red Green Blue C M Y K H S L
Decimal 217 29 30 0 0.87 0.86 0.15 359.68 0.76 0.48
Hex D9 1D 1E 0 57 56 F 168 4C 30
Octal 331 35 36 0 127 126 17 550 114 60
Binary 11011001 11101 11110 0 1010111 1010110 1111 101101000 1001100 110000

Color Harmonies of #D91D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D1E

Black with #D91D1E

Text Example


Text Example

White with #D91D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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