Html Css Color HEX #D8373B Mahogany

📋 copy color: '#D8373B'

red 216 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #D8373B

Tints of Mahogany #D8373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 65.45%
G = 16.67%
B = 17.88%

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

#D8373B (or 0xD8373B) is known color: Mahogany. HEX triplet: D8, 37 and 3B. RGB value is (216,55,59). Sum of RGB (Red+Green+Blue) = 216+55+59=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8373B is #27C8C4. Grayscale: #676767. Windows color (decimal): -2607301 or 3880920. OLE color: 3880920.

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

Color convert

RGB 216 55 59 -
CMYK 0 0.75 0.73 0.15
HSL 358.51º 0.67% 0.53% -
HSV(B) 358.51º 0.75% 0.85% -
XYZ 30.47 17.65 5.94 -
YUV 103.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 216 55 59 0 0.75 0.73 0.15 358.51 0.67 0.53
Hex D8 37 3B 0 4B 49 F 167 43 35
Octal 330 67 73 0 113 111 17 547 103 65
Binary 11011000 110111 111011 0 1001011 1001001 1111 101100111 1000011 110101

Color Harmonies of #D8373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8373B

Black with #D8373B

Text Example


Text Example

White with #D8373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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