Html Css Color HEX #D9393D Mahogany

📋 copy color: '#D9393D'

red 217 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D9393D

Tints of Mahogany #D9393D

RGB

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

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

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

R = 64.78%
G = 17.01%
B = 18.21%

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

#D9393D (or 0xD9393D) is known color: Mahogany. HEX triplet: D9, 39 and 3D. RGB value is (217,57,61). Sum of RGB (Red+Green+Blue) = 217+57+61=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393D is #26C6C2. Grayscale: #696969. Windows color (decimal): -2541251 or 4012505. OLE color: 4012505.

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

Color convert

RGB 217 57 61 -
CMYK 0 0.74 0.72 0.15
HSL 358.5º 0.68% 0.54% -
HSV(B) 358.5º 0.74% 0.85% -
XYZ 30.92 18.01 6.26 -
YUV 105.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 217 57 61 0 0.74 0.72 0.15 358.5 0.68 0.54
Hex D9 39 3D 0 4A 48 F 166 44 36
Octal 331 71 75 0 112 110 17 546 104 66
Binary 11011001 111001 111101 0 1001010 1001000 1111 101100110 1000100 110110

Color Harmonies of #D9393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9393D

Black with #D9393D

Text Example


Text Example

White with #D9393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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