Html Css Color HEX #D5373A Mahogany

📋 copy color: '#D5373A'

red 213 ◦ green 55 ◦ blue 58

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

Shades of Mahogany #D5373A

Tints of Mahogany #D5373A

RGB

 RED value IS 213 (83.59% from 255) = 65.34%

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

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 65.34%
G = 16.87%
B = 17.79%

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

#D5373A (or 0xD5373A) is known color: Mahogany. HEX triplet: D5, 37 and 3A. RGB value is (213,55,58). Sum of RGB (Red+Green+Blue) = 213+55+58=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5373A is #2AC8C5. Grayscale: #666666. Windows color (decimal): -2803910 or 3815381. OLE color: 3815381.

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

Color convert

RGB 213 55 58 -
CMYK 0 0.74 0.73 0.16
HSL 358.86º 0.65% 0.53% -
HSV(B) 358.86º 0.74% 0.84% -
XYZ 29.57 17.18 5.76 -
YUV 102.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 213 55 58 0 0.74 0.73 0.16 358.86 0.65 0.53
Hex D5 37 3A 0 4A 49 10 167 41 35
Octal 325 67 72 0 112 111 20 547 101 65
Binary 11010101 110111 111010 0 1001010 1001001 10000 101100111 1000001 110101

Color Harmonies of #D5373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5373A

Black with #D5373A

Text Example


Text Example

White with #D5373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5373A; }

 p { color: rgb(213,55,58); }

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

background-color css

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

 a { background-color: rgb(213,55,58); }

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

border-color css

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

 span { border-color: rgb(213,55,58); }

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