#DD111D

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

Shades of Fire Engine Red #DD111D

Tints of Fire Engine Red #DD111D

Color information

#DD111D (or 0xDD111D) is unknown color: approx Fire Engine Red. HEX triplet: DD, 11 and 1D. RGB value is (221,17,29). Sum of RGB (Red+Green+Blue) = 221+17+29=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD111D is #22EEE2. Grayscale: #4F4F4F. Windows color (decimal): -2289379 or 1905117. OLE color: 1905117.

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

Color convert

RGB2211729-
CMYK00.920.870.13
HSL356.47º85.71%46.67%-
HSV(B)356.47º92.31%86.67%-
XYZ30.2415.862.63-
YUV79.3699.59229.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.77%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=82.77%
G=6.37%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221172900.920.870.13356.4785.7146.67
HexDD111D05C57D164562f
Octal335213501341271554412657
Binary11011101100011110101011100101011111011011001001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD111D; }

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

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

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

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

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

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

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

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