Html Css Color HEX #D7353B Mahogany

📋 copy color: '#D7353B'

red 215 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #D7353B

Tints of Mahogany #D7353B

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

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

R = 65.75%
G = 16.21%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7353B (or 0xD7353B) is known color: Mahogany. HEX triplet: D7, 35 and 3B. RGB value is (215,53,59). Sum of RGB (Red+Green+Blue) = 215+53+59=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7353B is #28CAC4. Grayscale: #666666. Windows color (decimal): -2673349 or 3880407. OLE color: 3880407.

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

Color convert

RGB 215 53 59 -
CMYK 0 0.75 0.73 0.16
HSL 357.78º 0.67% 0.53% -
HSV(B) 357.78º 0.75% 0.84% -
XYZ 30.09 17.31 5.89 -
YUV 102.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 215 53 59 0 0.75 0.73 0.16 357.78 0.67 0.53
Hex D7 35 3B 0 4B 49 10 166 43 35
Octal 327 65 73 0 113 111 20 546 103 65
Binary 11010111 110101 111011 0 1001011 1001001 10000 101100110 1000011 110101

Color Harmonies of #D7353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7353B

Black with #D7353B

Text Example


Text Example

White with #D7353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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