Html Css Color HEX #D6373F Mahogany

📋 copy color: '#D6373F'

red 214 ◦ green 55 ◦ blue 63

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

Shades of Mahogany #D6373F

Tints of Mahogany #D6373F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 64.46%
G = 16.57%
B = 18.98%

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

#D6373F (or 0xD6373F) is known color: Mahogany. HEX triplet: D6, 37 and 3F. RGB value is (214,55,63). Sum of RGB (Red+Green+Blue) = 214+55+63=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6373F is #29C8C0. Grayscale: #676767. Windows color (decimal): -2738369 or 4143062. OLE color: 4143062.

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

Color convert

RGB 214 55 63 -
CMYK 0 0.74 0.71 0.16
HSL 356.98º 0.66% 0.53% -
HSV(B) 356.98º 0.74% 0.84% -
XYZ 29.99 17.39 6.48 -
YUV 103.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 214 55 63 0 0.74 0.71 0.16 356.98 0.66 0.53
Hex D6 37 3F 0 4A 47 10 165 42 35
Octal 326 67 77 0 112 107 20 545 102 65
Binary 11010110 110111 111111 0 1001010 1000111 10000 101100101 1000010 110101

Color Harmonies of #D6373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6373F

Black with #D6373F

Text Example


Text Example

White with #D6373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6373F; }

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

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

background-color css

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

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

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

border-color css

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

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

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