Html Css Color HEX #D63A43 Mahogany

📋 copy color: '#D63A43'

red 214 ◦ green 58 ◦ blue 67

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

Shades of Mahogany #D63A43

Tints of Mahogany #D63A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 63.13%
G = 17.11%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D63A43 (or 0xD63A43) is known color: Mahogany. HEX triplet: D6, 3A and 43. RGB value is (214,58,67). Sum of RGB (Red+Green+Blue) = 214+58+67=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A43 is #29C5BC. Grayscale: #696969. Windows color (decimal): -2737597 or 4405974. OLE color: 4405974.

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

Color convert

RGB 214 58 67 -
CMYK 0 0.73 0.69 0.16
HSL 356.54º 0.66% 0.53% -
HSV(B) 356.54º 0.73% 0.84% -
XYZ 30.26 17.73 7.14 -
YUV 105.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 214 58 67 0 0.73 0.69 0.16 356.54 0.66 0.53
Hex D6 3A 43 0 49 45 10 165 42 35
Octal 326 72 103 0 111 105 20 545 102 65
Binary 11010110 111010 1000011 0 1001001 1000101 10000 101100101 1000010 110101

Color Harmonies of #D63A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A43

Black with #D63A43

Text Example


Text Example

White with #D63A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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