Html Css Color HEX #D1313B Mahogany

📋 copy color: '#D1313B'

red 209 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D1313B

Tints of Mahogany #D1313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.61%

R = 65.93%
G = 15.46%
B = 18.61%

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

#D1313B (or 0xD1313B) is known color: Mahogany. HEX triplet: D1, 31 and 3B. RGB value is (209,49,59). Sum of RGB (Red+Green+Blue) = 209+49+59=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313B is #2ECEC4. Grayscale: #626262. Windows color (decimal): -3067589 or 3879377. OLE color: 3879377.

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

Color convert

RGB 209 49 59 -
CMYK 0 0.77 0.72 0.18
HSL 356.25º 0.63% 0.51% -
HSV(B) 356.25º 0.77% 0.82% -
XYZ 28.18 16.07 5.75 -
YUV 97.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 209 49 59 0 0.77 0.72 0.18 356.25 0.63 0.51
Hex D1 31 3B 0 4D 48 12 164 3F 33
Octal 321 61 73 0 115 110 22 544 77 63
Binary 11010001 110001 111011 0 1001101 1001000 10010 101100100 111111 110011

Color Harmonies of #D1313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1313B

Black with #D1313B

Text Example


Text Example

White with #D1313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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