Html Css Color HEX #D1323C Mahogany

📋 copy color: '#D1323C'

red 209 ◦ green 50 ◦ blue 60

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

Shades of Mahogany #D1323C

Tints of Mahogany #D1323C

RGB

 RED value IS 209 (82.03% from 255) = 65.52%

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

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

R = 65.52%
G = 15.67%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1323C (or 0xD1323C) is known color: Mahogany. HEX triplet: D1, 32 and 3C. RGB value is (209,50,60). Sum of RGB (Red+Green+Blue) = 209+50+60=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1323C is #2ECDC3. Grayscale: #626262. Windows color (decimal): -3067332 or 3945169. OLE color: 3945169.

HSL color Cylindrical-coordinate representation of color #D1323C: hue angle of 356.23º degrees, saturation: 0.63, 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 #D1323C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 50 60 -
CMYK 0 0.76 0.71 0.18
HSL 356.23º 0.63% 0.51% -
HSV(B) 356.23º 0.76% 0.82% -
XYZ 28.25 16.16 5.91 -
YUV 98.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 209 50 60 0 0.76 0.71 0.18 356.23 0.63 0.51
Hex D1 32 3C 0 4C 47 12 164 3F 33
Octal 321 62 74 0 114 107 22 544 77 63
Binary 11010001 110010 111100 0 1001100 1000111 10010 101100100 111111 110011

Color Harmonies of #D1323C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1323C

Black with #D1323C

Text Example


Text Example

White with #D1323C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1323C; }

 p { color: rgb(209,50,60); }

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

background-color css

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

 a { background-color: rgb(209,50,60); }

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

border-color css

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

 span { border-color: rgb(209,50,60); }

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