Html Css Color HEX #D63136 Mahogany

📋 copy color: '#D63136'

red 214 ◦ green 49 ◦ blue 54

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

Shades of Mahogany #D63136

Tints of Mahogany #D63136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 67.51%
G = 15.46%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63136 (or 0xD63136) is known color: Mahogany. HEX triplet: D6, 31 and 36. RGB value is (214,49,54). Sum of RGB (Red+Green+Blue) = 214+49+54=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63136 is #29CEC9. Grayscale: #636363. Windows color (decimal): -2739914 or 3551702. OLE color: 3551702.

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

Color convert

RGB 214 49 54 -
CMYK 0 0.77 0.75 0.16
HSL 358.18º 0.67% 0.52% -
HSV(B) 358.18º 0.77% 0.84% -
XYZ 29.5 16.76 5.17 -
YUV 98.91 102.66 210.09 -
System Red Green Blue C M Y K H S L
Decimal 214 49 54 0 0.77 0.75 0.16 358.18 0.67 0.52
Hex D6 31 36 0 4D 4B 10 166 43 34
Octal 326 61 66 0 115 113 20 546 103 64
Binary 11010110 110001 110110 0 1001101 1001011 10000 101100110 1000011 110100

Color Harmonies of #D63136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63136

Black with #D63136

Text Example


Text Example

White with #D63136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63136; }

 p { color: rgb(214,49,54); }

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

background-color css

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

 a { background-color: rgb(214,49,54); }

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

border-color css

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

 span { border-color: rgb(214,49,54); }

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