#DD3B3F

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

Shades of Mahogany #DD3B3F

Tints of Mahogany #DD3B3F

Color information

#DD3B3F (or 0xDD3B3F) is unknown color: approx Mahogany. HEX triplet: DD, 3B and 3F. RGB value is (221,59,63). Sum of RGB (Red+Green+Blue) = 221+59+63=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3B3F is #22C4C0. Grayscale: #6C6C6C. Windows color (decimal): -2278593 or 4144093. OLE color: 4144093.

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

Color convert

RGB2215963-
CMYK00.730.710.13
HSL358.52º70.43%54.9%-
HSV(B)358.52º73.3%86.67%-
XYZ32.2818.866.64-
YUV107.89102.67208.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.43%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 63 (25% from 255) = 18.37%
R=64.43%
G=17.20%
B=18.37%

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
Decimal221596300.730.710.13358.5270.4354.9
HexDD3B3F04947D1674637
Octal335737701111071554710667
Binary1101110111101111111101001001100011111011011001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3B3F; }

 p { color: rgb(221,59,63); }

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

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

 a { background-color: rgb(221,59,63); }

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

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

 span { border-color: rgb(221,59,63); }

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