#dd3a42

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

Shades of Mahogany #DD3A42

Tints of Mahogany #DD3A42

Color information

#DD3A42 (or 0xDD3A42) is unknown color: approx Mahogany. HEX triplet: DD, 3A and 42. RGB value is (221,58,66). Sum of RGB (Red+Green+Blue) = 221+58+66=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3A42 is #22C5BD. Grayscale: #6B6B6B. Windows color (decimal): -2278846 or 4340445. OLE color: 4340445.

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

Color convert

RGB2215866-
CMYK00.740.700.13
HSL357.06º70.56%54.71%-
HSV(B)357.06º73.76%86.67%-
XYZ32.3218.797.08-
YUV107.65104.5208.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.06%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=64.06%
G=16.81%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221586600.740.700.13357.0670.5654.71
HexDD3A4204A46D1654737
Octal3357210201121061554510767
Binary11011101111010100001001001010100011011011011001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd3a42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd3a42; }

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

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

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

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

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

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

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

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