Html Css Color HEX #D6343D Mahogany

📋 copy color: '#D6343D'

red 214 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #D6343D

Tints of Mahogany #D6343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 65.44%
G = 15.9%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6343D (or 0xD6343D) is known color: Mahogany. HEX triplet: D6, 34 and 3D. RGB value is (214,52,61). Sum of RGB (Red+Green+Blue) = 214+52+61=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6343D is #29CBC2. Grayscale: #656565. Windows color (decimal): -2739139 or 4011222. OLE color: 4011222.

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

Color convert

RGB 214 52 61 -
CMYK 0 0.76 0.71 0.16
HSL 356.67º 0.66% 0.52% -
HSV(B) 356.67º 0.76% 0.84% -
XYZ 29.8 17.09 6.14 -
YUV 101.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 214 52 61 0 0.76 0.71 0.16 356.67 0.66 0.52
Hex D6 34 3D 0 4C 47 10 165 42 34
Octal 326 64 75 0 114 107 20 545 102 64
Binary 11010110 110100 111101 0 1001100 1000111 10000 101100101 1000010 110100

Color Harmonies of #D6343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6343D

Black with #D6343D

Text Example


Text Example

White with #D6343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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