Html Css Color HEX #D7353D Mahogany

📋 copy color: '#D7353D'

red 215 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #D7353D

Tints of Mahogany #D7353D

RGB

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

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

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

R = 65.35%
G = 16.11%
B = 18.54%

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

#D7353D (or 0xD7353D) is known color: Mahogany. HEX triplet: D7, 35 and 3D. RGB value is (215,53,61). Sum of RGB (Red+Green+Blue) = 215+53+61=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7353D is #28CAC2. Grayscale: #666666. Windows color (decimal): -2673347 or 4011479. OLE color: 4011479.

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

Color convert

RGB 215 53 61 -
CMYK 0 0.75 0.72 0.16
HSL 357.04º 0.67% 0.53% -
HSV(B) 357.04º 0.75% 0.84% -
XYZ 30.14 17.33 6.17 -
YUV 102.35 104.67 208.35 -
System Red Green Blue C M Y K H S L
Decimal 215 53 61 0 0.75 0.72 0.16 357.04 0.67 0.53
Hex D7 35 3D 0 4B 48 10 165 43 35
Octal 327 65 75 0 113 110 20 545 103 65
Binary 11010111 110101 111101 0 1001011 1001000 10000 101100101 1000011 110101

Color Harmonies of #D7353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7353D

Black with #D7353D

Text Example


Text Example

White with #D7353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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