Html Css Color HEX #D8393B Mahogany

📋 copy color: '#D8393B'

red 216 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #D8393B

Tints of Mahogany #D8393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 65.06%
G = 17.17%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8393B (or 0xD8393B) is known color: Mahogany. HEX triplet: D8, 39 and 3B. RGB value is (216,57,59). Sum of RGB (Red+Green+Blue) = 216+57+59=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8393B is #27C6C4. Grayscale: #686868. Windows color (decimal): -2606789 or 3881432. OLE color: 3881432.

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

Color convert

RGB 216 57 59 -
CMYK 0 0.74 0.73 0.15
HSL 359.25º 0.67% 0.54% -
HSV(B) 359.25º 0.74% 0.85% -
XYZ 30.57 17.84 5.97 -
YUV 104.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 216 57 59 0 0.74 0.73 0.15 359.25 0.67 0.54
Hex D8 39 3B 0 4A 49 F 167 43 36
Octal 330 71 73 0 112 111 17 547 103 66
Binary 11011000 111001 111011 0 1001010 1001001 1111 101100111 1000011 110110

Color Harmonies of #D8393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8393B

Black with #D8393B

Text Example


Text Example

White with #D8393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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