Html Css Color HEX #D9383E Mahogany

📋 copy color: '#D9383E'

red 217 ◦ green 56 ◦ blue 62

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

Shades of Mahogany #D9383E

Tints of Mahogany #D9383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 64.78%
G = 16.72%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9383E (or 0xD9383E) is known color: Mahogany. HEX triplet: D9, 38 and 3E. RGB value is (217,56,62). Sum of RGB (Red+Green+Blue) = 217+56+62=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D9383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9383E is #26C7C1. Grayscale: #686868. Windows color (decimal): -2541506 or 4077785. OLE color: 4077785.

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

Color convert

RGB 217 56 62 -
CMYK 0 0.74 0.71 0.15
HSL 357.76º 0.68% 0.54% -
HSV(B) 357.76º 0.74% 0.85% -
XYZ 30.9 17.93 6.39 -
YUV 104.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 217 56 62 0 0.74 0.71 0.15 357.76 0.68 0.54
Hex D9 38 3E 0 4A 47 F 166 44 36
Octal 331 70 76 0 112 107 17 546 104 66
Binary 11011001 111000 111110 0 1001010 1000111 1111 101100110 1000100 110110

Color Harmonies of #D9383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9383E

Black with #D9383E

Text Example


Text Example

White with #D9383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9383E; }

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

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

background-color css

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

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

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

border-color css

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

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

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