Html Css Color HEX #D1343C Mahogany

📋 copy color: '#D1343C'

red 209 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #D1343C

Tints of Mahogany #D1343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

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

R = 65.11%
G = 16.2%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1343C (or 0xD1343C) is known color: Mahogany. HEX triplet: D1, 34 and 3C. RGB value is (209,52,60). Sum of RGB (Red+Green+Blue) = 209+52+60=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343C is #2ECBC3. Grayscale: #636363. Windows color (decimal): -3066820 or 3945681. OLE color: 3945681.

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

Color convert

RGB 209 52 60 -
CMYK 0 0.75 0.71 0.18
HSL 356.94º 0.63% 0.51% -
HSV(B) 356.94º 0.75% 0.82% -
XYZ 28.34 16.34 5.93 -
YUV 99.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 209 52 60 0 0.75 0.71 0.18 356.94 0.63 0.51
Hex D1 34 3C 0 4B 47 12 165 3F 33
Octal 321 64 74 0 113 107 22 545 77 63
Binary 11010001 110100 111100 0 1001011 1000111 10010 101100101 111111 110011

Color Harmonies of #D1343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1343C

Black with #D1343C

Text Example


Text Example

White with #D1343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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