Html Css Color HEX #D63A3E Mahogany

📋 copy color: '#D63A3E'

red 214 ◦ green 58 ◦ blue 62

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

Shades of Mahogany #D63A3E

Tints of Mahogany #D63A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 64.07%
G = 17.37%
B = 18.56%

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

#D63A3E (or 0xD63A3E) is known color: Mahogany. HEX triplet: D6, 3A and 3E. RGB value is (214,58,62). Sum of RGB (Red+Green+Blue) = 214+58+62=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A3E is #29C5C1. Grayscale: #696969. Windows color (decimal): -2737602 or 4078294. OLE color: 4078294.

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

Color convert

RGB 214 58 62 -
CMYK 0 0.73 0.71 0.16
HSL 358.46º 0.66% 0.53% -
HSV(B) 358.46º 0.73% 0.84% -
XYZ 30.11 17.67 6.38 -
YUV 105.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 214 58 62 0 0.73 0.71 0.16 358.46 0.66 0.53
Hex D6 3A 3E 0 49 47 10 166 42 35
Octal 326 72 76 0 111 107 20 546 102 65
Binary 11010110 111010 111110 0 1001001 1000111 10000 101100110 1000010 110101

Color Harmonies of #D63A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A3E

Black with #D63A3E

Text Example


Text Example

White with #D63A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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