Html Css Color HEX #D5323D Mahogany

📋 copy color: '#D5323D'

red 213 ◦ green 50 ◦ blue 61

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

Shades of Mahogany #D5323D

Tints of Mahogany #D5323D

RGB

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

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

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

R = 65.74%
G = 15.43%
B = 18.83%

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

#D5323D (or 0xD5323D) is known color: Mahogany. HEX triplet: D5, 32 and 3D. RGB value is (213,50,61). Sum of RGB (Red+Green+Blue) = 213+50+61=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5323D is #2ACDC2. Grayscale: #646464. Windows color (decimal): -2805187 or 4010709. OLE color: 4010709.

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

Color convert

RGB 213 50 61 -
CMYK 0 0.77 0.71 0.16
HSL 355.95º 0.66% 0.52% -
HSV(B) 355.95º 0.77% 0.84% -
XYZ 29.42 16.76 6.1 -
YUV 99.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 213 50 61 0 0.77 0.71 0.16 355.95 0.66 0.52
Hex D5 32 3D 0 4D 47 10 164 42 34
Octal 325 62 75 0 115 107 20 544 102 64
Binary 11010101 110010 111101 0 1001101 1000111 10000 101100100 1000010 110100

Color Harmonies of #D5323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5323D

Black with #D5323D

Text Example


Text Example

White with #D5323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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