Html Css Color HEX #D53132 Mahogany

📋 copy color: '#D53132'

red 213 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #D53132

Tints of Mahogany #D53132

RGB

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

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

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

R = 68.27%
G = 15.71%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D53132 (or 0xD53132) is known color: Mahogany. HEX triplet: D5, 31 and 32. RGB value is (213,49,50). Sum of RGB (Red+Green+Blue) = 213+49+50=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D53132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53132 is #2ACECD. Grayscale: #626262. Windows color (decimal): -2805454 or 3289557. OLE color: 3289557.

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

Color convert

RGB 213 49 50 -
CMYK 0 0.77 0.77 0.16
HSL 359.63º 0.66% 0.51% -
HSV(B) 359.63º 0.77% 0.84% -
XYZ 29.11 16.57 4.68 -
YUV 98.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 213 49 50 0 0.77 0.77 0.16 359.63 0.66 0.51
Hex D5 31 32 0 4D 4D 10 168 42 33
Octal 325 61 62 0 115 115 20 550 102 63
Binary 11010101 110001 110010 0 1001101 1001101 10000 101101000 1000010 110011

Color Harmonies of #D53132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53132

Black with #D53132

Text Example


Text Example

White with #D53132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53132; }

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

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

background-color css

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

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

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

border-color css

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

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

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