Html Css Color HEX #D9373D Mahogany

📋 copy color: '#D9373D'

red 217 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D9373D

Tints of Mahogany #D9373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 65.17%
G = 16.52%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9373D (or 0xD9373D) is known color: Mahogany. HEX triplet: D9, 37 and 3D. RGB value is (217,55,61). Sum of RGB (Red+Green+Blue) = 217+55+61=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9373D is #26C8C2. Grayscale: #686868. Windows color (decimal): -2541763 or 4011993. OLE color: 4011993.

HSL color Cylindrical-coordinate representation of color #D9373D: hue angle of 357.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9373D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 55 61 -
CMYK 0 0.75 0.72 0.15
HSL 357.78º 0.68% 0.53% -
HSV(B) 357.78º 0.75% 0.85% -
XYZ 30.82 17.82 6.23 -
YUV 104.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 217 55 61 0 0.75 0.72 0.15 357.78 0.68 0.53
Hex D9 37 3D 0 4B 48 F 166 44 35
Octal 331 67 75 0 113 110 17 546 104 65
Binary 11011001 110111 111101 0 1001011 1001000 1111 101100110 1000100 110101

Color Harmonies of #D9373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9373D

Black with #D9373D

Text Example


Text Example

White with #D9373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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