Html Css Color HEX #D7383F Mahogany

📋 copy color: '#D7383F'

red 215 ◦ green 56 ◦ blue 63

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

Shades of Mahogany #D7383F

Tints of Mahogany #D7383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 64.37%
G = 16.77%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7383F (or 0xD7383F) is known color: Mahogany. HEX triplet: D7, 38 and 3F. RGB value is (215,56,63). Sum of RGB (Red+Green+Blue) = 215+56+63=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D7383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7383F is #28C7C0. Grayscale: #686868. Windows color (decimal): -2672577 or 4143319. OLE color: 4143319.

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

Color convert

RGB 215 56 63 -
CMYK 0 0.74 0.71 0.16
HSL 357.36º 0.67% 0.53% -
HSV(B) 357.36º 0.74% 0.84% -
XYZ 30.34 17.63 6.51 -
YUV 104.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 215 56 63 0 0.74 0.71 0.16 357.36 0.67 0.53
Hex D7 38 3F 0 4A 47 10 165 43 35
Octal 327 70 77 0 112 107 20 545 103 65
Binary 11010111 111000 111111 0 1001010 1000111 10000 101100101 1000011 110101

Color Harmonies of #D7383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7383F

Black with #D7383F

Text Example


Text Example

White with #D7383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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