Html Css Color HEX #D5323A Mahogany

📋 copy color: '#D5323A'

red 213 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D5323A

Tints of Mahogany #D5323A

RGB

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

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

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

R = 66.36%
G = 15.58%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5323A (or 0xD5323A) is known color: Mahogany. HEX triplet: D5, 32 and 3A. RGB value is (213,50,58). Sum of RGB (Red+Green+Blue) = 213+50+58=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D5323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5323A is #2ACDC5. Grayscale: #636363. Windows color (decimal): -2805190 or 3814101. OLE color: 3814101.

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

Color convert

RGB 213 50 58 -
CMYK 0 0.77 0.73 0.16
HSL 357.06º 0.66% 0.52% -
HSV(B) 357.06º 0.77% 0.84% -
XYZ 29.34 16.73 5.69 -
YUV 99.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 213 50 58 0 0.77 0.73 0.16 357.06 0.66 0.52
Hex D5 32 3A 0 4D 49 10 165 42 34
Octal 325 62 72 0 115 111 20 545 102 64
Binary 11010101 110010 111010 0 1001101 1001001 10000 101100101 1000010 110100

Color Harmonies of #D5323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5323A

Black with #D5323A

Text Example


Text Example

White with #D5323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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