Html Css Color HEX #D9363E Mahogany

📋 copy color: '#D9363E'

red 217 ◦ green 54 ◦ blue 62

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

Shades of Mahogany #D9363E

Tints of Mahogany #D9363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 65.17%
G = 16.22%
B = 18.62%

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

#D9363E (or 0xD9363E) is known color: Mahogany. HEX triplet: D9, 36 and 3E. RGB value is (217,54,62). Sum of RGB (Red+Green+Blue) = 217+54+62=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9363E is #26C9C1. Grayscale: #676767. Windows color (decimal): -2542018 or 4077273. OLE color: 4077273.

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

Color convert

RGB 217 54 62 -
CMYK 0 0.75 0.71 0.15
HSL 357.06º 0.68% 0.53% -
HSV(B) 357.06º 0.75% 0.85% -
XYZ 30.8 17.74 6.36 -
YUV 103.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 217 54 62 0 0.75 0.71 0.15 357.06 0.68 0.53
Hex D9 36 3E 0 4B 47 F 165 44 35
Octal 331 66 76 0 113 107 17 545 104 65
Binary 11011001 110110 111110 0 1001011 1000111 1111 101100101 1000100 110101

Color Harmonies of #D9363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9363E

Black with #D9363E

Text Example


Text Example

White with #D9363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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