#D43435

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

Shades of Mahogany #D43435

Tints of Mahogany #D43435

Color information

#D43435 (or 0xD43435) is unknown color: approx Mahogany. HEX triplet: D4, 34 and 35. RGB value is (212,52,53). Sum of RGB (Red+Green+Blue) = 212+52+53=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D43435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43435 is #2BCBCA. Grayscale: #646464. Windows color (decimal): -2870219 or 3486932. OLE color: 3486932.

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

Color convert

RGB2125253-
CMYK00.750.750.17
HSL359.62º65.04%51.76%-
HSV(B)359.62º75.47%83.14%-
XYZ29.0216.715.06-
YUV99.95101.51207.92-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.88%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=66.88%
G=16.40%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212525300.750.750.17359.6265.0451.76
HexD4343504B4B111684134
Octal324646501131132155010164
Binary11010100110100110101010010111001011100011011010001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43435; }

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

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

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

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

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

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

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

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