Html Css Color HEX #D8393D Mahogany

📋 copy color: '#D8393D'

red 216 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D8393D

Tints of Mahogany #D8393D

RGB

 RED value IS 216 (84.77% from 255) = 64.67%

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

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

R = 64.67%
G = 17.07%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8393D (or 0xD8393D) is known color: Mahogany. HEX triplet: D8, 39 and 3D. RGB value is (216,57,61). Sum of RGB (Red+Green+Blue) = 216+57+61=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8393D is #27C6C2. Grayscale: #696969. Windows color (decimal): -2606787 or 4012504. OLE color: 4012504.

HSL color Cylindrical-coordinate representation of color #D8393D: hue angle of 358.49º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8393D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 57 61 -
CMYK 0 0.74 0.72 0.15
HSL 358.49º 0.67% 0.54% -
HSV(B) 358.49º 0.74% 0.85% -
XYZ 30.62 17.86 6.25 -
YUV 105 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 216 57 61 0 0.74 0.72 0.15 358.49 0.67 0.54
Hex D8 39 3D 0 4A 48 F 166 43 36
Octal 330 71 75 0 112 110 17 546 103 66
Binary 11011000 111001 111101 0 1001010 1001000 1111 101100110 1000011 110110

Color Harmonies of #D8393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8393D

Black with #D8393D

Text Example


Text Example

White with #D8393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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