Html Css Color HEX #DA3540 Mahogany

📋 copy color: '#DA3540'

red 218 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #DA3540

Tints of Mahogany #DA3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 64 (25.39% from 255) = 19.1%

R = 65.07%
G = 15.82%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA3540 (or 0xDA3540) is known color: Mahogany. HEX triplet: DA, 35 and 40. RGB value is (218,53,64). Sum of RGB (Red+Green+Blue) = 218+53+64=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3540 is #25CABF. Grayscale: #676767. Windows color (decimal): -2476736 or 4208090. OLE color: 4208090.

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

Color convert

RGB 218 53 64 -
CMYK 0 0.76 0.71 0.15
HSL 356º 0.69% 0.53% -
HSV(B) 356º 0.76% 0.85% -
XYZ 31.11 17.82 6.65 -
YUV 103.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 218 53 64 0 0.76 0.71 0.15 356 0.69 0.53
Hex DA 35 40 0 4C 47 F 164 45 35
Octal 332 65 100 0 114 107 17 544 105 65
Binary 11011010 110101 1000000 0 1001100 1000111 1111 101100100 1000101 110101

Color Harmonies of #DA3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3540

Black with #DA3540

Text Example


Text Example

White with #DA3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3540; }

 p { color: rgb(218,53,64); }

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

background-color css

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

 a { background-color: rgb(218,53,64); }

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

border-color css

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

 span { border-color: rgb(218,53,64); }

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