Html Css Color HEX #D5323E Mahogany

📋 copy color: '#D5323E'

red 213 ◦ green 50 ◦ blue 62

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

Shades of Mahogany #D5323E

Tints of Mahogany #D5323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 65.54%
G = 15.38%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5323E (or 0xD5323E) is known color: Mahogany. HEX triplet: D5, 32 and 3E. RGB value is (213,50,62). Sum of RGB (Red+Green+Blue) = 213+50+62=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5323E is #2ACDC1. Grayscale: #646464. Windows color (decimal): -2805186 or 4076245. OLE color: 4076245.

HSL color Cylindrical-coordinate representation of color #D5323E: hue angle of 355.58º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5323E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 62 -
CMYK 0 0.77 0.71 0.16
HSL 355.58º 0.66% 0.52% -
HSV(B) 355.58º 0.77% 0.84% -
XYZ 29.45 16.78 6.24 -
YUV 100.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 213 50 62 0 0.77 0.71 0.16 355.58 0.66 0.52
Hex D5 32 3E 0 4D 47 10 164 42 34
Octal 325 62 76 0 115 107 20 544 102 64
Binary 11010101 110010 111110 0 1001101 1000111 10000 101100100 1000010 110100

Color Harmonies of #D5323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5323E

Black with #D5323E

Text Example


Text Example

White with #D5323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5323E; }

 p { color: rgb(213,50,62); }

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

background-color css

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

 a { background-color: rgb(213,50,62); }

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

border-color css

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

 span { border-color: rgb(213,50,62); }

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