#DC3942

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

Shades of Mahogany #DC3942

Tints of Mahogany #DC3942

Color information

#DC3942 (or 0xDC3942) is unknown color: approx Mahogany. HEX triplet: DC, 39 and 42. RGB value is (220,57,66). Sum of RGB (Red+Green+Blue) = 220+57+66=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3942 is #23C6BD. Grayscale: #6A6A6A. Windows color (decimal): -2344638 or 4340188. OLE color: 4340188.

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

Color convert

RGB2205766-
CMYK00.740.70.14
HSL356.69º69.96%54.31%-
HSV(B)356.69º74.09%86.27%-
XYZ31.9618.547.05-
YUV106.76105208.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=64.14%
G=16.62%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220576600.740.70.14356.6969.9654.31
HexDC394204A46E1654636
Octal3347110201121061654510666
Binary11011100111001100001001001010100011011101011001011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3942; }

 p { color: rgb(220,57,66); }

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

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

 a { background-color: rgb(220,57,66); }

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

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

 span { border-color: rgb(220,57,66); }

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