Html Css Color HEX #D1343B Mahogany

📋 copy color: '#D1343B'

red 209 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #D1343B

Tints of Mahogany #D1343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.44%

R = 65.31%
G = 16.25%
B = 18.44%

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

#D1343B (or 0xD1343B) is known color: Mahogany. HEX triplet: D1, 34 and 3B. RGB value is (209,52,59). Sum of RGB (Red+Green+Blue) = 209+52+59=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343B is #2ECBC4. Grayscale: #636363. Windows color (decimal): -3066821 or 3880145. OLE color: 3880145.

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

Color convert

RGB 209 52 59 -
CMYK 0 0.75 0.72 0.18
HSL 357.32º 0.63% 0.51% -
HSV(B) 357.32º 0.75% 0.82% -
XYZ 28.31 16.33 5.8 -
YUV 99.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 209 52 59 0 0.75 0.72 0.18 357.32 0.63 0.51
Hex D1 34 3B 0 4B 48 12 165 3F 33
Octal 321 64 73 0 113 110 22 545 77 63
Binary 11010001 110100 111011 0 1001011 1001000 10010 101100101 111111 110011

Color Harmonies of #D1343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1343B

Black with #D1343B

Text Example


Text Example

White with #D1343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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