Html Css Color HEX #D6323A Mahogany

📋 copy color: '#D6323A'

red 214 ◦ green 50 ◦ blue 58

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

Shades of Mahogany #D6323A

Tints of Mahogany #D6323A

RGB

 RED value IS 214 (83.98% from 255) = 66.46%

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

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

R = 66.46%
G = 15.53%
B = 18.01%

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

#D6323A (or 0xD6323A) is known color: Mahogany. HEX triplet: D6, 32 and 3A. RGB value is (214,50,58). Sum of RGB (Red+Green+Blue) = 214+50+58=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D6323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6323A is #29CDC5. Grayscale: #646464. Windows color (decimal): -2739654 or 3814102. OLE color: 3814102.

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

Color convert

RGB 214 50 58 -
CMYK 0 0.77 0.73 0.16
HSL 357.07º 0.67% 0.52% -
HSV(B) 357.07º 0.77% 0.84% -
XYZ 29.64 16.88 5.7 -
YUV 99.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 214 50 58 0 0.77 0.73 0.16 357.07 0.67 0.52
Hex D6 32 3A 0 4D 49 10 165 43 34
Octal 326 62 72 0 115 111 20 545 103 64
Binary 11010110 110010 111010 0 1001101 1001001 10000 101100101 1000011 110100

Color Harmonies of #D6323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6323A

Black with #D6323A

Text Example


Text Example

White with #D6323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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