#DD1F20

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

Shades of Fire Engine Red #DD1F20

Tints of Fire Engine Red #DD1F20

Color information

#DD1F20 (or 0xDD1F20) is unknown color: approx Fire Engine Red. HEX triplet: DD, 1F and 20. RGB value is (221,31,32). Sum of RGB (Red+Green+Blue) = 221+31+32=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1F20 is #22E0DF. Grayscale: #585858. Windows color (decimal): -2285792 or 2105309. OLE color: 2105309.

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

Color convert

RGB2213132-
CMYK00.860.860.13
HSL359.68º75.4%49.41%-
HSV(B)359.68º85.97%86.67%-
XYZ30.5716.462.93-
YUV87.9296.45222.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 77.82%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=77.82%
G=10.92%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221313200.860.860.13359.6875.449.41
HexDD1F2005656D1684b31
Octal335374001261261555011361
Binary110111011111110000001010110101011011011011010001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1F20; }

 p { color: rgb(221,31,32); }

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

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

 a { background-color: rgb(221,31,32); }

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

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

 span { border-color: rgb(221,31,32); }

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