#DD1224

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

Shades of Fire Engine Red #DD1224

Tints of Fire Engine Red #DD1224

Color information

#DD1224 (or 0xDD1224) is unknown color: approx Fire Engine Red. HEX triplet: DD, 12 and 24. RGB value is (221,18,36). Sum of RGB (Red+Green+Blue) = 221+18+36=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1224 is #22EDDB. Grayscale: #505050. Windows color (decimal): -2289116 or 2364125. OLE color: 2364125.

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

Color convert

RGB2211836-
CMYK00.920.840.13
HSL354.68º84.94%46.86%-
HSV(B)354.68º91.86%86.67%-
XYZ30.3515.933.14-
YUV80.75102.75228.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.36%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=80.36%
G=6.55%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221183600.920.840.13354.6884.9446.86
HexDD122405C54D163552f
Octal335224401341241554312557
Binary110111011001010010001011100101010011011011000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1224; }

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

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

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

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

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

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

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

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