#dd1c23

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

Shades of Fire Engine Red #DD1C23

Tints of Fire Engine Red #DD1C23

Color information

#DD1C23 (or 0xDD1C23) is unknown color: approx Fire Engine Red. HEX triplet: DD, 1C and 23. RGB value is (221,28,35). Sum of RGB (Red+Green+Blue) = 221+28+35=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C23 is #22E3DC. Grayscale: #565656. Windows color (decimal): -2286557 or 2301149. OLE color: 2301149.

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

Color convert

RGB2212835-
CMYK00.870.840.13
HSL357.82º77.51%48.82%-
HSV(B)357.82º87.33%86.67%-
XYZ30.5416.323.13-
YUV86.598.94223.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.82%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 35 (14.06% from 255) = 12.32%
R=77.82%
G=9.86%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221283500.870.840.13357.8277.5148.82
HexDD1C2305754D1664e31
Octal335344301271241554611661
Binary110111011110010001101010111101010011011011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1c23; }

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

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

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

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

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

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

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

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