Html Css Color HEX #D13136 Mahogany

📋 copy color: '#D13136'

red 209 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #D13136

Tints of Mahogany #D13136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 66.99%
G = 15.71%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13136 (or 0xD13136) is known color: Mahogany. HEX triplet: D1, 31 and 36. RGB value is (209,49,54). Sum of RGB (Red+Green+Blue) = 209+49+54=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D13136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13136 is #2ECEC9. Grayscale: #616161. Windows color (decimal): -3067594 or 3551697. OLE color: 3551697.

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

Color convert

RGB 209 49 54 -
CMYK 0 0.77 0.74 0.18
HSL 358.13º 0.63% 0.51% -
HSV(B) 358.13º 0.77% 0.82% -
XYZ 28.06 16.02 5.1 -
YUV 97.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 209 49 54 0 0.77 0.74 0.18 358.13 0.63 0.51
Hex D1 31 36 0 4D 4A 12 166 3F 33
Octal 321 61 66 0 115 112 22 546 77 63
Binary 11010001 110001 110110 0 1001101 1001010 10010 101100110 111111 110011

Color Harmonies of #D13136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13136

Black with #D13136

Text Example


Text Example

White with #D13136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13136; }

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

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

background-color css

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

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

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

border-color css

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

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

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