Html Css Color HEX #D63743 Mahogany

📋 copy color: '#D63743'

red 214 ◦ green 55 ◦ blue 67

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

Shades of Mahogany #D63743

Tints of Mahogany #D63743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.94%

R = 63.69%
G = 16.37%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63743 (or 0xD63743) is known color: Mahogany. HEX triplet: D6, 37 and 43. RGB value is (214,55,67). Sum of RGB (Red+Green+Blue) = 214+55+67=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63743 is #29C8BC. Grayscale: #686868. Windows color (decimal): -2738365 or 4405206. OLE color: 4405206.

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

Color convert

RGB 214 55 67 -
CMYK 0 0.74 0.69 0.16
HSL 355.47º 0.66% 0.53% -
HSV(B) 355.47º 0.74% 0.84% -
XYZ 30.11 17.43 7.09 -
YUV 103.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 214 55 67 0 0.74 0.69 0.16 355.47 0.66 0.53
Hex D6 37 43 0 4A 45 10 163 42 35
Octal 326 67 103 0 112 105 20 543 102 65
Binary 11010110 110111 1000011 0 1001010 1000101 10000 101100011 1000010 110101

Color Harmonies of #D63743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63743

Black with #D63743

Text Example


Text Example

White with #D63743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63743; }

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

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

background-color css

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

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

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

border-color css

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

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

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