#DC3B43

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

Shades of Mahogany #DC3B43

Tints of Mahogany #DC3B43

Color information

#DC3B43 (or 0xDC3B43) is unknown color: approx Mahogany. HEX triplet: DC, 3B and 43. RGB value is (220,59,67). Sum of RGB (Red+Green+Blue) = 220+59+67=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B43 is #23C4BC. Grayscale: #6C6C6C. Windows color (decimal): -2344125 or 4406236. OLE color: 4406236.

HSL color Cylindrical-coordinate representation of color #DC3B43: hue angle of 357.02º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B43 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB2205967-
CMYK00.730.700.14
HSL357.02º69.7%54.71%-
HSV(B)357.02º73.18%86.27%-
XYZ32.0918.757.24-
YUV108.05104.84207.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.58%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=63.58%
G=17.05%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220596700.730.700.14357.0269.754.71
HexDC3B4304946E1654637
Octal3347310301111061654510667
Binary11011100111011100001101001001100011011101011001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B43; }

 p { color: rgb(220,59,67); }

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

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

 a { background-color: rgb(220,59,67); }

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

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

 span { border-color: rgb(220,59,67); }

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