Html Css Color HEX #D63639 Mahogany

📋 copy color: '#D63639'

red 214 ◦ green 54 ◦ blue 57

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

Shades of Mahogany #D63639

Tints of Mahogany #D63639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.54%

R = 65.85%
G = 16.62%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63639 (or 0xD63639) is known color: Mahogany. HEX triplet: D6, 36 and 39. RGB value is (214,54,57). Sum of RGB (Red+Green+Blue) = 214+54+57=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D63639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63639 is #29C9C6. Grayscale: #666666. Windows color (decimal): -2738631 or 3749590. OLE color: 3749590.

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

Color convert

RGB 214 54 57 -
CMYK 0 0.75 0.73 0.16
HSL 358.88º 0.66% 0.53% -
HSV(B) 358.88º 0.75% 0.84% -
XYZ 29.79 17.23 5.63 -
YUV 102.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 214 54 57 0 0.75 0.73 0.16 358.88 0.66 0.53
Hex D6 36 39 0 4B 49 10 167 42 35
Octal 326 66 71 0 113 111 20 547 102 65
Binary 11010110 110110 111001 0 1001011 1001001 10000 101100111 1000010 110101

Color Harmonies of #D63639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63639

Black with #D63639

Text Example


Text Example

White with #D63639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63639; }

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

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

background-color css

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

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

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

border-color css

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

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

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