#D43A40

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

Shades of Mahogany #D43A40

Tints of Mahogany #D43A40

Color information

#D43A40 (or 0xD43A40) is unknown color: approx Mahogany. HEX triplet: D4, 3A and 40. RGB value is (212,58,64). Sum of RGB (Red+Green+Blue) = 212+58+64=334 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.47% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A40 is #2BC5BF. Grayscale: #686868. Windows color (decimal): -2868672 or 4209364. OLE color: 4209364.

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

Color convert

RGB2125864-
CMYK00.730.700.17
HSL357.66º64.17%52.94%-
HSV(B)357.66º72.64%83.14%-
XYZ29.5917.396.65-
YUV104.73105.02204.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.47%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 64 (25.39% from 255) = 19.16%
R=63.47%
G=17.37%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212586400.730.700.17357.6664.1752.94
HexD43A4004946111664035
Octal3247210001111062154610065
Binary110101001110101000000010010011000110100011011001101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43A40; }

 p { color: rgb(212,58,64); }

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

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

 a { background-color: rgb(212,58,64); }

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

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

 span { border-color: rgb(212,58,64); }

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