#dd1e25

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

Shades of Fire Engine Red #DD1E25

Tints of Fire Engine Red #DD1E25

Color information

#DD1E25 (or 0xDD1E25) is unknown color: approx Fire Engine Red. HEX triplet: DD, 1E and 25. RGB value is (221,30,37). Sum of RGB (Red+Green+Blue) = 221+30+37=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E25 is #22E1DA. Grayscale: #585858. Windows color (decimal): -2286043 or 2432733. OLE color: 2432733.

HSL color Cylindrical-coordinate representation of color #DD1E25: hue angle of 357.8º degrees, saturation: 0.76, 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 #DD1E25 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB2213037-
CMYK00.860.830.13
HSL357.8º76.1%49.22%-
HSV(B)357.8º86.43%86.67%-
XYZ30.6216.433.31-
YUV87.9199.28222.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.74%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=76.74%
G=10.42%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221303700.860.830.13357.876.149.22
HexDD1E2505653D1664c31
Octal335364501261231554611461
Binary110111011111010010101010110101001111011011001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd1e25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd1e25; }

 p { color: rgb(221,30,37); }

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

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

 a { background-color: rgb(221,30,37); }

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

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

 span { border-color: rgb(221,30,37); }

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