Html Css Color HEX #D1393D Mahogany

📋 copy color: '#D1393D'

red 209 ◦ green 57 ◦ blue 61

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

Shades of Mahogany #D1393D

Tints of Mahogany #D1393D

RGB

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

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

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

R = 63.91%
G = 17.43%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1393D (or 0xD1393D) is known color: Mahogany. HEX triplet: D1, 39 and 3D. RGB value is (209,57,61). Sum of RGB (Red+Green+Blue) = 209+57+61=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1393D is #2EC6C2. Grayscale: #676767. Windows color (decimal): -3065539 or 4012497. OLE color: 4012497.

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

Color convert

RGB 209 57 61 -
CMYK 0 0.73 0.71 0.18
HSL 358.42º 0.62% 0.52% -
HSV(B) 358.42º 0.73% 0.82% -
XYZ 28.6 16.82 6.15 -
YUV 102.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 209 57 61 0 0.73 0.71 0.18 358.42 0.62 0.52
Hex D1 39 3D 0 49 47 12 166 3E 34
Octal 321 71 75 0 111 107 22 546 76 64
Binary 11010001 111001 111101 0 1001001 1000111 10010 101100110 111110 110100

Color Harmonies of #D1393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1393D

Black with #D1393D

Text Example


Text Example

White with #D1393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1393D; }

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

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

background-color css

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

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

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

border-color css

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

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

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