Html Css Color HEX #D9343E Mahogany

📋 copy color: '#D9343E'

red 217 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #D9343E

Tints of Mahogany #D9343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 65.56%
G = 15.71%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9343E (or 0xD9343E) is known color: Mahogany. HEX triplet: D9, 34 and 3E. RGB value is (217,52,62). Sum of RGB (Red+Green+Blue) = 217+52+62=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9343E is #26CBC1. Grayscale: #666666. Windows color (decimal): -2542530 or 4076761. OLE color: 4076761.

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

Color convert

RGB 217 52 62 -
CMYK 0 0.76 0.71 0.15
HSL 356.36º 0.68% 0.53% -
HSV(B) 356.36º 0.76% 0.85% -
XYZ 30.71 17.56 6.33 -
YUV 102.48 105.16 209.69 -
System Red Green Blue C M Y K H S L
Decimal 217 52 62 0 0.76 0.71 0.15 356.36 0.68 0.53
Hex D9 34 3E 0 4C 47 F 164 44 35
Octal 331 64 76 0 114 107 17 544 104 65
Binary 11011001 110100 111110 0 1001100 1000111 1111 101100100 1000100 110101

Color Harmonies of #D9343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9343E

Black with #D9343E

Text Example


Text Example

White with #D9343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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