Html Css Color HEX #D7393D Mahogany

📋 copy color: '#D7393D'

red 215 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D7393D

Tints of Mahogany #D7393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.12%

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

R = 64.56%
G = 17.12%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7393D (or 0xD7393D) is known color: Mahogany. HEX triplet: D7, 39 and 3D. RGB value is (215,57,61). Sum of RGB (Red+Green+Blue) = 215+57+61=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D7393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7393D is #28C6C2. Grayscale: #686868. Windows color (decimal): -2672323 or 4012503. OLE color: 4012503.

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

Color convert

RGB 215 57 61 -
CMYK 0 0.73 0.72 0.16
HSL 358.48º 0.66% 0.53% -
HSV(B) 358.48º 0.73% 0.84% -
XYZ 30.33 17.71 6.23 -
YUV 104.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 215 57 61 0 0.73 0.72 0.16 358.48 0.66 0.53
Hex D7 39 3D 0 49 48 10 166 42 35
Octal 327 71 75 0 111 110 20 546 102 65
Binary 11010111 111001 111101 0 1001001 1001000 10000 101100110 1000010 110101

Color Harmonies of #D7393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7393D

Black with #D7393D

Text Example


Text Example

White with #D7393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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