Html Css Color HEX #D9393A Mahogany

📋 copy color: '#D9393A'

red 217 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #D9393A

Tints of Mahogany #D9393A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 65.36%
G = 17.17%
B = 17.47%

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

#D9393A (or 0xD9393A) is known color: Mahogany. HEX triplet: D9, 39 and 3A. RGB value is (217,57,58). Sum of RGB (Red+Green+Blue) = 217+57+58=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9393A is #26C6C5. Grayscale: #696969. Windows color (decimal): -2541254 or 3815897. OLE color: 3815897.

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

Color convert

RGB 217 57 58 -
CMYK 0 0.74 0.73 0.15
HSL 359.63º 0.68% 0.54% -
HSV(B) 359.63º 0.74% 0.85% -
XYZ 30.84 17.98 5.85 -
YUV 104.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 217 57 58 0 0.74 0.73 0.15 359.63 0.68 0.54
Hex D9 39 3A 0 4A 49 F 168 44 36
Octal 331 71 72 0 112 111 17 550 104 66
Binary 11011001 111001 111010 0 1001010 1001001 1111 101101000 1000100 110110

Color Harmonies of #D9393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9393A

Black with #D9393A

Text Example


Text Example

White with #D9393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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