Html Css Color HEX #D6343B Mahogany

📋 copy color: '#D6343B'

red 214 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #D6343B

Tints of Mahogany #D6343B

RGB

 RED value IS 214 (83.98% from 255) = 65.85%

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

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

R = 65.85%
G = 16%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6343B (or 0xD6343B) is known color: Mahogany. HEX triplet: D6, 34 and 3B. RGB value is (214,52,59). Sum of RGB (Red+Green+Blue) = 214+52+59=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6343B is #29CBC4. Grayscale: #656565. Windows color (decimal): -2739141 or 3880150. OLE color: 3880150.

HSL color Cylindrical-coordinate representation of color #D6343B: hue angle of 357.41º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6343B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 52 59 -
CMYK 0 0.76 0.72 0.16
HSL 357.41º 0.66% 0.52% -
HSV(B) 357.41º 0.76% 0.84% -
XYZ 29.75 17.07 5.86 -
YUV 101.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 214 52 59 0 0.76 0.72 0.16 357.41 0.66 0.52
Hex D6 34 3B 0 4C 48 10 165 42 34
Octal 326 64 73 0 114 110 20 545 102 64
Binary 11010110 110100 111011 0 1001100 1001000 10000 101100101 1000010 110100

Color Harmonies of #D6343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6343B

Black with #D6343B

Text Example


Text Example

White with #D6343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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