Html Css Color HEX #D53740 Mahogany

📋 copy color: '#D53740'

red 213 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #D53740

Tints of Mahogany #D53740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 64.16%
G = 16.57%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D53740 (or 0xD53740) is known color: Mahogany. HEX triplet: D5, 37 and 40. RGB value is (213,55,64). Sum of RGB (Red+Green+Blue) = 213+55+64=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D53740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53740 is #2AC8BF. Grayscale: #676767. Windows color (decimal): -2803904 or 4208597. OLE color: 4208597.

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

Color convert

RGB 213 55 64 -
CMYK 0 0.74 0.70 0.16
HSL 356.58º 0.65% 0.53% -
HSV(B) 356.58º 0.74% 0.84% -
XYZ 29.73 17.25 6.61 -
YUV 103.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 213 55 64 0 0.74 0.70 0.16 356.58 0.65 0.53
Hex D5 37 40 0 4A 46 10 165 41 35
Octal 325 67 100 0 112 106 20 545 101 65
Binary 11010101 110111 1000000 0 1001010 1000110 10000 101100101 1000001 110101

Color Harmonies of #D53740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53740

Black with #D53740

Text Example


Text Example

White with #D53740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53740; }

 p { color: rgb(213,55,64); }

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

background-color css

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

 a { background-color: rgb(213,55,64); }

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

border-color css

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

 span { border-color: rgb(213,55,64); }

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