Html Css Color HEX #D5353B Mahogany

📋 copy color: '#D5353B'

red 213 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #D5353B

Tints of Mahogany #D5353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 65.54%
G = 16.31%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5353B (or 0xD5353B) is known color: Mahogany. HEX triplet: D5, 35 and 3B. RGB value is (213,53,59). Sum of RGB (Red+Green+Blue) = 213+53+59=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353B is #2ACAC4. Grayscale: #656565. Windows color (decimal): -2804421 or 3880405. OLE color: 3880405.

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

Color convert

RGB 213 53 59 -
CMYK 0 0.75 0.72 0.16
HSL 357.75º 0.66% 0.52% -
HSV(B) 357.75º 0.75% 0.84% -
XYZ 29.5 17.01 5.87 -
YUV 101.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 213 53 59 0 0.75 0.72 0.16 357.75 0.66 0.52
Hex D5 35 3B 0 4B 48 10 166 42 34
Octal 325 65 73 0 113 110 20 546 102 64
Binary 11010101 110101 111011 0 1001011 1001000 10000 101100110 1000010 110100

Color Harmonies of #D5353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5353B

Black with #D5353B

Text Example


Text Example

White with #D5353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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