#D43940

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

Shades of Mahogany #D43940

Tints of Mahogany #D43940

Color information

#D43940 (or 0xD43940) is unknown color: approx Mahogany. HEX triplet: D4, 39 and 40. RGB value is (212,57,64). Sum of RGB (Red+Green+Blue) = 212+57+64=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D43940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43940 is #2BC6BF. Grayscale: #686868. Windows color (decimal): -2868928 or 4209108. OLE color: 4209108.

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

Color convert

RGB2125764-
CMYK00.730.700.17
HSL357.29º64.32%52.75%-
HSV(B)357.29º73.11%83.14%-
XYZ29.5417.296.63-
YUV104.14105.35204.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.66%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=63.66%
G=17.12%
B=19.22%

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
Decimal212576400.730.700.17357.2964.3252.75
HexD4394004946111654035
Octal3247110001111062154510065
Binary110101001110011000000010010011000110100011011001011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43940; }

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

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

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

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

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

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

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

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