Html Css Color HEX #D9383D Mahogany

📋 copy color: '#D9383D'

red 217 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #D9383D

Tints of Mahogany #D9383D

RGB

 RED value IS 217 (85.16% from 255) = 64.97%

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

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

R = 64.97%
G = 16.77%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9383D (or 0xD9383D) is known color: Mahogany. HEX triplet: D9, 38 and 3D. RGB value is (217,56,61). Sum of RGB (Red+Green+Blue) = 217+56+61=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9383D is #26C7C2. Grayscale: #686868. Windows color (decimal): -2541507 or 4012249. OLE color: 4012249.

HSL color Cylindrical-coordinate representation of color #D9383D: hue angle of 358.14º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9383D is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 56 61 -
CMYK 0 0.74 0.72 0.15
HSL 358.14º 0.68% 0.54% -
HSV(B) 358.14º 0.74% 0.85% -
XYZ 30.87 17.92 6.25 -
YUV 104.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 217 56 61 0 0.74 0.72 0.15 358.14 0.68 0.54
Hex D9 38 3D 0 4A 48 F 166 44 36
Octal 331 70 75 0 112 110 17 546 104 66
Binary 11011001 111000 111101 0 1001010 1001000 1111 101100110 1000100 110110

Color Harmonies of #D9383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9383D

Black with #D9383D

Text Example


Text Example

White with #D9383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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