Html Css Color HEX #D4343B Mahogany

📋 copy color: '#D4343B'

red 212 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #D4343B

Tints of Mahogany #D4343B

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 65.63%
G = 16.1%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4343B (or 0xD4343B) is known color: Mahogany. HEX triplet: D4, 34 and 3B. RGB value is (212,52,59). Sum of RGB (Red+Green+Blue) = 212+52+59=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4343B is #2BCBC4. Grayscale: #646464. Windows color (decimal): -2870213 or 3880148. OLE color: 3880148.

HSL color Cylindrical-coordinate representation of color #D4343B: hue angle of 357.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4343B is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 59 -
CMYK 0 0.75 0.72 0.17
HSL 357.38º 0.65% 0.52% -
HSV(B) 357.38º 0.75% 0.83% -
XYZ 29.17 16.77 5.84 -
YUV 100.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 212 52 59 0 0.75 0.72 0.17 357.38 0.65 0.52
Hex D4 34 3B 0 4B 48 11 165 41 34
Octal 324 64 73 0 113 110 21 545 101 64
Binary 11010100 110100 111011 0 1001011 1001000 10001 101100101 1000001 110100

Color Harmonies of #D4343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4343B

Black with #D4343B

Text Example


Text Example

White with #D4343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4343B; }

 p { color: rgb(212,52,59); }

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

background-color css

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

 a { background-color: rgb(212,52,59); }

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

border-color css

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

 span { border-color: rgb(212,52,59); }

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