Html Css Color HEX #D9353B Mahogany

📋 copy color: '#D9353B'

red 217 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #D9353B

Tints of Mahogany #D9353B

RGB

 RED value IS 217 (85.16% from 255) = 65.96%

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

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

R = 65.96%
G = 16.11%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9353B (or 0xD9353B) is known color: Mahogany. HEX triplet: D9, 35 and 3B. RGB value is (217,53,59). Sum of RGB (Red+Green+Blue) = 217+53+59=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9353B is #26CAC4. Grayscale: #666666. Windows color (decimal): -2542277 or 3880409. OLE color: 3880409.

HSL color Cylindrical-coordinate representation of color #D9353B: hue angle of 357.8º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9353B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 59 -
CMYK 0 0.76 0.73 0.15
HSL 357.8º 0.68% 0.53% -
HSV(B) 357.8º 0.76% 0.85% -
XYZ 30.68 17.61 5.92 -
YUV 102.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 217 53 59 0 0.76 0.73 0.15 357.8 0.68 0.53
Hex D9 35 3B 0 4C 49 F 166 44 35
Octal 331 65 73 0 114 111 17 546 104 65
Binary 11011001 110101 111011 0 1001100 1001001 1111 101100110 1000100 110101

Color Harmonies of #D9353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9353B

Black with #D9353B

Text Example


Text Example

White with #D9353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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