Html Css Color HEX #D9343D Mahogany

📋 copy color: '#D9343D'

red 217 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #D9343D

Tints of Mahogany #D9343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 65.76%
G = 15.76%
B = 18.48%

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

#D9343D (or 0xD9343D) is known color: Mahogany. HEX triplet: D9, 34 and 3D. RGB value is (217,52,61). Sum of RGB (Red+Green+Blue) = 217+52+61=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9343D is #26CBC2. Grayscale: #666666. Windows color (decimal): -2542531 or 4011225. OLE color: 4011225.

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

Color convert

RGB 217 52 61 -
CMYK 0 0.76 0.72 0.15
HSL 356.73º 0.68% 0.53% -
HSV(B) 356.73º 0.76% 0.85% -
XYZ 30.69 17.54 6.18 -
YUV 102.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 217 52 61 0 0.76 0.72 0.15 356.73 0.68 0.53
Hex D9 34 3D 0 4C 48 F 165 44 35
Octal 331 64 75 0 114 110 17 545 104 65
Binary 11011001 110100 111101 0 1001100 1001000 1111 101100101 1000100 110101

Color Harmonies of #D9343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9343D

Black with #D9343D

Text Example


Text Example

White with #D9343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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