Html Css Color HEX #D11C1D Fire Engine Red

📋 copy color: '#D11C1D'

red 209 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #D11C1D

Tints of Fire Engine Red #D11C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 78.57%
G = 10.53%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D11C1D (or 0xD11C1D) is known color: Fire Engine Red. HEX triplet: D1, 1C and 1D. RGB value is (209,28,29). Sum of RGB (Red+Green+Blue) = 209+28+29=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C1D is #2EE3E2. Grayscale: #525252. Windows color (decimal): -3072995 or 1907921. OLE color: 1907921.

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

Color convert

RGB 209 28 29 -
CMYK 0 0.87 0.86 0.18
HSL 359.67º 0.76% 0.46% -
HSV(B) 359.67º 0.87% 0.82% -
XYZ 26.93 14.47 2.54 -
YUV 82.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 209 28 29 0 0.87 0.86 0.18 359.67 0.76 0.46
Hex D1 1C 1D 0 57 56 12 168 4C 2E
Octal 321 34 35 0 127 126 22 550 114 56
Binary 11010001 11100 11101 0 1010111 1010110 10010 101101000 1001100 101110

Color Harmonies of #D11C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11C1D

Black with #D11C1D

Text Example


Text Example

White with #D11C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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