Html Css Color HEX #D1161D Fire Engine Red

📋 copy color: '#D1161D'

red 209 ◦ green 22 ◦ blue 29

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

Shades of Fire Engine Red #D1161D

Tints of Fire Engine Red #D1161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 80.38%
G = 8.46%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1161D (or 0xD1161D) is known color: Fire Engine Red. HEX triplet: D1, 16 and 1D. RGB value is (209,22,29). Sum of RGB (Red+Green+Blue) = 209+22+29=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1161D is #2EE9E2. Grayscale: #4E4E4E. Windows color (decimal): -3074531 or 1906385. OLE color: 1906385.

HSL color Cylindrical-coordinate representation of color #D1161D: hue angle of 357.75º degrees, saturation: 0.81, 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 #D1161D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 22 29 -
CMYK 0 0.89 0.86 0.18
HSL 357.75º 0.81% 0.45% -
HSV(B) 357.75º 0.89% 0.82% -
XYZ 26.8 14.22 2.49 -
YUV 78.71 99.95 220.93 -
System Red Green Blue C M Y K H S L
Decimal 209 22 29 0 0.89 0.86 0.18 357.75 0.81 0.45
Hex D1 16 1D 0 59 56 12 166 51 2D
Octal 321 26 35 0 131 126 22 546 121 55
Binary 11010001 10110 11101 0 1011001 1010110 10010 101100110 1010001 101101

Color Harmonies of #D1161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1161D

Black with #D1161D

Text Example


Text Example

White with #D1161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1161D; }

 p { color: rgb(209,22,29); }

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

background-color css

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

 a { background-color: rgb(209,22,29); }

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

border-color css

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

 span { border-color: rgb(209,22,29); }

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