Html Css Color HEX #D6383C Mahogany

📋 copy color: '#D6383C'

red 214 ◦ green 56 ◦ blue 60

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

Shades of Mahogany #D6383C

Tints of Mahogany #D6383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 64.85%
G = 16.97%
B = 18.18%

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

#D6383C (or 0xD6383C) is known color: Mahogany. HEX triplet: D6, 38 and 3C. RGB value is (214,56,60). Sum of RGB (Red+Green+Blue) = 214+56+60=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6383C is #29C7C3. Grayscale: #676767. Windows color (decimal): -2738116 or 3946710. OLE color: 3946710.

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

Color convert

RGB 214 56 60 -
CMYK 0 0.74 0.72 0.16
HSL 358.48º 0.66% 0.53% -
HSV(B) 358.48º 0.74% 0.84% -
XYZ 29.96 17.45 6.06 -
YUV 103.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 214 56 60 0 0.74 0.72 0.16 358.48 0.66 0.53
Hex D6 38 3C 0 4A 48 10 166 42 35
Octal 326 70 74 0 112 110 20 546 102 65
Binary 11010110 111000 111100 0 1001010 1001000 10000 101100110 1000010 110101

Color Harmonies of #D6383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6383C

Black with #D6383C

Text Example


Text Example

White with #D6383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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