#DD3C42

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

Shades of Mahogany #DD3C42

Tints of Mahogany #DD3C42

Color information

#DD3C42 (or 0xDD3C42) is unknown color: approx Mahogany. HEX triplet: DD, 3C and 42. RGB value is (221,60,66). Sum of RGB (Red+Green+Blue) = 221+60+66=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C42 is #22C3BD. Grayscale: #6C6C6C. Windows color (decimal): -2278334 or 4340957. OLE color: 4340957.

HSL color Cylindrical-coordinate representation of color #DD3C42: hue angle of 357.76º degrees, saturation: 0.7, 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 #DD3C42 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB2216066-
CMYK00.730.700.13
HSL357.76º70.31%55.1%-
HSV(B)357.76º72.85%86.67%-
XYZ32.42197.11-
YUV108.82103.84208.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.69%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=63.69%
G=17.29%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221606600.730.700.13357.7670.3155.1
HexDD3C4204946D1664637
Octal3357410201111061554610667
Binary11011101111100100001001001001100011011011011001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3C42; }

 p { color: rgb(221,60,66); }

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

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

 a { background-color: rgb(221,60,66); }

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

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

 span { border-color: rgb(221,60,66); }

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