Html Css Color HEX #D7363F Mahogany

📋 copy color: '#D7363F'

red 215 ◦ green 54 ◦ blue 63

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

Shades of Mahogany #D7363F

Tints of Mahogany #D7363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

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

R = 64.76%
G = 16.27%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7363F (or 0xD7363F) is known color: Mahogany. HEX triplet: D7, 36 and 3F. RGB value is (215,54,63). Sum of RGB (Red+Green+Blue) = 215+54+63=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7363F is #28C9C0. Grayscale: #676767. Windows color (decimal): -2673089 or 4142807. OLE color: 4142807.

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

Color convert

RGB 215 54 63 -
CMYK 0 0.75 0.71 0.16
HSL 356.65º 0.67% 0.53% -
HSV(B) 356.65º 0.75% 0.84% -
XYZ 30.24 17.44 6.48 -
YUV 103.17 105.34 207.77 -
System Red Green Blue C M Y K H S L
Decimal 215 54 63 0 0.75 0.71 0.16 356.65 0.67 0.53
Hex D7 36 3F 0 4B 47 10 165 43 35
Octal 327 66 77 0 113 107 20 545 103 65
Binary 11010111 110110 111111 0 1001011 1000111 10000 101100101 1000011 110101

Color Harmonies of #D7363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7363F

Black with #D7363F

Text Example


Text Example

White with #D7363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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