Html Css Color HEX #D7383D Mahogany

📋 copy color: '#D7383D'

red 215 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #D7383D

Tints of Mahogany #D7383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 64.76%
G = 16.87%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D7383D (or 0xD7383D) is known color: Mahogany. HEX triplet: D7, 38 and 3D. RGB value is (215,56,61). Sum of RGB (Red+Green+Blue) = 215+56+61=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7383D is #28C7C2. Grayscale: #686868. Windows color (decimal): -2672579 or 4012247. OLE color: 4012247.

HSL color Cylindrical-coordinate representation of color #D7383D: hue angle of 358.11º 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 #D7383D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 56 61 -
CMYK 0 0.74 0.72 0.16
HSL 358.11º 0.67% 0.53% -
HSV(B) 358.11º 0.74% 0.84% -
XYZ 30.28 17.61 6.22 -
YUV 104.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 215 56 61 0 0.74 0.72 0.16 358.11 0.67 0.53
Hex D7 38 3D 0 4A 48 10 166 43 35
Octal 327 70 75 0 112 110 20 546 103 65
Binary 11010111 111000 111101 0 1001010 1001000 10000 101100110 1000011 110101

Color Harmonies of #D7383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7383D

Black with #D7383D

Text Example


Text Example

White with #D7383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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