#DD1E26

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

Shades of Fire Engine Red #DD1E26

Tints of Fire Engine Red #DD1E26

Color information

#DD1E26 (or 0xDD1E26) is unknown color: approx Fire Engine Red. HEX triplet: DD, 1E and 26. RGB value is (221,30,38). Sum of RGB (Red+Green+Blue) = 221+30+38=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E26 is #22E1D9. Grayscale: #585858. Windows color (decimal): -2286042 or 2498269. OLE color: 2498269.

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

Color convert

RGB2213038-
CMYK00.860.830.13
HSL357.49º76.1%49.22%-
HSV(B)357.49º86.43%86.67%-
XYZ30.6316.443.39-
YUV88.0299.78222.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 76.47%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=76.47%
G=10.38%
B=13.15%

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
Decimal221303800.860.830.13357.4976.149.22
HexDD1E2605653D1654c31
Octal335364601261231554511461
Binary110111011111010011001010110101001111011011001011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1E26; }

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

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

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

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

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

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

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

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