Html Css Color HEX #DA353D Mahogany

📋 copy color: '#DA353D'

red 218 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #DA353D

Tints of Mahogany #DA353D

RGB

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

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

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

R = 65.66%
G = 15.96%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA353D (or 0xDA353D) is known color: Mahogany. HEX triplet: DA, 35 and 3D. RGB value is (218,53,61). Sum of RGB (Red+Green+Blue) = 218+53+61=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA353D is #25CAC2. Grayscale: #676767. Windows color (decimal): -2476739 or 4011482. OLE color: 4011482.

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

Color convert

RGB 218 53 61 -
CMYK 0 0.76 0.72 0.15
HSL 357.09º 0.69% 0.53% -
HSV(B) 357.09º 0.76% 0.85% -
XYZ 31.03 17.79 6.21 -
YUV 103.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 218 53 61 0 0.76 0.72 0.15 357.09 0.69 0.53
Hex DA 35 3D 0 4C 48 F 165 45 35
Octal 332 65 75 0 114 110 17 545 105 65
Binary 11011010 110101 111101 0 1001100 1001000 1111 101100101 1000101 110101

Color Harmonies of #DA353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA353D

Black with #DA353D

Text Example


Text Example

White with #DA353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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