#D63334

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

Shades of Mahogany #D63334

Tints of Mahogany #D63334

Color information

#D63334 (or 0xD63334) is unknown color: approx Mahogany. HEX triplet: D6, 33 and 34. RGB value is (214,51,52). Sum of RGB (Red+Green+Blue) = 214+51+52=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63334 is #29CCCB. Grayscale: #646464. Windows color (decimal): -2739404 or 3421142. OLE color: 3421142.

HSL color Cylindrical-coordinate representation of color #D63334: hue angle of 359.63º degrees, saturation: 0.67, 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 #D63334 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2145152-
CMYK00.760.760.16
HSL359.63º66.53%51.96%-
HSV(B)359.63º76.17%83.92%-
XYZ29.5416.914.96-
YUV99.85101209.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 67.51%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=67.51%
G=16.09%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214515200.760.760.16359.6366.5351.96
HexD6333404C4C101684334
Octal326636401141142055010364
Binary11010110110011110100010011001001100100001011010001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63334; }

 p { color: rgb(214,51,52); }

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

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

 a { background-color: rgb(214,51,52); }

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

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

 span { border-color: rgb(214,51,52); }

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