#DD2124

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

Shades of Fire Engine Red #DD2124

Tints of Fire Engine Red #DD2124

Color information

#DD2124 (or 0xDD2124) is unknown color: approx Fire Engine Red. HEX triplet: DD, 21 and 24. RGB value is (221,33,36). Sum of RGB (Red+Green+Blue) = 221+33+36=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2124 is #22DEDB. Grayscale: #595959. Windows color (decimal): -2285276 or 2367965. OLE color: 2367965.

HSL color Cylindrical-coordinate representation of color #DD2124: hue angle of 359.04º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2124 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB2213336-
CMYK00.850.840.13
HSL359.04º74.02%49.8%-
HSV(B)359.04º85.07%86.67%-
XYZ30.6816.593.25-
YUV89.5597.78221.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.21%
GREEN value IS 33 (13.28% from 255) = 11.38%
BLUE value IS 36 (14.45% from 255) = 12.41%
R=76.21%
G=11.38%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221333600.850.840.13359.0474.0249.8
HexDD212405554D1674a32
Octal335414401251241554711262
Binary1101110110000110010001010101101010011011011001111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2124; }

 p { color: rgb(221,33,36); }

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

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

 a { background-color: rgb(221,33,36); }

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

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

 span { border-color: rgb(221,33,36); }

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