Html Css Color HEX #D2343D Mahogany

📋 copy color: '#D2343D'

red 210 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #D2343D

Tints of Mahogany #D2343D

RGB

 RED value IS 210 (82.42% from 255) = 65.02%

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 65.02%
G = 16.1%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2343D (or 0xD2343D) is known color: Mahogany. HEX triplet: D2, 34 and 3D. RGB value is (210,52,61). Sum of RGB (Red+Green+Blue) = 210+52+61=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343D is #2DCBC2. Grayscale: #646464. Windows color (decimal): -3001283 or 4011218. OLE color: 4011218.

HSL color Cylindrical-coordinate representation of color #D2343D: hue angle of 356.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2343D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 61 -
CMYK 0 0.75 0.71 0.18
HSL 356.58º 0.64% 0.51% -
HSV(B) 356.58º 0.75% 0.82% -
XYZ 28.65 16.49 6.09 -
YUV 100.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 210 52 61 0 0.75 0.71 0.18 356.58 0.64 0.51
Hex D2 34 3D 0 4B 47 12 165 40 33
Octal 322 64 75 0 113 107 22 545 100 63
Binary 11010010 110100 111101 0 1001011 1000111 10010 101100101 1000000 110011

Color Harmonies of #D2343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2343D

Black with #D2343D

Text Example


Text Example

White with #D2343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2343D; }

 p { color: rgb(210,52,61); }

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

background-color css

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

 a { background-color: rgb(210,52,61); }

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

border-color css

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

 span { border-color: rgb(210,52,61); }

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