Html Css Color HEX #D3343E Mahogany

📋 copy color: '#D3343E'

red 211 ◦ green 52 ◦ blue 62

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

Shades of Mahogany #D3343E

Tints of Mahogany #D3343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 64.92%
G = 16%
B = 19.08%

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

#D3343E (or 0xD3343E) is known color: Mahogany. HEX triplet: D3, 34 and 3E. RGB value is (211,52,62). Sum of RGB (Red+Green+Blue) = 211+52+62=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D3343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3343E is #2CCBC1. Grayscale: #646464. Windows color (decimal): -2935746 or 4076755. OLE color: 4076755.

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

Color convert

RGB 211 52 62 -
CMYK 0 0.75 0.71 0.17
HSL 356.23º 0.64% 0.52% -
HSV(B) 356.23º 0.75% 0.83% -
XYZ 28.96 16.65 6.25 -
YUV 100.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 211 52 62 0 0.75 0.71 0.17 356.23 0.64 0.52
Hex D3 34 3E 0 4B 47 11 164 40 34
Octal 323 64 76 0 113 107 21 544 100 64
Binary 11010011 110100 111110 0 1001011 1000111 10001 101100100 1000000 110100

Color Harmonies of #D3343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3343E

Black with #D3343E

Text Example


Text Example

White with #D3343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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