Html Css Color HEX #D8353F Mahogany

📋 copy color: '#D8353F'

red 216 ◦ green 53 ◦ blue 63

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

Shades of Mahogany #D8353F

Tints of Mahogany #D8353F

RGB

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

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

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

R = 65.06%
G = 15.96%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8353F (or 0xD8353F) is known color: Mahogany. HEX triplet: D8, 35 and 3F. RGB value is (216,53,63). Sum of RGB (Red+Green+Blue) = 216+53+63=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8353F is #27CAC0. Grayscale: #676767. Windows color (decimal): -2607809 or 4142552. OLE color: 4142552.

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

Color convert

RGB 216 53 63 -
CMYK 0 0.75 0.71 0.15
HSL 356.32º 0.68% 0.53% -
HSV(B) 356.32º 0.75% 0.85% -
XYZ 30.49 17.5 6.47 -
YUV 102.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 216 53 63 0 0.75 0.71 0.15 356.32 0.68 0.53
Hex D8 35 3F 0 4B 47 F 164 44 35
Octal 330 65 77 0 113 107 17 544 104 65
Binary 11011000 110101 111111 0 1001011 1000111 1111 101100100 1000100 110101

Color Harmonies of #D8353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8353F

Black with #D8353F

Text Example


Text Example

White with #D8353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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