Html Css Color HEX #D8363B Mahogany

📋 copy color: '#D8363B'

red 216 ◦ green 54 ◦ blue 59

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

Shades of Mahogany #D8363B

Tints of Mahogany #D8363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 65.65%
G = 16.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8363B (or 0xD8363B) is known color: Mahogany. HEX triplet: D8, 36 and 3B. RGB value is (216,54,59). Sum of RGB (Red+Green+Blue) = 216+54+59=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8363B is #27C9C4. Grayscale: #676767. Windows color (decimal): -2607557 or 3880664. OLE color: 3880664.

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

Color convert

RGB 216 54 59 -
CMYK 0 0.75 0.73 0.15
HSL 358.15º 0.68% 0.53% -
HSV(B) 358.15º 0.75% 0.85% -
XYZ 30.43 17.55 5.92 -
YUV 103.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 216 54 59 0 0.75 0.73 0.15 358.15 0.68 0.53
Hex D8 36 3B 0 4B 49 F 166 44 35
Octal 330 66 73 0 113 111 17 546 104 65
Binary 11011000 110110 111011 0 1001011 1001001 1111 101100110 1000100 110101

Color Harmonies of #D8363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8363B

Black with #D8363B

Text Example


Text Example

White with #D8363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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