Html Css Color HEX #D4343C Mahogany

📋 copy color: '#D4343C'

red 212 ◦ green 52 ◦ blue 60

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

Shades of Mahogany #D4343C

Tints of Mahogany #D4343C

RGB

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

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

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

R = 65.43%
G = 16.05%
B = 18.52%

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

#D4343C (or 0xD4343C) is known color: Mahogany. HEX triplet: D4, 34 and 3C. RGB value is (212,52,60). Sum of RGB (Red+Green+Blue) = 212+52+60=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4343C is #2BCBC3. Grayscale: #646464. Windows color (decimal): -2870212 or 3945684. OLE color: 3945684.

HSL color Cylindrical-coordinate representation of color #D4343C: hue angle of 357º 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 #D4343C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 60 -
CMYK 0 0.75 0.72 0.17
HSL 357º 0.65% 0.52% -
HSV(B) 357º 0.75% 0.83% -
XYZ 29.19 16.78 5.97 -
YUV 100.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 212 52 60 0 0.75 0.72 0.17 357 0.65 0.52
Hex D4 34 3C 0 4B 48 11 165 41 34
Octal 324 64 74 0 113 110 21 545 101 64
Binary 11010100 110100 111100 0 1001011 1001000 10001 101100101 1000001 110100

Color Harmonies of #D4343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4343C

Black with #D4343C

Text Example


Text Example

White with #D4343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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