Html Css Color HEX #D8353C Mahogany

📋 copy color: '#D8353C'

red 216 ◦ green 53 ◦ blue 60

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

Shades of Mahogany #D8353C

Tints of Mahogany #D8353C

RGB

 RED value IS 216 (84.77% from 255) = 65.65%

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 65.65%
G = 16.11%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8353C (or 0xD8353C) is known color: Mahogany. HEX triplet: D8, 35 and 3C. RGB value is (216,53,60). Sum of RGB (Red+Green+Blue) = 216+53+60=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8353C is #27CAC3. Grayscale: #666666. Windows color (decimal): -2607812 or 3945944. OLE color: 3945944.

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

Color convert

RGB 216 53 60 -
CMYK 0 0.75 0.72 0.15
HSL 357.42º 0.68% 0.53% -
HSV(B) 357.42º 0.75% 0.85% -
XYZ 30.41 17.47 6.04 -
YUV 102.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 216 53 60 0 0.75 0.72 0.15 357.42 0.68 0.53
Hex D8 35 3C 0 4B 48 F 165 44 35
Octal 330 65 74 0 113 110 17 545 104 65
Binary 11011000 110101 111100 0 1001011 1001000 1111 101100101 1000100 110101

Color Harmonies of #D8353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8353C

Black with #D8353C

Text Example


Text Example

White with #D8353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8353C; }

 p { color: rgb(216,53,60); }

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

background-color css

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

 a { background-color: rgb(216,53,60); }

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

border-color css

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

 span { border-color: rgb(216,53,60); }

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