Html Css Color HEX #D6323F Mahogany

📋 copy color: '#D6323F'

red 214 ◦ green 50 ◦ blue 63

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

Shades of Mahogany #D6323F

Tints of Mahogany #D6323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.27%

R = 65.44%
G = 15.29%
B = 19.27%

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

#D6323F (or 0xD6323F) is known color: Mahogany. HEX triplet: D6, 32 and 3F. RGB value is (214,50,63). Sum of RGB (Red+Green+Blue) = 214+50+63=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6323F is #29CDC0. Grayscale: #646464. Windows color (decimal): -2739649 or 4141782. OLE color: 4141782.

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

Color convert

RGB 214 50 63 -
CMYK 0 0.77 0.71 0.16
HSL 355.24º 0.67% 0.52% -
HSV(B) 355.24º 0.77% 0.84% -
XYZ 29.77 16.94 6.4 -
YUV 100.52 106.83 208.94 -
System Red Green Blue C M Y K H S L
Decimal 214 50 63 0 0.77 0.71 0.16 355.24 0.67 0.52
Hex D6 32 3F 0 4D 47 10 163 43 34
Octal 326 62 77 0 115 107 20 543 103 64
Binary 11010110 110010 111111 0 1001101 1000111 10000 101100011 1000011 110100

Color Harmonies of #D6323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6323F

Black with #D6323F

Text Example


Text Example

White with #D6323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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