Html Css Color HEX #D8373C Mahogany

📋 copy color: '#D8373C'

red 216 ◦ green 55 ◦ blue 60

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

Shades of Mahogany #D8373C

Tints of Mahogany #D8373C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 65.26%
G = 16.62%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8373C (or 0xD8373C) is known color: Mahogany. HEX triplet: D8, 37 and 3C. RGB value is (216,55,60). Sum of RGB (Red+Green+Blue) = 216+55+60=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D8373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8373C is #27C8C3. Grayscale: #676767. Windows color (decimal): -2607300 or 3946456. OLE color: 3946456.

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

Color convert

RGB 216 55 60 -
CMYK 0 0.75 0.72 0.15
HSL 358.14º 0.67% 0.53% -
HSV(B) 358.14º 0.75% 0.85% -
XYZ 30.5 17.66 6.08 -
YUV 103.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 216 55 60 0 0.75 0.72 0.15 358.14 0.67 0.53
Hex D8 37 3C 0 4B 48 F 166 43 35
Octal 330 67 74 0 113 110 17 546 103 65
Binary 11011000 110111 111100 0 1001011 1001000 1111 101100110 1000011 110101

Color Harmonies of #D8373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8373C

Black with #D8373C

Text Example


Text Example

White with #D8373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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