#DE1D26

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

Shades of Fire Engine Red #DE1D26

Tints of Fire Engine Red #DE1D26

Color information

#DE1D26 (or 0xDE1D26) is unknown color: approx Fire Engine Red. HEX triplet: DE, 1D and 26. RGB value is (222,29,38). Sum of RGB (Red+Green+Blue) = 222+29+38=289 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.82% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1D26 is #21E2D9. Grayscale: #575757. Windows color (decimal): -2220762 or 2498014. OLE color: 2498014.

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

Color convert

RGB2222938-
CMYK00.870.830.13
HSL357.2º76.89%49.22%-
HSV(B)357.2º86.94%87.06%-
XYZ30.9116.553.4-
YUV87.7399.94223.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.82%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=76.82%
G=10.03%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222293800.870.830.13357.276.8949.22
HexDE1D2605753D1654d31
Octal336354601271231554511561
Binary110111101110110011001010111101001111011011001011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1D26; }

 p { color: rgb(222,29,38); }

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

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

 a { background-color: rgb(222,29,38); }

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

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

 span { border-color: rgb(222,29,38); }

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