#DE4142

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

Shades of Mahogany #DE4142

Tints of Mahogany #DE4142

Color information

#DE4142 (or 0xDE4142) is unknown color: approx Mahogany. HEX triplet: DE, 41 and 42. RGB value is (222,65,66). Sum of RGB (Red+Green+Blue) = 222+65+66=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4142 is #21BEBD. Grayscale: #707070. Windows color (decimal): -2211518 or 4342238. OLE color: 4342238.

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

Color convert

RGB2226566-
CMYK00.710.700.13
HSL359.62º70.4%56.27%-
HSV(B)359.62º70.72%87.06%-
XYZ3319.77.22-
YUV112.06102.01206.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.89%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=62.89%
G=18.41%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222656600.710.700.13359.6270.456.27
HexDE414204746D1684638
Octal33610110201071061555010670
Binary110111101000001100001001000111100011011011011010001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4142; }

 p { color: rgb(222,65,66); }

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

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

 a { background-color: rgb(222,65,66); }

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

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

 span { border-color: rgb(222,65,66); }

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