Html Css Color HEX #D1313A Mahogany

📋 copy color: '#D1313A'

red 209 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #D1313A

Tints of Mahogany #D1313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.51%

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

R = 66.14%
G = 15.51%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1313A (or 0xD1313A) is known color: Mahogany. HEX triplet: D1, 31 and 3A. RGB value is (209,49,58). Sum of RGB (Red+Green+Blue) = 209+49+58=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313A is #2ECEC5. Grayscale: #616161. Windows color (decimal): -3067590 or 3813841. OLE color: 3813841.

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

Color convert

RGB 209 49 58 -
CMYK 0 0.77 0.72 0.18
HSL 356.63º 0.63% 0.51% -
HSV(B) 356.63º 0.77% 0.82% -
XYZ 28.16 16.06 5.62 -
YUV 97.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 209 49 58 0 0.77 0.72 0.18 356.63 0.63 0.51
Hex D1 31 3A 0 4D 48 12 165 3F 33
Octal 321 61 72 0 115 110 22 545 77 63
Binary 11010001 110001 111010 0 1001101 1001000 10010 101100101 111111 110011

Color Harmonies of #D1313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1313A

Black with #D1313A

Text Example


Text Example

White with #D1313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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