Html Css Color HEX #D8393E Mahogany

📋 copy color: '#D8393E'

red 216 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #D8393E

Tints of Mahogany #D8393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 64.48%
G = 17.01%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8393E (or 0xD8393E) is known color: Mahogany. HEX triplet: D8, 39 and 3E. RGB value is (216,57,62). Sum of RGB (Red+Green+Blue) = 216+57+62=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D8393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8393E is #27C6C1. Grayscale: #696969. Windows color (decimal): -2606786 or 4078040. OLE color: 4078040.

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

Color convert

RGB 216 57 62 -
CMYK 0 0.74 0.71 0.15
HSL 358.11º 0.67% 0.54% -
HSV(B) 358.11º 0.74% 0.85% -
XYZ 30.65 17.87 6.39 -
YUV 105.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 216 57 62 0 0.74 0.71 0.15 358.11 0.67 0.54
Hex D8 39 3E 0 4A 47 F 166 43 36
Octal 330 71 76 0 112 107 17 546 103 66
Binary 11011000 111001 111110 0 1001010 1000111 1111 101100110 1000011 110110

Color Harmonies of #D8393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8393E

Black with #D8393E

Text Example


Text Example

White with #D8393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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