#D43541

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

Shades of Mahogany #D43541

Tints of Mahogany #D43541

Color information

#D43541 (or 0xD43541) is unknown color: approx Mahogany. HEX triplet: D4, 35 and 41. RGB value is (212,53,65). Sum of RGB (Red+Green+Blue) = 212+53+65=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D43541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43541 is #2BCABE. Grayscale: #666666. Windows color (decimal): -2869951 or 4273620. OLE color: 4273620.

HSL color Cylindrical-coordinate representation of color #D43541: hue angle of 355.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43541 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB2125365-
CMYK00.750.690.17
HSL355.47º64.9%51.96%-
HSV(B)355.47º75%83.14%-
XYZ29.3816.926.72-
YUV101.91107.18206.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.24%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=64.24%
G=16.06%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212536500.750.690.17355.4764.951.96
HexD4354104B45111634134
Octal3246510101131052154310164
Binary110101001101011000001010010111000101100011011000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43541; }

 p { color: rgb(212,53,65); }

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

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

 a { background-color: rgb(212,53,65); }

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

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

 span { border-color: rgb(212,53,65); }

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