Html Css Color HEX #D8343A Mahogany

📋 copy color: '#D8343A'

red 216 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #D8343A

Tints of Mahogany #D8343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 66.26%
G = 15.95%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8343A (or 0xD8343A) is known color: Mahogany. HEX triplet: D8, 34 and 3A. RGB value is (216,52,58). Sum of RGB (Red+Green+Blue) = 216+52+58=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8343A is #27CBC5. Grayscale: #656565. Windows color (decimal): -2608070 or 3814616. OLE color: 3814616.

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

Color convert

RGB 216 52 58 -
CMYK 0 0.76 0.73 0.15
HSL 357.8º 0.68% 0.53% -
HSV(B) 357.8º 0.76% 0.85% -
XYZ 30.31 17.36 5.76 -
YUV 101.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 216 52 58 0 0.76 0.73 0.15 357.8 0.68 0.53
Hex D8 34 3A 0 4C 49 F 166 44 35
Octal 330 64 72 0 114 111 17 546 104 65
Binary 11011000 110100 111010 0 1001100 1001001 1111 101100110 1000100 110101

Color Harmonies of #D8343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8343A

Black with #D8343A

Text Example


Text Example

White with #D8343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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