Html Css Color HEX #D7373D Mahogany

📋 copy color: '#D7373D'

red 215 ◦ green 55 ◦ blue 61

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

Shades of Mahogany #D7373D

Tints of Mahogany #D7373D

RGB

 RED value IS 215 (84.38% from 255) = 64.95%

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

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

R = 64.95%
G = 16.62%
B = 18.43%

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

#D7373D (or 0xD7373D) is known color: Mahogany. HEX triplet: D7, 37 and 3D. RGB value is (215,55,61). Sum of RGB (Red+Green+Blue) = 215+55+61=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7373D is #28C8C2. Grayscale: #676767. Windows color (decimal): -2672835 or 4011991. OLE color: 4011991.

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

Color convert

RGB 215 55 61 -
CMYK 0 0.74 0.72 0.16
HSL 357.75º 0.67% 0.53% -
HSV(B) 357.75º 0.74% 0.84% -
XYZ 30.23 17.52 6.2 -
YUV 103.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 215 55 61 0 0.74 0.72 0.16 357.75 0.67 0.53
Hex D7 37 3D 0 4A 48 10 166 43 35
Octal 327 67 75 0 112 110 20 546 103 65
Binary 11010111 110111 111101 0 1001010 1001000 10000 101100110 1000011 110101

Color Harmonies of #D7373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7373D

Black with #D7373D

Text Example


Text Example

White with #D7373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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