Html Css Color HEX #D9191D Fire Engine Red

📋 copy color: '#D9191D'

red 217 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #D9191D

Tints of Fire Engine Red #D9191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.23%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 80.07%
G = 9.23%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9191D (or 0xD9191D) is known color: Fire Engine Red. HEX triplet: D9, 19 and 1D. RGB value is (217,25,29). Sum of RGB (Red+Green+Blue) = 217+25+29=271 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.07% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 217 - color contains mainly: red. Hex color #D9191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9191D is #26E6E2. Grayscale: #535353. Windows color (decimal): -2549475 or 1907161. OLE color: 1907161.

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

Color convert

RGB 217 25 29 -
CMYK 0 0.88 0.87 0.15
HSL 358.75º 0.79% 0.47% -
HSV(B) 358.75º 0.88% 0.85% -
XYZ 29.18 15.54 2.62 -
YUV 82.86 97.61 223.67 -
System Red Green Blue C M Y K H S L
Decimal 217 25 29 0 0.88 0.87 0.15 358.75 0.79 0.47
Hex D9 19 1D 0 58 57 F 167 4F 2F
Octal 331 31 35 0 130 127 17 547 117 57
Binary 11011001 11001 11101 0 1011000 1010111 1111 101100111 1001111 101111

Color Harmonies of #D9191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9191D

Black with #D9191D

Text Example


Text Example

White with #D9191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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