Html Css Color HEX #D53136 Mahogany

📋 copy color: '#D53136'

red 213 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #D53136

Tints of Mahogany #D53136

RGB

 RED value IS 213 (83.59% from 255) = 67.41%

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

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

R = 67.41%
G = 15.51%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D53136 (or 0xD53136) is known color: Mahogany. HEX triplet: D5, 31 and 36. RGB value is (213,49,54). Sum of RGB (Red+Green+Blue) = 213+49+54=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D53136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53136 is #2ACEC9. Grayscale: #626262. Windows color (decimal): -2805450 or 3551701. OLE color: 3551701.

HSL color Cylindrical-coordinate representation of color #D53136: hue angle of 358.17º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53136 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 49 54 -
CMYK 0 0.77 0.75 0.16
HSL 358.17º 0.66% 0.51% -
HSV(B) 358.17º 0.77% 0.84% -
XYZ 29.2 16.61 5.16 -
YUV 98.61 102.83 209.59 -
System Red Green Blue C M Y K H S L
Decimal 213 49 54 0 0.77 0.75 0.16 358.17 0.66 0.51
Hex D5 31 36 0 4D 4B 10 166 42 33
Octal 325 61 66 0 115 113 20 546 102 63
Binary 11010101 110001 110110 0 1001101 1001011 10000 101100110 1000010 110011

Color Harmonies of #D53136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53136

Black with #D53136

Text Example


Text Example

White with #D53136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53136; }

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

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

background-color css

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

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

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

border-color css

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

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

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