Html Css Color HEX #D9363C Mahogany

📋 copy color: '#D9363C'

red 217 ◦ green 54 ◦ blue 60

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

Shades of Mahogany #D9363C

Tints of Mahogany #D9363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 65.56%
G = 16.31%
B = 18.13%

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

#D9363C (or 0xD9363C) is known color: Mahogany. HEX triplet: D9, 36 and 3C. RGB value is (217,54,60). Sum of RGB (Red+Green+Blue) = 217+54+60=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D9363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9363C is #26C9C3. Grayscale: #676767. Windows color (decimal): -2542020 or 3946201. OLE color: 3946201.

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

Color convert

RGB 217 54 60 -
CMYK 0 0.75 0.72 0.15
HSL 357.79º 0.68% 0.53% -
HSV(B) 357.79º 0.75% 0.85% -
XYZ 30.75 17.72 6.07 -
YUV 103.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 217 54 60 0 0.75 0.72 0.15 357.79 0.68 0.53
Hex D9 36 3C 0 4B 48 F 166 44 35
Octal 331 66 74 0 113 110 17 546 104 65
Binary 11011001 110110 111100 0 1001011 1001000 1111 101100110 1000100 110101

Color Harmonies of #D9363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9363C

Black with #D9363C

Text Example


Text Example

White with #D9363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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