#DD3A41

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

Shades of Mahogany #DD3A41

Tints of Mahogany #DD3A41

Color information

#DD3A41 (or 0xDD3A41) is unknown color: approx Mahogany. HEX triplet: DD, 3A and 41. RGB value is (221,58,65). Sum of RGB (Red+Green+Blue) = 221+58+65=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A41 is #22C5BE. Grayscale: #6B6B6B. Windows color (decimal): -2278847 or 4274909. OLE color: 4274909.

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

Color convert

RGB2215865-
CMYK00.740.710.13
HSL357.42º70.56%54.71%-
HSV(B)357.42º73.76%86.67%-
XYZ32.2918.786.92-
YUV107.54104208.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.24%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=64.24%
G=16.86%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221586500.740.710.13357.4270.5654.71
HexDD3A4104A47D1654737
Octal3357210101121071554510767
Binary11011101111010100000101001010100011111011011001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3A41; }

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

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

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

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

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

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

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

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