Html Css Color HEX #D53944 Mahogany

📋 copy color: '#D53944'

red 213 ◦ green 57 ◦ blue 68

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

Shades of Mahogany #D53944

Tints of Mahogany #D53944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 63.02%
G = 16.86%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D53944 (or 0xD53944) is known color: Mahogany. HEX triplet: D5, 39 and 44. RGB value is (213,57,68). Sum of RGB (Red+Green+Blue) = 213+57+68=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D53944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53944 is #2AC6BB. Grayscale: #696969. Windows color (decimal): -2803388 or 4471253. OLE color: 4471253.

HSL color Cylindrical-coordinate representation of color #D53944: hue angle of 355.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53944 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 68 -
CMYK 0 0.73 0.68 0.16
HSL 355.77º 0.65% 0.53% -
HSV(B) 355.77º 0.73% 0.84% -
XYZ 29.95 17.49 7.27 -
YUV 104.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 213 57 68 0 0.73 0.68 0.16 355.77 0.65 0.53
Hex D5 39 44 0 49 44 10 164 41 35
Octal 325 71 104 0 111 104 20 544 101 65
Binary 11010101 111001 1000100 0 1001001 1000100 10000 101100100 1000001 110101

Color Harmonies of #D53944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53944

Black with #D53944

Text Example


Text Example

White with #D53944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53944; }

 p { color: rgb(213,57,68); }

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

background-color css

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

 a { background-color: rgb(213,57,68); }

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

border-color css

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

 span { border-color: rgb(213,57,68); }

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