#DD3C41

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

Shades of Mahogany #DD3C41

Tints of Mahogany #DD3C41

Color information

#DD3C41 (or 0xDD3C41) is unknown color: approx Mahogany. HEX triplet: DD, 3C and 41. RGB value is (221,60,65). Sum of RGB (Red+Green+Blue) = 221+60+65=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C41 is #22C3BE. Grayscale: #6C6C6C. Windows color (decimal): -2278335 or 4275421. OLE color: 4275421.

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

Color convert

RGB2216065-
CMYK00.730.710.13
HSL358.14º70.31%55.1%-
HSV(B)358.14º72.85%86.67%-
XYZ32.3918.996.96-
YUV108.71103.34208.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 63.87%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=63.87%
G=17.34%
B=18.79%

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
Decimal221606500.730.710.13358.1470.3155.1
HexDD3C4104947D1664637
Octal3357410101111071554610667
Binary11011101111100100000101001001100011111011011001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3C41; }

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

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

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

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

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

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

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

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