Html Css Color HEX #DA393D Mahogany

📋 copy color: '#DA393D'

red 218 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #DA393D

Tints of Mahogany #DA393D

RGB

 RED value IS 218 (85.55% from 255) = 64.88%

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 64.88%
G = 16.96%
B = 18.15%

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

#DA393D (or 0xDA393D) is known color: Mahogany. HEX triplet: DA, 39 and 3D. RGB value is (218,57,61). Sum of RGB (Red+Green+Blue) = 218+57+61=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA393D is #25C6C2. Grayscale: #696969. Windows color (decimal): -2475715 or 4012506. OLE color: 4012506.

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

Color convert

RGB 218 57 61 -
CMYK 0 0.74 0.72 0.15
HSL 358.51º 0.69% 0.54% -
HSV(B) 358.51º 0.74% 0.85% -
XYZ 31.22 18.17 6.28 -
YUV 105.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 218 57 61 0 0.74 0.72 0.15 358.51 0.69 0.54
Hex DA 39 3D 0 4A 48 F 167 45 36
Octal 332 71 75 0 112 110 17 547 105 66
Binary 11011010 111001 111101 0 1001010 1001000 1111 101100111 1000101 110110

Color Harmonies of #DA393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA393D

Black with #DA393D

Text Example


Text Example

White with #DA393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA393D; }

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

 H1.HeaderClassName
 {
   color: #DA393D;
 }
 .AnyTagClassName
 {
   color: #DA393D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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