Html Css Color HEX #D13133 Mahogany

📋 copy color: '#D13133'

red 209 ◦ green 49 ◦ blue 51

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

Shades of Mahogany #D13133

Tints of Mahogany #D13133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.5%

R = 67.64%
G = 15.86%
B = 16.5%

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

#D13133 (or 0xD13133) is known color: Mahogany. HEX triplet: D1, 31 and 33. RGB value is (209,49,51). Sum of RGB (Red+Green+Blue) = 209+49+51=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13133 is #2ECECC. Grayscale: #616161. Windows color (decimal): -3067597 or 3355089. OLE color: 3355089.

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

Color convert

RGB 209 49 51 -
CMYK 0 0.77 0.76 0.18
HSL 359.25º 0.63% 0.51% -
HSV(B) 359.25º 0.77% 0.82% -
XYZ 27.99 15.99 4.74 -
YUV 97.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 209 49 51 0 0.77 0.76 0.18 359.25 0.63 0.51
Hex D1 31 33 0 4D 4C 12 167 3F 33
Octal 321 61 63 0 115 114 22 547 77 63
Binary 11010001 110001 110011 0 1001101 1001100 10010 101100111 111111 110011

Color Harmonies of #D13133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13133

Black with #D13133

Text Example


Text Example

White with #D13133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13133; }

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

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

background-color css

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

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

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

border-color css

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

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

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