#DC3F40

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

Shades of Mahogany #DC3F40

Tints of Mahogany #DC3F40

Color information

#DC3F40 (or 0xDC3F40) is unknown color: approx Mahogany. HEX triplet: DC, 3F and 40. RGB value is (220,63,64). Sum of RGB (Red+Green+Blue) = 220+63+64=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3F40 is #23C0BF. Grayscale: #6E6E6E. Windows color (decimal): -2343104 or 4210652. OLE color: 4210652.

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

Color convert

RGB2206364-
CMYK00.710.710.14
HSL359.62º69.16%55.49%-
HSV(B)359.62º71.36%86.27%-
XYZ32.2219.146.85-
YUV110.06102.01206.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 64 (25.39% from 255) = 18.44%
R=63.40%
G=18.16%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220636400.710.710.14359.6269.1655.49
HexDC3F4004747E1684537
Octal3347710001071071655010567
Binary11011100111111100000001000111100011111101011010001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3F40; }

 p { color: rgb(220,63,64); }

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

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

 a { background-color: rgb(220,63,64); }

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

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

 span { border-color: rgb(220,63,64); }

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