Html Css Color HEX #D1393A Mahogany

📋 copy color: '#D1393A'

red 209 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #D1393A

Tints of Mahogany #D1393A

RGB

 RED value IS 209 (82.03% from 255) = 64.51%

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

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

R = 64.51%
G = 17.59%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1393A (or 0xD1393A) is known color: Mahogany. HEX triplet: D1, 39 and 3A. RGB value is (209,57,58). Sum of RGB (Red+Green+Blue) = 209+57+58=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1393A is #2EC6C5. Grayscale: #666666. Windows color (decimal): -3065542 or 3815889. OLE color: 3815889.

HSL color Cylindrical-coordinate representation of color #D1393A: hue angle of 359.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1393A is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 58 -
CMYK 0 0.73 0.72 0.18
HSL 359.61º 0.62% 0.52% -
HSV(B) 359.61º 0.73% 0.82% -
XYZ 28.52 16.79 5.74 -
YUV 102.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 209 57 58 0 0.73 0.72 0.18 359.61 0.62 0.52
Hex D1 39 3A 0 49 48 12 168 3E 34
Octal 321 71 72 0 111 110 22 550 76 64
Binary 11010001 111001 111010 0 1001001 1001000 10010 101101000 111110 110100

Color Harmonies of #D1393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1393A

Black with #D1393A

Text Example


Text Example

White with #D1393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1393A; }

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

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

background-color css

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

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

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

border-color css

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

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

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