#DE3D40

Color #DE3D40 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #DE3D40

Tints of Mahogany #DE3D40

Color information

#DE3D40 (or 0xDE3D40) is unknown color: approx Mahogany. HEX triplet: DE, 3D and 40. RGB value is (222,61,64). Sum of RGB (Red+Green+Blue) = 222+61+64=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3D40 is #21C2BF. Grayscale: #6D6D6D. Windows color (decimal): -2212544 or 4210142. OLE color: 4210142.

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

Color convert

RGB2226164-
CMYK00.730.710.13
HSL358.88º70.93%55.49%-
HSV(B)358.88º72.52%87.06%-
XYZ32.7219.246.84-
YUV109.48102.34208.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 63.98%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=63.98%
G=17.58%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222616400.730.710.13358.8870.9355.49
HexDE3D4004947D1674737
Octal3367510001111071554710767
Binary11011110111101100000001001001100011111011011001111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D40; }

 p { color: rgb(222,61,64); }

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

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

 a { background-color: rgb(222,61,64); }

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

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

 span { border-color: rgb(222,61,64); }

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