Html Css Color HEX #D1111D Fire Engine Red

📋 copy color: '#D1111D'

red 209 ◦ green 17 ◦ blue 29

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

Shades of Fire Engine Red #D1111D

Tints of Fire Engine Red #D1111D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 81.96%
G = 6.67%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1111D (or 0xD1111D) is known color: Fire Engine Red. HEX triplet: D1, 11 and 1D. RGB value is (209,17,29). Sum of RGB (Red+Green+Blue) = 209+17+29=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1111D is #2EEEE2. Grayscale: #4B4B4B. Windows color (decimal): -3075811 or 1905105. OLE color: 1905105.

HSL color Cylindrical-coordinate representation of color #D1111D: hue angle of 356.25º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1111D is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 17 29 -
CMYK 0 0.92 0.86 0.18
HSL 356.25º 0.85% 0.44% -
HSV(B) 356.25º 0.92% 0.82% -
XYZ 26.72 14.04 2.47 -
YUV 75.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 209 17 29 0 0.92 0.86 0.18 356.25 0.85 0.44
Hex D1 11 1D 0 5C 56 12 164 55 2C
Octal 321 21 35 0 134 126 22 544 125 54
Binary 11010001 10001 11101 0 1011100 1010110 10010 101100100 1010101 101100

Color Harmonies of #D1111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1111D

Black with #D1111D

Text Example


Text Example

White with #D1111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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