Html Css Color HEX #D6383D Mahogany

📋 copy color: '#D6383D'

red 214 ◦ green 56 ◦ blue 61

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

Shades of Mahogany #D6383D

Tints of Mahogany #D6383D

RGB

 RED value IS 214 (83.98% from 255) = 64.65%

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

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

R = 64.65%
G = 16.92%
B = 18.43%

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

#D6383D (or 0xD6383D) is known color: Mahogany. HEX triplet: D6, 38 and 3D. RGB value is (214,56,61). Sum of RGB (Red+Green+Blue) = 214+56+61=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6383D is #29C7C2. Grayscale: #676767. Windows color (decimal): -2738115 or 4012246. OLE color: 4012246.

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

Color convert

RGB 214 56 61 -
CMYK 0 0.74 0.71 0.16
HSL 358.1º 0.66% 0.53% -
HSV(B) 358.1º 0.74% 0.84% -
XYZ 29.99 17.46 6.2 -
YUV 103.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 214 56 61 0 0.74 0.71 0.16 358.1 0.66 0.53
Hex D6 38 3D 0 4A 47 10 166 42 35
Octal 326 70 75 0 112 107 20 546 102 65
Binary 11010110 111000 111101 0 1001010 1000111 10000 101100110 1000010 110101

Color Harmonies of #D6383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6383D

Black with #D6383D

Text Example


Text Example

White with #D6383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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