Html Css Color HEX #D1343A Mahogany

📋 copy color: '#D1343A'

red 209 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #D1343A

Tints of Mahogany #D1343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 65.52%
G = 16.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1343A (or 0xD1343A) is known color: Mahogany. HEX triplet: D1, 34 and 3A. RGB value is (209,52,58). Sum of RGB (Red+Green+Blue) = 209+52+58=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343A is #2ECBC5. Grayscale: #636363. Windows color (decimal): -3066822 or 3814609. OLE color: 3814609.

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

Color convert

RGB 209 52 58 -
CMYK 0 0.75 0.72 0.18
HSL 357.71º 0.63% 0.51% -
HSV(B) 357.71º 0.75% 0.82% -
XYZ 28.29 16.32 5.66 -
YUV 99.63 104.51 206.01 -
System Red Green Blue C M Y K H S L
Decimal 209 52 58 0 0.75 0.72 0.18 357.71 0.63 0.51
Hex D1 34 3A 0 4B 48 12 166 3F 33
Octal 321 64 72 0 113 110 22 546 77 63
Binary 11010001 110100 111010 0 1001011 1001000 10010 101100110 111111 110011

Color Harmonies of #D1343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1343A

Black with #D1343A

Text Example


Text Example

White with #D1343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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