Html Css Color HEX #D7313F Mahogany

📋 copy color: '#D7313F'

red 215 ◦ green 49 ◦ blue 63

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

Shades of Mahogany #D7313F

Tints of Mahogany #D7313F

RGB

 RED value IS 215 (84.38% from 255) = 65.75%

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 65.75%
G = 14.98%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7313F (or 0xD7313F) is known color: Mahogany. HEX triplet: D7, 31 and 3F. RGB value is (215,49,63). Sum of RGB (Red+Green+Blue) = 215+49+63=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7313F is #28CEC0. Grayscale: #646464. Windows color (decimal): -2674369 or 4141527. OLE color: 4141527.

HSL color Cylindrical-coordinate representation of color #D7313F: hue angle of 354.94º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7313F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 63 -
CMYK 0 0.77 0.71 0.16
HSL 354.94º 0.67% 0.52% -
HSV(B) 354.94º 0.77% 0.84% -
XYZ 30.02 17 6.4 -
YUV 100.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 215 49 63 0 0.77 0.71 0.16 354.94 0.67 0.52
Hex D7 31 3F 0 4D 47 10 163 43 34
Octal 327 61 77 0 115 107 20 543 103 64
Binary 11010111 110001 111111 0 1001101 1000111 10000 101100011 1000011 110100

Color Harmonies of #D7313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7313F

Black with #D7313F

Text Example


Text Example

White with #D7313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7313F; }

 p { color: rgb(215,49,63); }

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

background-color css

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

 a { background-color: rgb(215,49,63); }

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

border-color css

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

 span { border-color: rgb(215,49,63); }

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