Html Css Color HEX #D9373A Mahogany

📋 copy color: '#D9373A'

red 217 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #D9373A

Tints of Mahogany #D9373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 65.76%
G = 16.67%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9373A (or 0xD9373A) is known color: Mahogany. HEX triplet: D9, 37 and 3A. RGB value is (217,55,58). Sum of RGB (Red+Green+Blue) = 217+55+58=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9373A is #26C8C5. Grayscale: #676767. Windows color (decimal): -2541766 or 3815385. OLE color: 3815385.

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

Color convert

RGB 217 55 58 -
CMYK 0 0.75 0.73 0.15
HSL 358.89º 0.68% 0.53% -
HSV(B) 358.89º 0.75% 0.85% -
XYZ 30.75 17.79 5.82 -
YUV 103.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 217 55 58 0 0.75 0.73 0.15 358.89 0.68 0.53
Hex D9 37 3A 0 4B 49 F 167 44 35
Octal 331 67 72 0 113 111 17 547 104 65
Binary 11011001 110111 111010 0 1001011 1001001 1111 101100111 1000100 110101

Color Harmonies of #D9373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9373A

Black with #D9373A

Text Example


Text Example

White with #D9373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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