Html Css Color HEX #D7363D Mahogany

📋 copy color: '#D7363D'

red 215 ◦ green 54 ◦ blue 61

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

Shades of Mahogany #D7363D

Tints of Mahogany #D7363D

RGB

 RED value IS 215 (84.38% from 255) = 65.15%

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 65.15%
G = 16.36%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7363D (or 0xD7363D) is known color: Mahogany. HEX triplet: D7, 36 and 3D. RGB value is (215,54,61). Sum of RGB (Red+Green+Blue) = 215+54+61=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7363D is #28C9C2. Grayscale: #676767. Windows color (decimal): -2673091 or 4011735. OLE color: 4011735.

HSL color Cylindrical-coordinate representation of color #D7363D: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7363D is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 61 -
CMYK 0 0.75 0.72 0.16
HSL 357.39º 0.67% 0.53% -
HSV(B) 357.39º 0.75% 0.84% -
XYZ 30.19 17.42 6.19 -
YUV 102.94 104.34 207.93 -
System Red Green Blue C M Y K H S L
Decimal 215 54 61 0 0.75 0.72 0.16 357.39 0.67 0.53
Hex D7 36 3D 0 4B 48 10 165 43 35
Octal 327 66 75 0 113 110 20 545 103 65
Binary 11010111 110110 111101 0 1001011 1001000 10000 101100101 1000011 110101

Color Harmonies of #D7363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7363D

Black with #D7363D

Text Example


Text Example

White with #D7363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7363D; }

 p { color: rgb(215,54,61); }

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

background-color css

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

 a { background-color: rgb(215,54,61); }

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

border-color css

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

 span { border-color: rgb(215,54,61); }

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