#D43C43

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

Shades of Mahogany #D43C43

Tints of Mahogany #D43C43

Color information

#D43C43 (or 0xD43C43) is unknown color: approx Mahogany. HEX triplet: D4, 3C and 43. RGB value is (212,60,67). Sum of RGB (Red+Green+Blue) = 212+60+67=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C43 is #2BC3BC. Grayscale: #6A6A6A. Windows color (decimal): -2868157 or 4406484. OLE color: 4406484.

HSL color Cylindrical-coordinate representation of color #D43C43: hue angle of 357.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C43 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB2126067-
CMYK00.720.680.17
HSL357.24º63.87%53.33%-
HSV(B)357.24º71.7%83.14%-
XYZ29.7817.637.14-
YUV106.25105.86203.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 62.54%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=62.54%
G=17.70%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212606700.720.680.17357.2463.8753.33
HexD43C4304844111654035
Octal3247410301101042154510065
Binary110101001111001000011010010001000100100011011001011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43C43; }

 p { color: rgb(212,60,67); }

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

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

 a { background-color: rgb(212,60,67); }

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

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

 span { border-color: rgb(212,60,67); }

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