Html Css Color HEX #D5353D Mahogany

📋 copy color: '#D5353D'

red 213 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #D5353D

Tints of Mahogany #D5353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 65.14%
G = 16.21%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5353D (or 0xD5353D) is known color: Mahogany. HEX triplet: D5, 35 and 3D. RGB value is (213,53,61). Sum of RGB (Red+Green+Blue) = 213+53+61=327 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.14% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353D is #2ACAC2. Grayscale: #656565. Windows color (decimal): -2804419 or 4011477. OLE color: 4011477.

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

Color convert

RGB 213 53 61 -
CMYK 0 0.75 0.71 0.16
HSL 357º 0.66% 0.52% -
HSV(B) 357º 0.75% 0.84% -
XYZ 29.56 17.03 6.14 -
YUV 101.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 213 53 61 0 0.75 0.71 0.16 357 0.66 0.52
Hex D5 35 3D 0 4B 47 10 165 42 34
Octal 325 65 75 0 113 107 20 545 102 64
Binary 11010101 110101 111101 0 1001011 1000111 10000 101100101 1000010 110100

Color Harmonies of #D5353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5353D

Black with #D5353D

Text Example


Text Example

White with #D5353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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