Html Css Color HEX #D11B1E Fire Engine Red

📋 copy color: '#D11B1E'

red 209 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #D11B1E

Tints of Fire Engine Red #D11B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 78.57%
G = 10.15%
B = 11.28%

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

#D11B1E (or 0xD11B1E) is known color: Fire Engine Red. HEX triplet: D1, 1B and 1E. RGB value is (209,27,30). Sum of RGB (Red+Green+Blue) = 209+27+30=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11B1E is #2EE4E1. Grayscale: #515151. Windows color (decimal): -3073250 or 1973201. OLE color: 1973201.

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

Color convert

RGB 209 27 30 -
CMYK 0 0.87 0.86 0.18
HSL 359.01º 0.77% 0.46% -
HSV(B) 359.01º 0.87% 0.82% -
XYZ 26.92 14.43 2.6 -
YUV 81.76 98.8 218.76 -
System Red Green Blue C M Y K H S L
Decimal 209 27 30 0 0.87 0.86 0.18 359.01 0.77 0.46
Hex D1 1B 1E 0 57 56 12 167 4D 2E
Octal 321 33 36 0 127 126 22 547 115 56
Binary 11010001 11011 11110 0 1010111 1010110 10010 101100111 1001101 101110

Color Harmonies of #D11B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11B1E

Black with #D11B1E

Text Example


Text Example

White with #D11B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11B1E; }

 p { color: rgb(209,27,30); }

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

background-color css

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

 a { background-color: rgb(209,27,30); }

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

border-color css

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

 span { border-color: rgb(209,27,30); }

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