Html Css Color HEX #D63A3D Mahogany

📋 copy color: '#D63A3D'

red 214 ◦ green 58 ◦ blue 61

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

Shades of Mahogany #D63A3D

Tints of Mahogany #D63A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 64.26%
G = 17.42%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D63A3D (or 0xD63A3D) is known color: Mahogany. HEX triplet: D6, 3A and 3D. RGB value is (214,58,61). Sum of RGB (Red+Green+Blue) = 214+58+61=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A3D is #29C5C2. Grayscale: #696969. Windows color (decimal): -2737603 or 4012758. OLE color: 4012758.

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

Color convert

RGB 214 58 61 -
CMYK 0 0.73 0.71 0.16
HSL 358.85º 0.66% 0.53% -
HSV(B) 358.85º 0.73% 0.84% -
XYZ 30.09 17.66 6.24 -
YUV 104.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 214 58 61 0 0.73 0.71 0.16 358.85 0.66 0.53
Hex D6 3A 3D 0 49 47 10 167 42 35
Octal 326 72 75 0 111 107 20 547 102 65
Binary 11010110 111010 111101 0 1001001 1000111 10000 101100111 1000010 110101

Color Harmonies of #D63A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A3D

Black with #D63A3D

Text Example


Text Example

White with #D63A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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