#D11C1E

Color #D11C1E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D11C1E

Tints of Fire Engine Red #D11C1E

Color information

#D11C1E (or 0xD11C1E) is unknown color: approx Fire Engine Red. HEX triplet: D1, 1C and 1E. RGB value is (209,28,30). Sum of RGB (Red+Green+Blue) = 209+28+30=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C1E is #2EE3E1. Grayscale: #525252. Windows color (decimal): -3072994 or 1973457. OLE color: 1973457.

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

Color convert

RGB2092830-
CMYK00.870.860.18
HSL359.34º76.37%46.47%-
HSV(B)359.34º86.6%81.96%-
XYZ26.9414.482.6-
YUV82.3598.47218.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 78.28%
GREEN value IS 28 (11.33% from 255) = 10.49%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=78.28%
G=10.49%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209283000.870.860.18359.3476.3746.47
HexD11C1E05756121674c2e
Octal321343601271262254711456
Binary110100011110011110010101111010110100101011001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C1E; }

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

 H1.HeaderClassName
 {
   color: #D11C1E;
 }
 .AnyTagClassName
 {
   color: #D11C1E;
 }
</style>
background-color css

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

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

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

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

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

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