Html Css Color HEX #D63637 Mahogany

📋 copy color: '#D63637'

red 214 ◦ green 54 ◦ blue 55

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

Shades of Mahogany #D63637

Tints of Mahogany #D63637

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 55 (21.88% from 255) = 17.03%

R = 66.25%
G = 16.72%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63637 (or 0xD63637) is known color: Mahogany. HEX triplet: D6, 36 and 37. RGB value is (214,54,55). Sum of RGB (Red+Green+Blue) = 214+54+55=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D63637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63637 is #29C9C8. Grayscale: #666666. Windows color (decimal): -2738633 or 3618518. OLE color: 3618518.

HSL color Cylindrical-coordinate representation of color #D63637: hue angle of 359.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63637 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 55 -
CMYK 0 0.75 0.74 0.16
HSL 359.63º 0.66% 0.53% -
HSV(B) 359.63º 0.75% 0.84% -
XYZ 29.74 17.21 5.37 -
YUV 101.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 214 54 55 0 0.75 0.74 0.16 359.63 0.66 0.53
Hex D6 36 37 0 4B 4A 10 168 42 35
Octal 326 66 67 0 113 112 20 550 102 65
Binary 11010110 110110 110111 0 1001011 1001010 10000 101101000 1000010 110101

Color Harmonies of #D63637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63637

Black with #D63637

Text Example


Text Example

White with #D63637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63637; }

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

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

background-color css

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

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

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

border-color css

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

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

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