Html Css Color HEX #D3343D Mahogany

📋 copy color: '#D3343D'

red 211 ◦ green 52 ◦ blue 61

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

Shades of Mahogany #D3343D

Tints of Mahogany #D3343D

RGB

 RED value IS 211 (82.81% from 255) = 65.12%

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

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

R = 65.12%
G = 16.05%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3343D (or 0xD3343D) is known color: Mahogany. HEX triplet: D3, 34 and 3D. RGB value is (211,52,61). Sum of RGB (Red+Green+Blue) = 211+52+61=324 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.12% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 211 - color contains mainly: red. Hex color #D3343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3343D is #2CCBC2. Grayscale: #646464. Windows color (decimal): -2935747 or 4011219. OLE color: 4011219.

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

Color convert

RGB 211 52 61 -
CMYK 0 0.75 0.71 0.17
HSL 356.6º 0.64% 0.52% -
HSV(B) 356.6º 0.75% 0.83% -
XYZ 28.93 16.64 6.1 -
YUV 100.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 211 52 61 0 0.75 0.71 0.17 356.6 0.64 0.52
Hex D3 34 3D 0 4B 47 11 165 40 34
Octal 323 64 75 0 113 107 21 545 100 64
Binary 11010011 110100 111101 0 1001011 1000111 10001 101100101 1000000 110100

Color Harmonies of #D3343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3343D

Black with #D3343D

Text Example


Text Example

White with #D3343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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