Html Css Color HEX #D7353F Mahogany

📋 copy color: '#D7353F'

red 215 ◦ green 53 ◦ blue 63

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

Shades of Mahogany #D7353F

Tints of Mahogany #D7353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.03%

R = 64.95%
G = 16.01%
B = 19.03%

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

#D7353F (or 0xD7353F) is known color: Mahogany. HEX triplet: D7, 35 and 3F. RGB value is (215,53,63). Sum of RGB (Red+Green+Blue) = 215+53+63=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7353F is #28CAC0. Grayscale: #666666. Windows color (decimal): -2673345 or 4142551. OLE color: 4142551.

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

Color convert

RGB 215 53 63 -
CMYK 0 0.75 0.71 0.16
HSL 356.3º 0.67% 0.53% -
HSV(B) 356.3º 0.75% 0.84% -
XYZ 30.19 17.35 6.46 -
YUV 102.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 215 53 63 0 0.75 0.71 0.16 356.3 0.67 0.53
Hex D7 35 3F 0 4B 47 10 164 43 35
Octal 327 65 77 0 113 107 20 544 103 65
Binary 11010111 110101 111111 0 1001011 1000111 10000 101100100 1000011 110101

Color Harmonies of #D7353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7353F

Black with #D7353F

Text Example


Text Example

White with #D7353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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