Html Css Color HEX #D9191F Fire Engine Red

📋 copy color: '#D9191F'

red 217 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #D9191F

Tints of Fire Engine Red #D9191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 79.49%
G = 9.16%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9191F (or 0xD9191F) is known color: Fire Engine Red. HEX triplet: D9, 19 and 1F. RGB value is (217,25,31). Sum of RGB (Red+Green+Blue) = 217+25+31=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D9191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9191F is #26E6E0. Grayscale: #535353. Windows color (decimal): -2549473 or 2038233. OLE color: 2038233.

HSL color Cylindrical-coordinate representation of color #D9191F: hue angle of 358.12º 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 #D9191F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 31 -
CMYK 0 0.88 0.86 0.15
HSL 358.13º 0.79% 0.47% -
HSV(B) 358.13º 0.88% 0.85% -
XYZ 29.21 15.55 2.76 -
YUV 83.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 217 25 31 0 0.88 0.86 0.15 358.13 0.79 0.47
Hex D9 19 1F 0 58 56 F 166 4F 2F
Octal 331 31 37 0 130 126 17 546 117 57
Binary 11011001 11001 11111 0 1011000 1010110 1111 101100110 1001111 101111

Color Harmonies of #D9191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9191F

Black with #D9191F

Text Example


Text Example

White with #D9191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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