Html Css Color HEX #D3343A Mahogany

📋 copy color: '#D3343A'

red 211 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #D3343A

Tints of Mahogany #D3343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 65.73%
G = 16.2%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3343A (or 0xD3343A) is known color: Mahogany. HEX triplet: D3, 34 and 3A. RGB value is (211,52,58). Sum of RGB (Red+Green+Blue) = 211+52+58=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D3343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3343A is #2CCBC5. Grayscale: #646464. Windows color (decimal): -2935750 or 3814611. OLE color: 3814611.

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

Color convert

RGB 211 52 58 -
CMYK 0 0.75 0.73 0.17
HSL 357.74º 0.64% 0.52% -
HSV(B) 357.74º 0.75% 0.83% -
XYZ 28.86 16.61 5.69 -
YUV 100.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 211 52 58 0 0.75 0.73 0.17 357.74 0.64 0.52
Hex D3 34 3A 0 4B 49 11 166 40 34
Octal 323 64 72 0 113 111 21 546 100 64
Binary 11010011 110100 111010 0 1001011 1001001 10001 101100110 1000000 110100

Color Harmonies of #D3343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3343A

Black with #D3343A

Text Example


Text Example

White with #D3343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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