#DA3E3F

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

Shades of Mahogany #DA3E3F

Tints of Mahogany #DA3E3F

Color information

#DA3E3F (or 0xDA3E3F) is unknown color: approx Mahogany. HEX triplet: DA, 3E and 3F. RGB value is (218,62,63). Sum of RGB (Red+Green+Blue) = 218+62+63=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E3F is #25C1C0. Grayscale: #6C6C6C. Windows color (decimal): -2474433 or 4144858. OLE color: 4144858.

HSL color Cylindrical-coordinate representation of color #DA3E3F: hue angle of 359.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E3F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB2186263-
CMYK00.720.710.15
HSL359.62º67.83%54.9%-
HSV(B)359.62º71.56%85.49%-
XYZ31.5318.716.65-
YUV108.76102.18205.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 63.56%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 63 (25% from 255) = 18.37%
R=63.56%
G=18.08%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218626300.720.710.15359.6267.8354.9
HexDA3E3F04847F1684437
Octal332767701101071755010467
Binary1101101011111011111101001000100011111111011010001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3E3F; }

 p { color: rgb(218,62,63); }

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

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

 a { background-color: rgb(218,62,63); }

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

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

 span { border-color: rgb(218,62,63); }

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