Html Css Color HEX #D8343C Mahogany

📋 copy color: '#D8343C'

red 216 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #D8343C

Tints of Mahogany #D8343C

RGB

 RED value IS 216 (84.77% from 255) = 65.85%

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

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 65.85%
G = 15.85%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8343C (or 0xD8343C) is known color: Mahogany. HEX triplet: D8, 34 and 3C. RGB value is (216,52,60). Sum of RGB (Red+Green+Blue) = 216+52+60=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8343C is #27CBC3. Grayscale: #666666. Windows color (decimal): -2608068 or 3945688. OLE color: 3945688.

HSL color Cylindrical-coordinate representation of color #D8343C: hue angle of 357.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8343C is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 52 60 -
CMYK 0 0.76 0.72 0.15
HSL 357.07º 0.68% 0.53% -
HSV(B) 357.07º 0.76% 0.85% -
XYZ 30.36 17.38 6.03 -
YUV 101.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 216 52 60 0 0.76 0.72 0.15 357.07 0.68 0.53
Hex D8 34 3C 0 4C 48 F 165 44 35
Octal 330 64 74 0 114 110 17 545 104 65
Binary 11011000 110100 111100 0 1001100 1001000 1111 101100101 1000100 110101

Color Harmonies of #D8343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8343C

Black with #D8343C

Text Example


Text Example

White with #D8343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8343C; }

 p { color: rgb(216,52,60); }

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

background-color css

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

 a { background-color: rgb(216,52,60); }

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

border-color css

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

 span { border-color: rgb(216,52,60); }

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