#DD111E

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

Shades of Fire Engine Red #DD111E

Tints of Fire Engine Red #DD111E

Color information

#DD111E (or 0xDD111E) is unknown color: approx Fire Engine Red. HEX triplet: DD, 11 and 1E. RGB value is (221,17,30). Sum of RGB (Red+Green+Blue) = 221+17+30=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111E is #22EEE1. Grayscale: #4F4F4F. Windows color (decimal): -2289378 or 1970653. OLE color: 1970653.

HSL color Cylindrical-coordinate representation of color #DD111E: hue angle of 356.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD111E is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2211730-
CMYK00.920.860.13
HSL356.18º85.71%46.67%-
HSV(B)356.18º92.31%86.67%-
XYZ30.2515.872.7-
YUV79.48100.09228.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.46%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 30 (12.11% from 255) = 11.19%
R=82.46%
G=6.34%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221173000.920.860.13356.1885.7146.67
HexDD111E05C56D164562f
Octal335213601341261554412657
Binary11011101100011111001011100101011011011011001001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD111E; }

 p { color: rgb(221,17,30); }

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

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

 a { background-color: rgb(221,17,30); }

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

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

 span { border-color: rgb(221,17,30); }

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