#DE4246

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

Shades of Mahogany #DE4246

Tints of Mahogany #DE4246

Color information

#DE4246 (or 0xDE4246) is unknown color: approx Mahogany. HEX triplet: DE, 42 and 46. RGB value is (222,66,70). Sum of RGB (Red+Green+Blue) = 222+66+70=358 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.01% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4246 is #21BDB9. Grayscale: #717171. Windows color (decimal): -2211258 or 4604638. OLE color: 4604638.

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

Color convert

RGB2226670-
CMYK00.700.680.13
HSL358.46º70.27%56.47%-
HSV(B)358.46º70.27%87.06%-
XYZ33.1819.877.88-
YUV113.1103.68205.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 62.01%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 70 (27.73% from 255) = 19.55%
R=62.01%
G=18.44%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222667000.700.680.13358.4670.2756.47
HexDE424604644D1664638
Octal33610210601061041554610670
Binary110111101000010100011001000110100010011011011001101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4246; }

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

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

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

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

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

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

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

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