Html Css Color HEX #D53640 Mahogany

📋 copy color: '#D53640'

red 213 ◦ green 54 ◦ blue 64

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

Shades of Mahogany #D53640

Tints of Mahogany #D53640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.31%

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

R = 64.35%
G = 16.31%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D53640 (or 0xD53640) is known color: Mahogany. HEX triplet: D5, 36 and 40. RGB value is (213,54,64). Sum of RGB (Red+Green+Blue) = 213+54+64=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D53640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53640 is #2AC9BF. Grayscale: #666666. Windows color (decimal): -2804160 or 4208341. OLE color: 4208341.

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

Color convert

RGB 213 54 64 -
CMYK 0 0.75 0.70 0.16
HSL 356.23º 0.65% 0.52% -
HSV(B) 356.23º 0.75% 0.84% -
XYZ 29.69 17.15 6.6 -
YUV 102.68 106.18 206.69 -
System Red Green Blue C M Y K H S L
Decimal 213 54 64 0 0.75 0.70 0.16 356.23 0.65 0.52
Hex D5 36 40 0 4B 46 10 164 41 34
Octal 325 66 100 0 113 106 20 544 101 64
Binary 11010101 110110 1000000 0 1001011 1000110 10000 101100100 1000001 110100

Color Harmonies of #D53640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53640

Black with #D53640

Text Example


Text Example

White with #D53640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53640; }

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

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

background-color css

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

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

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

border-color css

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

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

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