Html Css Color HEX #D1313D Mahogany

📋 copy color: '#D1313D'

red 209 ◦ green 49 ◦ blue 61

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

Shades of Mahogany #D1313D

Tints of Mahogany #D1313D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 65.52%
G = 15.36%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1313D (or 0xD1313D) is known color: Mahogany. HEX triplet: D1, 31 and 3D. RGB value is (209,49,61). Sum of RGB (Red+Green+Blue) = 209+49+61=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313D is #2ECEC2. Grayscale: #626262. Windows color (decimal): -3067587 or 4010449. OLE color: 4010449.

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

Color convert

RGB 209 49 61 -
CMYK 0 0.77 0.71 0.18
HSL 355.5º 0.63% 0.51% -
HSV(B) 355.5º 0.77% 0.82% -
XYZ 28.24 16.09 6.03 -
YUV 98.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 209 49 61 0 0.77 0.71 0.18 355.5 0.63 0.51
Hex D1 31 3D 0 4D 47 12 164 3F 33
Octal 321 61 75 0 115 107 22 544 77 63
Binary 11010001 110001 111101 0 1001101 1000111 10010 101100100 111111 110011

Color Harmonies of #D1313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1313D

Black with #D1313D

Text Example


Text Example

White with #D1313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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