#DA393F

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

Shades of Mahogany #DA393F

Tints of Mahogany #DA393F

Color information

#DA393F (or 0xDA393F) is unknown color: approx Mahogany. HEX triplet: DA, 39 and 3F. RGB value is (218,57,63). Sum of RGB (Red+Green+Blue) = 218+57+63=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393F is #25C6C0. Grayscale: #696969. Windows color (decimal): -2475713 or 4143578. OLE color: 4143578.

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

Color convert

RGB2185763-
CMYK00.740.710.15
HSL357.76º68.51%53.92%-
HSV(B)357.76º73.85%85.49%-
XYZ31.2718.196.57-
YUV105.82103.84208.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.50%
GREEN value IS 57 (22.66% from 255) = 16.86%
BLUE value IS 63 (25% from 255) = 18.64%
R=64.50%
G=16.86%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218576300.740.710.15357.7668.5153.92
HexDA393F04A47F1664536
Octal332717701121071754610566
Binary1101101011100111111101001010100011111111011001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA393F; }

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

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

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

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

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

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

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

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