Html Css Color HEX #D9363F Mahogany

📋 copy color: '#D9363F'

red 217 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D9363F

Tints of Mahogany #D9363F

RGB

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

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

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

R = 64.97%
G = 16.17%
B = 18.86%

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

#D9363F (or 0xD9363F) is known color: Mahogany. HEX triplet: D9, 36 and 3F. RGB value is (217,54,63). Sum of RGB (Red+Green+Blue) = 217+54+63=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9363F is #26C9C0. Grayscale: #676767. Windows color (decimal): -2542017 or 4142809. OLE color: 4142809.

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

Color convert

RGB 217 54 63 -
CMYK 0 0.75 0.71 0.15
HSL 356.69º 0.68% 0.53% -
HSV(B) 356.69º 0.75% 0.85% -
XYZ 30.83 17.75 6.5 -
YUV 103.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 217 54 63 0 0.75 0.71 0.15 356.69 0.68 0.53
Hex D9 36 3F 0 4B 47 F 165 44 35
Octal 331 66 77 0 113 107 17 545 104 65
Binary 11011001 110110 111111 0 1001011 1000111 1111 101100101 1000100 110101

Color Harmonies of #D9363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9363F

Black with #D9363F

Text Example


Text Example

White with #D9363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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