Html Css Color HEX #D2323A Mahogany

📋 copy color: '#D2323A'

red 210 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D2323A

Tints of Mahogany #D2323A

RGB

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

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

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

R = 66.04%
G = 15.72%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2323A (or 0xD2323A) is known color: Mahogany. HEX triplet: D2, 32 and 3A. RGB value is (210,50,58). Sum of RGB (Red+Green+Blue) = 210+50+58=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323A is #2DCDC5. Grayscale: #626262. Windows color (decimal): -3001798 or 3814098. OLE color: 3814098.

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

Color convert

RGB 210 50 58 -
CMYK 0 0.76 0.72 0.18
HSL 357º 0.64% 0.51% -
HSV(B) 357º 0.76% 0.82% -
XYZ 28.48 16.29 5.65 -
YUV 98.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 210 50 58 0 0.76 0.72 0.18 357 0.64 0.51
Hex D2 32 3A 0 4C 48 12 165 40 33
Octal 322 62 72 0 114 110 22 545 100 63
Binary 11010010 110010 111010 0 1001100 1001000 10010 101100101 1000000 110011

Color Harmonies of #D2323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2323A

Black with #D2323A

Text Example


Text Example

White with #D2323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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