Html Css Color HEX #DA3537 Mahogany

📋 copy color: '#DA3537'

red 218 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #DA3537

Tints of Mahogany #DA3537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.87%

R = 66.87%
G = 16.26%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA3537 (or 0xDA3537) is known color: Mahogany. HEX triplet: DA, 35 and 37. RGB value is (218,53,55). Sum of RGB (Red+Green+Blue) = 218+53+55=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3537 is #25CAC8. Grayscale: #666666. Windows color (decimal): -2476745 or 3618266. OLE color: 3618266.

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

Color convert

RGB 218 53 55 -
CMYK 0 0.76 0.75 0.15
HSL 359.27º 0.69% 0.53% -
HSV(B) 359.27º 0.76% 0.85% -
XYZ 30.88 17.73 5.41 -
YUV 102.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 218 53 55 0 0.76 0.75 0.15 359.27 0.69 0.53
Hex DA 35 37 0 4C 4B F 167 45 35
Octal 332 65 67 0 114 113 17 547 105 65
Binary 11011010 110101 110111 0 1001100 1001011 1111 101100111 1000101 110101

Color Harmonies of #DA3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3537

Black with #DA3537

Text Example


Text Example

White with #DA3537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3537; }

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

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

background-color css

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

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

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

border-color css

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

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

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