Html Css Color HEX #D6393C Mahogany

📋 copy color: '#D6393C'

red 214 ◦ green 57 ◦ blue 60

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

Shades of Mahogany #D6393C

Tints of Mahogany #D6393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.22%

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

R = 64.65%
G = 17.22%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6393C (or 0xD6393C) is known color: Mahogany. HEX triplet: D6, 39 and 3C. RGB value is (214,57,60). Sum of RGB (Red+Green+Blue) = 214+57+60=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6393C is #29C6C3. Grayscale: #686868. Windows color (decimal): -2737860 or 3946966. OLE color: 3946966.

HSL color Cylindrical-coordinate representation of color #D6393C: hue angle of 358.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6393C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 60 -
CMYK 0 0.73 0.72 0.16
HSL 358.85º 0.66% 0.53% -
HSV(B) 358.85º 0.73% 0.84% -
XYZ 30.01 17.55 6.08 -
YUV 104.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 214 57 60 0 0.73 0.72 0.16 358.85 0.66 0.53
Hex D6 39 3C 0 49 48 10 167 42 35
Octal 326 71 74 0 111 110 20 547 102 65
Binary 11010110 111001 111100 0 1001001 1001000 10000 101100111 1000010 110101

Color Harmonies of #D6393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6393C

Black with #D6393C

Text Example


Text Example

White with #D6393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6393C; }

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

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

background-color css

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

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

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

border-color css

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

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

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