#DC4143

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

Shades of Mahogany #DC4143

Tints of Mahogany #DC4143

Color information

#DC4143 (or 0xDC4143) is unknown color: approx Mahogany. HEX triplet: DC, 41 and 43. RGB value is (220,65,67). Sum of RGB (Red+Green+Blue) = 220+65+67=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4143 is #23BEBC. Grayscale: #6F6F6F. Windows color (decimal): -2342589 or 4407772. OLE color: 4407772.

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

Color convert

RGB2206567-
CMYK00.700.700.14
HSL359.23º68.89%55.88%-
HSV(B)359.23º70.45%86.27%-
XYZ32.4219.47.35-
YUV111.57102.85205.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 65 (25.78% from 255) = 18.47%
BLUE value IS 67 (26.56% from 255) = 19.03%
R=62.5%
G=18.47%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220656700.700.700.14359.2368.8955.88
HexDC414304646E1674538
Octal33410110301061061654710570
Binary110111001000001100001101000110100011011101011001111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4143; }

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

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

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

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

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

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

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

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