Html Css Color HEX #D7343F Mahogany

📋 copy color: '#D7343F'

red 215 ◦ green 52 ◦ blue 63

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

Shades of Mahogany #D7343F

Tints of Mahogany #D7343F

RGB

 RED value IS 215 (84.38% from 255) = 65.15%

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

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

R = 65.15%
G = 15.76%
B = 19.09%

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

#D7343F (or 0xD7343F) is known color: Mahogany. HEX triplet: D7, 34 and 3F. RGB value is (215,52,63). Sum of RGB (Red+Green+Blue) = 215+52+63=330 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.15% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 215 - color contains mainly: red. Hex color #D7343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7343F is #28CBC0. Grayscale: #666666. Windows color (decimal): -2673601 or 4142295. OLE color: 4142295.

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

Color convert

RGB 215 52 63 -
CMYK 0 0.76 0.71 0.16
HSL 355.95º 0.67% 0.52% -
HSV(B) 355.95º 0.76% 0.84% -
XYZ 30.15 17.26 6.45 -
YUV 101.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 215 52 63 0 0.76 0.71 0.16 355.95 0.67 0.52
Hex D7 34 3F 0 4C 47 10 164 43 34
Octal 327 64 77 0 114 107 20 544 103 64
Binary 11010111 110100 111111 0 1001100 1000111 10000 101100100 1000011 110100

Color Harmonies of #D7343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7343F

Black with #D7343F

Text Example


Text Example

White with #D7343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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