Html Css Color HEX #D13132 Mahogany

📋 copy color: '#D13132'

red 209 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #D13132

Tints of Mahogany #D13132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 67.86%
G = 15.91%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13132 (or 0xD13132) is known color: Mahogany. HEX triplet: D1, 31 and 32. RGB value is (209,49,50). Sum of RGB (Red+Green+Blue) = 209+49+50=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D13132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13132 is #2ECECD. Grayscale: #616161. Windows color (decimal): -3067598 or 3289553. OLE color: 3289553.

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

Color convert

RGB 209 49 50 -
CMYK 0 0.77 0.76 0.18
HSL 359.63º 0.63% 0.51% -
HSV(B) 359.63º 0.77% 0.82% -
XYZ 27.97 15.98 4.63 -
YUV 96.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 209 49 50 0 0.77 0.76 0.18 359.63 0.63 0.51
Hex D1 31 32 0 4D 4C 12 168 3F 33
Octal 321 61 62 0 115 114 22 550 77 63
Binary 11010001 110001 110010 0 1001101 1001100 10010 101101000 111111 110011

Color Harmonies of #D13132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13132

Black with #D13132

Text Example


Text Example

White with #D13132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13132; }

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

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

background-color css

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

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

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

border-color css

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

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

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