Html Css Color HEX #D1373C Mahogany

📋 copy color: '#D1373C'

red 209 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #D1373C

Tints of Mahogany #D1373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 64.51%
G = 16.98%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1373C (or 0xD1373C) is known color: Mahogany. HEX triplet: D1, 37 and 3C. RGB value is (209,55,60). Sum of RGB (Red+Green+Blue) = 209+55+60=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1373C is #2EC8C3. Grayscale: #656565. Windows color (decimal): -3066052 or 3946449. OLE color: 3946449.

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

Color convert

RGB 209 55 60 -
CMYK 0 0.74 0.71 0.18
HSL 358.05º 0.63% 0.52% -
HSV(B) 358.05º 0.74% 0.82% -
XYZ 28.48 16.61 5.98 -
YUV 101.62 104.52 204.59 -
System Red Green Blue C M Y K H S L
Decimal 209 55 60 0 0.74 0.71 0.18 358.05 0.63 0.52
Hex D1 37 3C 0 4A 47 12 166 3F 34
Octal 321 67 74 0 112 107 22 546 77 64
Binary 11010001 110111 111100 0 1001010 1000111 10010 101100110 111111 110100

Color Harmonies of #D1373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1373C

Black with #D1373C

Text Example


Text Example

White with #D1373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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