Html Css Color HEX #DA393E Mahogany

📋 copy color: '#DA393E'

red 218 ◦ green 57 ◦ blue 62

#DA393E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #DA393E

Tints of Mahogany #DA393E

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.4%

R = 64.69%
G = 16.91%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA393E (or 0xDA393E) is known color: 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

RGB 218 57 62 -
CMYK 0 0.74 0.72 0.15
HSL 358.14º 0.69% 0.54% -
HSV(B) 358.14º 0.74% 0.85% -
XYZ 31.25 18.18 6.42 -
YUV 105.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 218 57 62 0 0.74 0.72 0.15 358.14 0.69 0.54
Hex DA 39 3E 0 4A 48 F 166 45 36
Octal 332 71 76 0 112 110 17 546 105 66
Binary 11011010 111001 111110 0 1001010 1001000 1111 101100110 1000101 110110

Color Harmonies of #DA393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA393E

Black with #DA393E

Text Example


Text Example

White with #DA393E

Text Example


Text Example

HTML Codes & Css Web 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>