#D63E42

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

Shades of Mahogany #D63E42

Tints of Mahogany #D63E42

Color information

#D63E42 (or 0xD63E42) is unknown color: approx Mahogany. HEX triplet: D6, 3E and 42. RGB value is (214,62,66). Sum of RGB (Red+Green+Blue) = 214+62+66=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E42 is #29C1BD. Grayscale: #6C6C6C. Windows color (decimal): -2736574 or 4341462. OLE color: 4341462.

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

Color convert

RGB2146266-
CMYK00.710.690.16
HSL358.42º64.96%54.12%-
HSV(B)358.42º71.03%83.92%-
XYZ30.4418.137.05-
YUV107.9104.36203.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.57%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=62.57%
G=18.13%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214626600.710.690.16358.4264.9654.12
HexD63E4204745101664136
Octal3267610201071052054610166
Binary110101101111101000010010001111000101100001011001101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63E42; }

 p { color: rgb(214,62,66); }

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

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

 a { background-color: rgb(214,62,66); }

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

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

 span { border-color: rgb(214,62,66); }

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