#DA393E

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

Shades of Mahogany #DA393E

Tints of Mahogany #DA393E

Color information

#DA393E (or 0xDA393E) is unknown color: approx Mahogany. HEX triplet: DA, 39 and 3E. RGB value is (218,57,62). Sum of RGB (Red+Green+Blue) = 218+57+62=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393E is #25C6C1. Grayscale: #696969. Windows color (decimal): -2475714 or 4078042. OLE color: 4078042.

HSL color Cylindrical-coordinate representation of color #DA393E: hue angle of 358.14º 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 #DA393E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB2185762-
CMYK00.740.720.15
HSL358.14º68.51%53.92%-
HSV(B)358.14º73.85%85.49%-
XYZ31.2518.186.42-
YUV105.71103.34208.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 64.69%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 62 (24.61% from 255) = 18.40%
R=64.69%
G=16.91%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218576200.740.720.15358.1468.5153.92
HexDA393E04A48F1664536
Octal332717601121101754610566
Binary1101101011100111111001001010100100011111011001101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA393E; }

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

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

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

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

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

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

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

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