Html Css Color HEX #D2353C Mahogany

📋 copy color: '#D2353C'

red 210 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #D2353C

Tints of Mahogany #D2353C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 65.02%
G = 16.41%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2353C (or 0xD2353C) is known color: Mahogany. HEX triplet: D2, 35 and 3C. RGB value is (210,53,60). Sum of RGB (Red+Green+Blue) = 210+53+60=323 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.02% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 210 - color contains mainly: red. Hex color #D2353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2353C is #2DCAC3. Grayscale: #646464. Windows color (decimal): -3001028 or 3945938. OLE color: 3945938.

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

Color convert

RGB 210 53 60 -
CMYK 0 0.75 0.71 0.18
HSL 357.32º 0.64% 0.52% -
HSV(B) 357.32º 0.75% 0.82% -
XYZ 28.67 16.57 5.96 -
YUV 100.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 210 53 60 0 0.75 0.71 0.18 357.32 0.64 0.52
Hex D2 35 3C 0 4B 47 12 165 40 34
Octal 322 65 74 0 113 107 22 545 100 64
Binary 11010010 110101 111100 0 1001011 1000111 10010 101100101 1000000 110100

Color Harmonies of #D2353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2353C

Black with #D2353C

Text Example


Text Example

White with #D2353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2353C; }

 p { color: rgb(210,53,60); }

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

background-color css

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

 a { background-color: rgb(210,53,60); }

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

border-color css

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

 span { border-color: rgb(210,53,60); }

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