Html Css Color HEX #D6373B Mahogany

📋 copy color: '#D6373B'

red 214 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #D6373B

Tints of Mahogany #D6373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 65.24%
G = 16.77%
B = 17.99%

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

#D6373B (or 0xD6373B) is known color: Mahogany. HEX triplet: D6, 37 and 3B. RGB value is (214,55,59). Sum of RGB (Red+Green+Blue) = 214+55+59=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6373B is #29C8C4. Grayscale: #676767. Windows color (decimal): -2738373 or 3880918. OLE color: 3880918.

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

Color convert

RGB 214 55 59 -
CMYK 0 0.74 0.72 0.16
HSL 358.49º 0.66% 0.53% -
HSV(B) 358.49º 0.74% 0.84% -
XYZ 29.89 17.34 5.91 -
YUV 103 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 214 55 59 0 0.74 0.72 0.16 358.49 0.66 0.53
Hex D6 37 3B 0 4A 48 10 166 42 35
Octal 326 67 73 0 112 110 20 546 102 65
Binary 11010110 110111 111011 0 1001010 1001000 10000 101100110 1000010 110101

Color Harmonies of #D6373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6373B

Black with #D6373B

Text Example


Text Example

White with #D6373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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