Html Css Color HEX #D6373D Mahogany

📋 copy color: '#D6373D'

red 214 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D6373D

Tints of Mahogany #D6373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.67%

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

R = 64.85%
G = 16.67%
B = 18.48%

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

#D6373D (or 0xD6373D) is known color: Mahogany. HEX triplet: D6, 37 and 3D. RGB value is (214,55,61). Sum of RGB (Red+Green+Blue) = 214+55+61=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6373D is #29C8C2. Grayscale: #676767. Windows color (decimal): -2738371 or 4011990. OLE color: 4011990.

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

Color convert

RGB 214 55 61 -
CMYK 0 0.74 0.71 0.16
HSL 357.74º 0.66% 0.53% -
HSV(B) 357.74º 0.74% 0.84% -
XYZ 29.94 17.37 6.19 -
YUV 103.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 214 55 61 0 0.74 0.71 0.16 357.74 0.66 0.53
Hex D6 37 3D 0 4A 47 10 166 42 35
Octal 326 67 75 0 112 107 20 546 102 65
Binary 11010110 110111 111101 0 1001010 1000111 10000 101100110 1000010 110101

Color Harmonies of #D6373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6373D

Black with #D6373D

Text Example


Text Example

White with #D6373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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