Html Css Color HEX #D9353D Mahogany

📋 copy color: '#D9353D'

red 217 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #D9353D

Tints of Mahogany #D9353D

RGB

 RED value IS 217 (85.16% from 255) = 65.56%

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

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

R = 65.56%
G = 16.01%
B = 18.43%

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

#D9353D (or 0xD9353D) is known color: Mahogany. HEX triplet: D9, 35 and 3D. RGB value is (217,53,61). Sum of RGB (Red+Green+Blue) = 217+53+61=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9353D is #26CAC2. Grayscale: #676767. Windows color (decimal): -2542275 or 4011481. OLE color: 4011481.

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

Color convert

RGB 217 53 61 -
CMYK 0 0.76 0.72 0.15
HSL 357.07º 0.68% 0.53% -
HSV(B) 357.07º 0.76% 0.85% -
XYZ 30.73 17.63 6.2 -
YUV 102.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 217 53 61 0 0.76 0.72 0.15 357.07 0.68 0.53
Hex D9 35 3D 0 4C 48 F 165 44 35
Octal 331 65 75 0 114 110 17 545 104 65
Binary 11011001 110101 111101 0 1001100 1001000 1111 101100101 1000100 110101

Color Harmonies of #D9353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9353D

Black with #D9353D

Text Example


Text Example

White with #D9353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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