Html Css Color HEX #D3323A Mahogany

📋 copy color: '#D3323A'

red 211 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D3323A

Tints of Mahogany #D3323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.67%

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

R = 66.14%
G = 15.67%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3323A (or 0xD3323A) is known color: Mahogany. HEX triplet: D3, 32 and 3A. RGB value is (211,50,58). Sum of RGB (Red+Green+Blue) = 211+50+58=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3323A is #2CCDC5. Grayscale: #636363. Windows color (decimal): -2936262 or 3814099. OLE color: 3814099.

HSL color Cylindrical-coordinate representation of color #D3323A: hue angle of 357.02º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D3323A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 58 -
CMYK 0 0.76 0.73 0.17
HSL 357.02º 0.65% 0.51% -
HSV(B) 357.02º 0.76% 0.83% -
XYZ 28.77 16.44 5.66 -
YUV 99.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 211 50 58 0 0.76 0.73 0.17 357.02 0.65 0.51
Hex D3 32 3A 0 4C 49 11 165 41 33
Octal 323 62 72 0 114 111 21 545 101 63
Binary 11010011 110010 111010 0 1001100 1001001 10001 101100101 1000001 110011

Color Harmonies of #D3323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3323A

Black with #D3323A

Text Example


Text Example

White with #D3323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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