#DE3F44

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

Shades of Mahogany #DE3F44

Tints of Mahogany #DE3F44

Color information

#DE3F44 (or 0xDE3F44) is unknown color: approx Mahogany. HEX triplet: DE, 3F and 44. RGB value is (222,63,68). Sum of RGB (Red+Green+Blue) = 222+63+68=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3F44 is #21C0BB. Grayscale: #6F6F6F. Windows color (decimal): -2212028 or 4472798. OLE color: 4472798.

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

Color convert

RGB2226368-
CMYK00.720.690.13
HSL358.11º70.67%55.88%-
HSV(B)358.11º71.62%87.06%-
XYZ32.9519.57.5-
YUV111.11103.68207.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.89%
GREEN value IS 63 (25% from 255) = 17.85%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=62.89%
G=17.85%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222636800.720.690.13358.1170.6755.88
HexDE3F4404845D1664738
Octal3367710401101051554610770
Binary11011110111111100010001001000100010111011011001101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3F44; }

 p { color: rgb(222,63,68); }

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

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

 a { background-color: rgb(222,63,68); }

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

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

 span { border-color: rgb(222,63,68); }

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