Html Css Color HEX #D1323E Mahogany

📋 copy color: '#D1323E'

red 209 ◦ green 50 ◦ blue 62

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

Shades of Mahogany #D1323E

Tints of Mahogany #D1323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.31%

R = 65.11%
G = 15.58%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1323E (or 0xD1323E) is known color: Mahogany. HEX triplet: D1, 32 and 3E. RGB value is (209,50,62). Sum of RGB (Red+Green+Blue) = 209+50+62=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D1323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1323E is #2ECDC1. Grayscale: #636363. Windows color (decimal): -3067330 or 4076241. OLE color: 4076241.

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

Color convert

RGB 209 50 62 -
CMYK 0 0.76 0.70 0.18
HSL 355.47º 0.63% 0.51% -
HSV(B) 355.47º 0.76% 0.82% -
XYZ 28.3 16.18 6.19 -
YUV 98.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 209 50 62 0 0.76 0.70 0.18 355.47 0.63 0.51
Hex D1 32 3E 0 4C 46 12 163 3F 33
Octal 321 62 76 0 114 106 22 543 77 63
Binary 11010001 110010 111110 0 1001100 1000110 10010 101100011 111111 110011

Color Harmonies of #D1323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1323E

Black with #D1323E

Text Example


Text Example

White with #D1323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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