#DD1223

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

Shades of Fire Engine Red #DD1223

Tints of Fire Engine Red #DD1223

Color information

#DD1223 (or 0xDD1223) is unknown color: approx Fire Engine Red. HEX triplet: DD, 12 and 23. RGB value is (221,18,35). Sum of RGB (Red+Green+Blue) = 221+18+35=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1223 is #22EDDC. Grayscale: #505050. Windows color (decimal): -2289117 or 2298589. OLE color: 2298589.

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

Color convert

RGB2211835-
CMYK00.920.840.13
HSL354.98º84.94%46.86%-
HSV(B)354.98º91.86%86.67%-
XYZ30.3415.933.07-
YUV80.63102.25228.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 80.66%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=80.66%
G=6.57%
B=12.77%

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
Decimal221183500.920.840.13354.9884.9446.86
HexDD122305C54D163552f
Octal335224301341241554312557
Binary110111011001010001101011100101010011011011000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1223; }

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

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

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

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

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

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

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

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