Html Css Color HEX #D1393B Mahogany

📋 copy color: '#D1393B'

red 209 ◦ green 57 ◦ blue 59

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

Shades of Mahogany #D1393B

Tints of Mahogany #D1393B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 64.31%
G = 17.54%
B = 18.15%

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

#D1393B (or 0xD1393B) is known color: Mahogany. HEX triplet: D1, 39 and 3B. RGB value is (209,57,59). Sum of RGB (Red+Green+Blue) = 209+57+59=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1393B is #2EC6C4. Grayscale: #666666. Windows color (decimal): -3065541 or 3881425. OLE color: 3881425.

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

Color convert

RGB 209 57 59 -
CMYK 0 0.73 0.72 0.18
HSL 359.21º 0.62% 0.52% -
HSV(B) 359.21º 0.73% 0.82% -
XYZ 28.55 16.8 5.88 -
YUV 102.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 209 57 59 0 0.73 0.72 0.18 359.21 0.62 0.52
Hex D1 39 3B 0 49 48 12 167 3E 34
Octal 321 71 73 0 111 110 22 547 76 64
Binary 11010001 111001 111011 0 1001001 1001000 10010 101100111 111110 110100

Color Harmonies of #D1393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1393B

Black with #D1393B

Text Example


Text Example

White with #D1393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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