Html Css Color HEX #D2343A Mahogany

📋 copy color: '#D2343A'

red 210 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #D2343A

Tints of Mahogany #D2343A

RGB

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

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

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

R = 65.63%
G = 16.25%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2343A (or 0xD2343A) is known color: Mahogany. HEX triplet: D2, 34 and 3A. RGB value is (210,52,58). Sum of RGB (Red+Green+Blue) = 210+52+58=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2343A is #2DCBC5. Grayscale: #646464. Windows color (decimal): -3001286 or 3814610. OLE color: 3814610.

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

Color convert

RGB 210 52 58 -
CMYK 0 0.75 0.72 0.18
HSL 357.72º 0.64% 0.51% -
HSV(B) 357.72º 0.75% 0.82% -
XYZ 28.57 16.46 5.67 -
YUV 99.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 210 52 58 0 0.75 0.72 0.18 357.72 0.64 0.51
Hex D2 34 3A 0 4B 48 12 166 40 33
Octal 322 64 72 0 113 110 22 546 100 63
Binary 11010010 110100 111010 0 1001011 1001000 10010 101100110 1000000 110011

Color Harmonies of #D2343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2343A

Black with #D2343A

Text Example


Text Example

White with #D2343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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