Html Css Color HEX #D6343F Mahogany

📋 copy color: '#D6343F'

red 214 ◦ green 52 ◦ blue 63

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

Shades of Mahogany #D6343F

Tints of Mahogany #D6343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 65.05%
G = 15.81%
B = 19.15%

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

#D6343F (or 0xD6343F) is known color: Mahogany. HEX triplet: D6, 34 and 3F. RGB value is (214,52,63). Sum of RGB (Red+Green+Blue) = 214+52+63=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6343F is #29CBC0. Grayscale: #656565. Windows color (decimal): -2739137 or 4142294. OLE color: 4142294.

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

Color convert

RGB 214 52 63 -
CMYK 0 0.76 0.71 0.16
HSL 355.93º 0.66% 0.52% -
HSV(B) 355.93º 0.76% 0.84% -
XYZ 29.86 17.11 6.43 -
YUV 101.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 214 52 63 0 0.76 0.71 0.16 355.93 0.66 0.52
Hex D6 34 3F 0 4C 47 10 164 42 34
Octal 326 64 77 0 114 107 20 544 102 64
Binary 11010110 110100 111111 0 1001100 1000111 10000 101100100 1000010 110100

Color Harmonies of #D6343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6343F

Black with #D6343F

Text Example


Text Example

White with #D6343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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