Html Css Color HEX #D1393E Mahogany

📋 copy color: '#D1393E'

red 209 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #D1393E

Tints of Mahogany #D1393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 63.72%
G = 17.38%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1393E (or 0xD1393E) is known color: Mahogany. HEX triplet: D1, 39 and 3E. RGB value is (209,57,62). Sum of RGB (Red+Green+Blue) = 209+57+62=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1393E is #2EC6C1. Grayscale: #676767. Windows color (decimal): -3065538 or 4078033. OLE color: 4078033.

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

Color convert

RGB 209 57 62 -
CMYK 0 0.73 0.70 0.18
HSL 358.03º 0.62% 0.52% -
HSV(B) 358.03º 0.73% 0.82% -
XYZ 28.63 16.83 6.3 -
YUV 103.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 209 57 62 0 0.73 0.70 0.18 358.03 0.62 0.52
Hex D1 39 3E 0 49 46 12 166 3E 34
Octal 321 71 76 0 111 106 22 546 76 64
Binary 11010001 111001 111110 0 1001001 1000110 10010 101100110 111110 110100

Color Harmonies of #D1393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1393E

Black with #D1393E

Text Example


Text Example

White with #D1393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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