Html Css Color HEX #DA3536 Mahogany

📋 copy color: '#DA3536'

red 218 ◦ green 53 ◦ blue 54

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

Shades of Mahogany #DA3536

Tints of Mahogany #DA3536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.62%

R = 67.08%
G = 16.31%
B = 16.62%

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

#DA3536 (or 0xDA3536) is known color: Mahogany. HEX triplet: DA, 35 and 36. RGB value is (218,53,54). Sum of RGB (Red+Green+Blue) = 218+53+54=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3536 is #25CAC9. Grayscale: #666666. Windows color (decimal): -2476746 or 3552730. OLE color: 3552730.

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

Color convert

RGB 218 53 54 -
CMYK 0 0.76 0.75 0.15
HSL 359.64º 0.69% 0.53% -
HSV(B) 359.64º 0.76% 0.85% -
XYZ 30.85 17.72 5.28 -
YUV 102.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 218 53 54 0 0.76 0.75 0.15 359.64 0.69 0.53
Hex DA 35 36 0 4C 4B F 168 45 35
Octal 332 65 66 0 114 113 17 550 105 65
Binary 11011010 110101 110110 0 1001100 1001011 1111 101101000 1000101 110101

Color Harmonies of #DA3536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3536

Black with #DA3536

Text Example


Text Example

White with #DA3536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3536; }

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

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

background-color css

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

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

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

border-color css

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

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

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