Html Css Color HEX #D1373E Mahogany

📋 copy color: '#D1373E'

red 209 ◦ green 55 ◦ blue 62

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

Shades of Mahogany #D1373E

Tints of Mahogany #D1373E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.87%

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

R = 64.11%
G = 16.87%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1373E (or 0xD1373E) is known color: Mahogany. HEX triplet: D1, 37 and 3E. RGB value is (209,55,62). Sum of RGB (Red+Green+Blue) = 209+55+62=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1373E is #2EC8C1. Grayscale: #656565. Windows color (decimal): -3066050 or 4077521. OLE color: 4077521.

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

Color convert

RGB 209 55 62 -
CMYK 0 0.74 0.70 0.18
HSL 357.27º 0.63% 0.52% -
HSV(B) 357.27º 0.74% 0.82% -
XYZ 28.53 16.64 6.26 -
YUV 101.84 105.52 204.43 -
System Red Green Blue C M Y K H S L
Decimal 209 55 62 0 0.74 0.70 0.18 357.27 0.63 0.52
Hex D1 37 3E 0 4A 46 12 165 3F 34
Octal 321 67 76 0 112 106 22 545 77 64
Binary 11010001 110111 111110 0 1001010 1000110 10010 101100101 111111 110100

Color Harmonies of #D1373E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1373E

Black with #D1373E

Text Example


Text Example

White with #D1373E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1373E; }

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

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

background-color css

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

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

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

border-color css

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

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

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