Html Css Color HEX #D11A1D Fire Engine Red

📋 copy color: '#D11A1D'

red 209 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #D11A1D

Tints of Fire Engine Red #D11A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.85%

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

R = 79.17%
G = 9.85%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D11A1D (or 0xD11A1D) is known color: Fire Engine Red. HEX triplet: D1, 1A and 1D. RGB value is (209,26,29). Sum of RGB (Red+Green+Blue) = 209+26+29=264 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.17% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A1D is #2EE5E2. Grayscale: #515151. Windows color (decimal): -3073507 or 1907409. OLE color: 1907409.

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

Color convert

RGB 209 26 29 -
CMYK 0 0.88 0.86 0.18
HSL 359.02º 0.78% 0.46% -
HSV(B) 359.02º 0.88% 0.82% -
XYZ 26.89 14.38 2.52 -
YUV 81.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 209 26 29 0 0.88 0.86 0.18 359.02 0.78 0.46
Hex D1 1A 1D 0 58 56 12 167 4E 2E
Octal 321 32 35 0 130 126 22 547 116 56
Binary 11010001 11010 11101 0 1011000 1010110 10010 101100111 1001110 101110

Color Harmonies of #D11A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11A1D

Black with #D11A1D

Text Example


Text Example

White with #D11A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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