#D53336

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

Shades of Mahogany #D53336

Tints of Mahogany #D53336

Color information

#D53336 (or 0xD53336) is unknown color: approx Mahogany. HEX triplet: D5, 33 and 36. RGB value is (213,51,54). Sum of RGB (Red+Green+Blue) = 213+51+54=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53336 is #2ACCC9. Grayscale: #636363. Windows color (decimal): -2804938 or 3552213. OLE color: 3552213.

HSL color Cylindrical-coordinate representation of color #D53336: hue angle of 358.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53336 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2135154-
CMYK00.760.750.16
HSL358.89º65.85%51.76%-
HSV(B)358.89º76.06%83.53%-
XYZ29.2916.785.19-
YUV99.78102.17208.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.98%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=66.98%
G=16.04%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213515400.760.750.16358.8965.8551.76
HexD5333604C4B101674234
Octal325636601141132054710264
Binary11010101110011110110010011001001011100001011001111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53336; }

 p { color: rgb(213,51,54); }

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

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

 a { background-color: rgb(213,51,54); }

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

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

 span { border-color: rgb(213,51,54); }

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