Html Css Color HEX #D8363F Mahogany

📋 copy color: '#D8363F'

red 216 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D8363F

Tints of Mahogany #D8363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 64.86%
G = 16.22%
B = 18.92%

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

#D8363F (or 0xD8363F) is known color: Mahogany. HEX triplet: D8, 36 and 3F. RGB value is (216,54,63). Sum of RGB (Red+Green+Blue) = 216+54+63=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8363F is #27C9C0. Grayscale: #676767. Windows color (decimal): -2607553 or 4142808. OLE color: 4142808.

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

Color convert

RGB 216 54 63 -
CMYK 0 0.75 0.71 0.15
HSL 356.67º 0.68% 0.53% -
HSV(B) 356.67º 0.75% 0.85% -
XYZ 30.54 17.6 6.49 -
YUV 103.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 216 54 63 0 0.75 0.71 0.15 356.67 0.68 0.53
Hex D8 36 3F 0 4B 47 F 165 44 35
Octal 330 66 77 0 113 107 17 545 104 65
Binary 11011000 110110 111111 0 1001011 1000111 1111 101100101 1000100 110101

Color Harmonies of #D8363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8363F

Black with #D8363F

Text Example


Text Example

White with #D8363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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