#D63C41

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

Shades of Mahogany #D63C41

Tints of Mahogany #D63C41

Color information

#D63C41 (or 0xD63C41) is unknown color: approx Mahogany. HEX triplet: D6, 3C and 41. RGB value is (214,60,65). Sum of RGB (Red+Green+Blue) = 214+60+65=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C41 is #29C3BE. Grayscale: #6A6A6A. Windows color (decimal): -2737087 or 4275414. OLE color: 4275414.

HSL color Cylindrical-coordinate representation of color #D63C41: hue angle of 358.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C41 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB2146065-
CMYK00.720.700.16
HSL358.05º65.25%53.73%-
HSV(B)358.05º71.96%83.92%-
XYZ30.317.916.86-
YUV106.62104.52204.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 63.13%
GREEN value IS 60 (23.83% from 255) = 17.70%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=63.13%
G=17.70%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214606500.720.700.16358.0565.2553.73
HexD63C4104846101664136
Octal3267410101101062054610166
Binary110101101111001000001010010001000110100001011001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63C41; }

 p { color: rgb(214,60,65); }

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

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

 a { background-color: rgb(214,60,65); }

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

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

 span { border-color: rgb(214,60,65); }

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