Html Css Color HEX #D9393E Mahogany

📋 copy color: '#D9393E'

red 217 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #D9393E

Tints of Mahogany #D9393E

RGB

 RED value IS 217 (85.16% from 255) = 64.58%

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

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

R = 64.58%
G = 16.96%
B = 18.45%

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

#D9393E (or 0xD9393E) is known color: Mahogany. HEX triplet: D9, 39 and 3E. RGB value is (217,57,62). Sum of RGB (Red+Green+Blue) = 217+57+62=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393E is #26C6C1. Grayscale: #696969. Windows color (decimal): -2541250 or 4078041. OLE color: 4078041.

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

Color convert

RGB 217 57 62 -
CMYK 0 0.74 0.71 0.15
HSL 358.13º 0.68% 0.54% -
HSV(B) 358.13º 0.74% 0.85% -
XYZ 30.95 18.03 6.41 -
YUV 105.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 217 57 62 0 0.74 0.71 0.15 358.13 0.68 0.54
Hex D9 39 3E 0 4A 47 F 166 44 36
Octal 331 71 76 0 112 107 17 546 104 66
Binary 11011001 111001 111110 0 1001010 1000111 1111 101100110 1000100 110110

Color Harmonies of #D9393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9393E

Black with #D9393E

Text Example


Text Example

White with #D9393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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