Html Css Color HEX #D63740 Mahogany

📋 copy color: '#D63740'

red 214 ◦ green 55 ◦ blue 64

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

Shades of Mahogany #D63740

Tints of Mahogany #D63740

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 64.26%
G = 16.52%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63740 (or 0xD63740) is known color: Mahogany. HEX triplet: D6, 37 and 40. RGB value is (214,55,64). Sum of RGB (Red+Green+Blue) = 214+55+64=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63740 is #29C8BF. Grayscale: #676767. Windows color (decimal): -2738368 or 4208598. OLE color: 4208598.

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

Color convert

RGB 214 55 64 -
CMYK 0 0.74 0.70 0.16
HSL 356.6º 0.66% 0.53% -
HSV(B) 356.6º 0.74% 0.84% -
XYZ 30.02 17.4 6.63 -
YUV 103.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 214 55 64 0 0.74 0.70 0.16 356.6 0.66 0.53
Hex D6 37 40 0 4A 46 10 165 42 35
Octal 326 67 100 0 112 106 20 545 102 65
Binary 11010110 110111 1000000 0 1001010 1000110 10000 101100101 1000010 110101

Color Harmonies of #D63740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63740

Black with #D63740

Text Example


Text Example

White with #D63740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63740; }

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

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

background-color css

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

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

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

border-color css

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

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

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