Html Css Color HEX #D1373A Mahogany

📋 copy color: '#D1373A'

red 209 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #D1373A

Tints of Mahogany #D1373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 64.91%
G = 17.08%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1373A (or 0xD1373A) is known color: Mahogany. HEX triplet: D1, 37 and 3A. RGB value is (209,55,58). Sum of RGB (Red+Green+Blue) = 209+55+58=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1373A is #2EC8C5. Grayscale: #656565. Windows color (decimal): -3066054 or 3815377. OLE color: 3815377.

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

Color convert

RGB 209 55 58 -
CMYK 0 0.74 0.72 0.18
HSL 358.83º 0.63% 0.52% -
HSV(B) 358.83º 0.74% 0.82% -
XYZ 28.42 16.59 5.71 -
YUV 101.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 209 55 58 0 0.74 0.72 0.18 358.83 0.63 0.52
Hex D1 37 3A 0 4A 48 12 167 3F 34
Octal 321 67 72 0 112 110 22 547 77 64
Binary 11010001 110111 111010 0 1001010 1001000 10010 101100111 111111 110100

Color Harmonies of #D1373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1373A

Black with #D1373A

Text Example


Text Example

White with #D1373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1373A; }

 p { color: rgb(209,55,58); }

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

background-color css

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

 a { background-color: rgb(209,55,58); }

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

border-color css

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

 span { border-color: rgb(209,55,58); }

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