Html Css Color HEX #D8363A Mahogany

📋 copy color: '#D8363A'

red 216 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #D8363A

Tints of Mahogany #D8363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 65.85%
G = 16.46%
B = 17.68%

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

#D8363A (or 0xD8363A) is known color: Mahogany. HEX triplet: D8, 36 and 3A. RGB value is (216,54,58). Sum of RGB (Red+Green+Blue) = 216+54+58=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8363A is #27C9C5. Grayscale: #676767. Windows color (decimal): -2607558 or 3815128. OLE color: 3815128.

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

Color convert

RGB 216 54 58 -
CMYK 0 0.75 0.73 0.15
HSL 358.52º 0.68% 0.53% -
HSV(B) 358.52º 0.75% 0.85% -
XYZ 30.4 17.54 5.79 -
YUV 102.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 216 54 58 0 0.75 0.73 0.15 358.52 0.68 0.53
Hex D8 36 3A 0 4B 49 F 167 44 35
Octal 330 66 72 0 113 111 17 547 104 65
Binary 11011000 110110 111010 0 1001011 1001001 1111 101100111 1000100 110101

Color Harmonies of #D8363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8363A

Black with #D8363A

Text Example


Text Example

White with #D8363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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