Html Css Color HEX #D8353D Mahogany

📋 copy color: '#D8353D'

red 216 ◦ green 53 ◦ blue 61

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

Shades of Mahogany #D8353D

Tints of Mahogany #D8353D

RGB

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

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

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

R = 65.45%
G = 16.06%
B = 18.48%

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

#D8353D (or 0xD8353D) is known color: Mahogany. HEX triplet: D8, 35 and 3D. RGB value is (216,53,61). Sum of RGB (Red+Green+Blue) = 216+53+61=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8353D is #27CAC2. Grayscale: #666666. Windows color (decimal): -2607811 or 4011480. OLE color: 4011480.

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

Color convert

RGB 216 53 61 -
CMYK 0 0.75 0.72 0.15
HSL 357.06º 0.68% 0.53% -
HSV(B) 357.06º 0.75% 0.85% -
XYZ 30.43 17.48 6.19 -
YUV 102.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 216 53 61 0 0.75 0.72 0.15 357.06 0.68 0.53
Hex D8 35 3D 0 4B 48 F 165 44 35
Octal 330 65 75 0 113 110 17 545 104 65
Binary 11011000 110101 111101 0 1001011 1001000 1111 101100101 1000100 110101

Color Harmonies of #D8353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8353D

Black with #D8353D

Text Example


Text Example

White with #D8353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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