Html Css Color HEX #D53540 Mahogany

📋 copy color: '#D53540'

red 213 ◦ green 53 ◦ blue 64

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

Shades of Mahogany #D53540

Tints of Mahogany #D53540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

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

R = 64.55%
G = 16.06%
B = 19.39%

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

#D53540 (or 0xD53540) is known color: Mahogany. HEX triplet: D5, 35 and 40. RGB value is (213,53,64). Sum of RGB (Red+Green+Blue) = 213+53+64=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D53540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53540 is #2ACABF. Grayscale: #666666. Windows color (decimal): -2804416 or 4208085. OLE color: 4208085.

HSL color Cylindrical-coordinate representation of color #D53540: hue angle of 355.88º degrees, saturation: 0.66, 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 #D53540 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 64 -
CMYK 0 0.75 0.70 0.16
HSL 355.88º 0.66% 0.52% -
HSV(B) 355.88º 0.75% 0.84% -
XYZ 29.64 17.06 6.58 -
YUV 102.09 106.51 207.11 -
System Red Green Blue C M Y K H S L
Decimal 213 53 64 0 0.75 0.70 0.16 355.88 0.66 0.52
Hex D5 35 40 0 4B 46 10 164 42 34
Octal 325 65 100 0 113 106 20 544 102 64
Binary 11010101 110101 1000000 0 1001011 1000110 10000 101100100 1000010 110100

Color Harmonies of #D53540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53540

Black with #D53540

Text Example


Text Example

White with #D53540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53540; }

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

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

background-color css

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

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

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

border-color css

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

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

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