Html Css Color HEX #D91D1F Fire Engine Red

📋 copy color: '#D91D1F'

red 217 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #D91D1F

Tints of Fire Engine Red #D91D1F

RGB

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

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

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

R = 78.34%
G = 10.47%
B = 11.19%

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

#D91D1F (or 0xD91D1F) is known color: Fire Engine Red. HEX triplet: D9, 1D and 1F. RGB value is (217,29,31). Sum of RGB (Red+Green+Blue) = 217+29+31=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D1F is #26E2E0. Grayscale: #555555. Windows color (decimal): -2548449 or 2039257. OLE color: 2039257.

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

Color convert

RGB 217 29 31 -
CMYK 0 0.87 0.86 0.15
HSL 359.36º 0.76% 0.48% -
HSV(B) 359.36º 0.87% 0.85% -
XYZ 29.3 15.73 2.79 -
YUV 85.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 217 29 31 0 0.87 0.86 0.15 359.36 0.76 0.48
Hex D9 1D 1F 0 57 56 F 167 4C 30
Octal 331 35 37 0 127 126 17 547 114 60
Binary 11011001 11101 11111 0 1010111 1010110 1111 101100111 1001100 110000

Color Harmonies of #D91D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D1F

Black with #D91D1F

Text Example


Text Example

White with #D91D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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