Html Css Color HEX #D7373B Mahogany

📋 copy color: '#D7373B'

red 215 ◦ green 55 ◦ blue 59

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

Shades of Mahogany #D7373B

Tints of Mahogany #D7373B

RGB

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

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

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

R = 65.35%
G = 16.72%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7373B (or 0xD7373B) is known color: Mahogany. HEX triplet: D7, 37 and 3B. RGB value is (215,55,59). Sum of RGB (Red+Green+Blue) = 215+55+59=329 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.35% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 215 - color contains mainly: red. Hex color #D7373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7373B is #28C8C4. Grayscale: #676767. Windows color (decimal): -2672837 or 3880919. OLE color: 3880919.

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

Color convert

RGB 215 55 59 -
CMYK 0 0.74 0.73 0.16
HSL 358.5º 0.67% 0.53% -
HSV(B) 358.5º 0.74% 0.84% -
XYZ 30.18 17.5 5.92 -
YUV 103.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 215 55 59 0 0.74 0.73 0.16 358.5 0.67 0.53
Hex D7 37 3B 0 4A 49 10 166 43 35
Octal 327 67 73 0 112 111 20 546 103 65
Binary 11010111 110111 111011 0 1001010 1001001 10000 101100110 1000011 110101

Color Harmonies of #D7373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7373B

Black with #D7373B

Text Example


Text Example

White with #D7373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7373B; }

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

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

background-color css

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

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

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

border-color css

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

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

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