#DC3B42

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

Shades of Mahogany #DC3B42

Tints of Mahogany #DC3B42

Color information

#DC3B42 (or 0xDC3B42) is unknown color: approx Mahogany. HEX triplet: DC, 3B and 42. RGB value is (220,59,66). Sum of RGB (Red+Green+Blue) = 220+59+66=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3B42 is #23C4BD. Grayscale: #6C6C6C. Windows color (decimal): -2344126 or 4340700. OLE color: 4340700.

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

Color convert

RGB2205966-
CMYK00.730.70.14
HSL357.39º69.7%54.71%-
HSV(B)357.39º73.18%86.27%-
XYZ32.0618.747.08-
YUV107.94104.34207.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.77%
GREEN value IS 59 (23.44% from 255) = 17.10%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=63.77%
G=17.10%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220596600.730.70.14357.3969.754.71
HexDC3B4204946E1654637
Octal3347310201111061654510667
Binary11011100111011100001001001001100011011101011001011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3B42; }

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

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

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

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

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

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

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

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