Html Css Color HEX #D8313A Mahogany

📋 copy color: '#D8313A'

red 216 ◦ green 49 ◦ blue 58

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

Shades of Mahogany #D8313A

Tints of Mahogany #D8313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 66.87%
G = 15.17%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8313A (or 0xD8313A) is known color: Mahogany. HEX triplet: D8, 31 and 3A. RGB value is (216,49,58). Sum of RGB (Red+Green+Blue) = 216+49+58=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D8313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8313A is #27CEC5. Grayscale: #646464. Windows color (decimal): -2608838 or 3813848. OLE color: 3813848.

HSL color Cylindrical-coordinate representation of color #D8313A: hue angle of 356.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8313A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 58 -
CMYK 0 0.77 0.73 0.15
HSL 356.77º 0.68% 0.52% -
HSV(B) 356.77º 0.77% 0.85% -
XYZ 30.18 17.1 5.71 -
YUV 99.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 216 49 58 0 0.77 0.73 0.15 356.77 0.68 0.52
Hex D8 31 3A 0 4D 49 F 165 44 34
Octal 330 61 72 0 115 111 17 545 104 64
Binary 11011000 110001 111010 0 1001101 1001001 1111 101100101 1000100 110100

Color Harmonies of #D8313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8313A

Black with #D8313A

Text Example


Text Example

White with #D8313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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