Html Css Color HEX #D9373F Mahogany

📋 copy color: '#D9373F'

red 217 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #D9373F

Tints of Mahogany #D9373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 64.78%
G = 16.42%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9373F (or 0xD9373F) is known color: Mahogany. HEX triplet: D9, 37 and 3F. RGB value is (217,55,63). Sum of RGB (Red+Green+Blue) = 217+55+63=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9373F is #26C8C0. Grayscale: #686868. Windows color (decimal): -2541761 or 4143065. OLE color: 4143065.

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

Color convert

RGB 217 55 63 -
CMYK 0 0.75 0.71 0.15
HSL 357.04º 0.68% 0.53% -
HSV(B) 357.04º 0.75% 0.85% -
XYZ 30.88 17.84 6.52 -
YUV 104.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 217 55 63 0 0.75 0.71 0.15 357.04 0.68 0.53
Hex D9 37 3F 0 4B 47 F 165 44 35
Octal 331 67 77 0 113 107 17 545 104 65
Binary 11011001 110111 111111 0 1001011 1000111 1111 101100101 1000100 110101

Color Harmonies of #D9373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9373F

Black with #D9373F

Text Example


Text Example

White with #D9373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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