Html Css Color HEX #D8313B Mahogany

📋 copy color: '#D8313B'

red 216 ◦ green 49 ◦ blue 59

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

Shades of Mahogany #D8313B

Tints of Mahogany #D8313B

RGB

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

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

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

R = 66.67%
G = 15.12%
B = 18.21%

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

#D8313B (or 0xD8313B) is known color: Mahogany. HEX triplet: D8, 31 and 3B. RGB value is (216,49,59). Sum of RGB (Red+Green+Blue) = 216+49+59=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8313B is #27CEC4. Grayscale: #646464. Windows color (decimal): -2608837 or 3879384. OLE color: 3879384.

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

Color convert

RGB 216 49 59 -
CMYK 0 0.77 0.73 0.15
HSL 356.41º 0.68% 0.52% -
HSV(B) 356.41º 0.77% 0.85% -
XYZ 30.21 17.11 5.85 -
YUV 100.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 216 49 59 0 0.77 0.73 0.15 356.41 0.68 0.52
Hex D8 31 3B 0 4D 49 F 164 44 34
Octal 330 61 73 0 115 111 17 544 104 64
Binary 11011000 110001 111011 0 1001101 1001001 1111 101100100 1000100 110100

Color Harmonies of #D8313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8313B

Black with #D8313B

Text Example


Text Example

White with #D8313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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