Html Css Color HEX #D1172E Fire Engine Red

📋 copy color: '#D1172E'

red 209 ◦ green 23 ◦ blue 46

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

Shades of Fire Engine Red #D1172E

Tints of Fire Engine Red #D1172E

RGB

 RED value IS 209 (82.03% from 255) = 75.18%

 GREEN value IS 23 (9.38% from 255) = 8.27%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 75.18%
G = 8.27%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1172E (or 0xD1172E) is known color: Fire Engine Red. HEX triplet: D1, 17 and 2E. RGB value is (209,23,46). Sum of RGB (Red+Green+Blue) = 209+23+46=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1172E is #2EE8D1. Grayscale: #515151. Windows color (decimal): -3074258 or 3020753. OLE color: 3020753.

HSL color Cylindrical-coordinate representation of color #D1172E: hue angle of 352.58º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1172E is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 23 46 -
CMYK 0 0.89 0.78 0.18
HSL 352.58º 0.8% 0.45% -
HSV(B) 352.58º 0.89% 0.82% -
XYZ 27.09 14.37 3.93 -
YUV 81.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 209 23 46 0 0.89 0.78 0.18 352.58 0.8 0.45
Hex D1 17 2E 0 59 4E 12 161 50 2D
Octal 321 27 56 0 131 116 22 541 120 55
Binary 11010001 10111 101110 0 1011001 1001110 10010 101100001 1010000 101101

Color Harmonies of #D1172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1172E

Black with #D1172E

Text Example


Text Example

White with #D1172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1172E; }

 p { color: rgb(209,23,46); }

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

background-color css

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

 a { background-color: rgb(209,23,46); }

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

border-color css

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

 span { border-color: rgb(209,23,46); }

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