Html Css Color HEX #D63C3E Mahogany

📋 copy color: '#D63C3E'

red 214 ◦ green 60 ◦ blue 62

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

Shades of Mahogany #D63C3E

Tints of Mahogany #D63C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 63.69%
G = 17.86%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D63C3E (or 0xD63C3E) is known color: Mahogany. HEX triplet: D6, 3C and 3E. RGB value is (214,60,62). Sum of RGB (Red+Green+Blue) = 214+60+62=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C3E is #29C3C1. Grayscale: #6A6A6A. Windows color (decimal): -2737090 or 4078806. OLE color: 4078806.

HSL color Cylindrical-coordinate representation of color #D63C3E: hue angle of 359.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 60 62 -
CMYK 0 0.72 0.71 0.16
HSL 359.22º 0.65% 0.54% -
HSV(B) 359.22º 0.72% 0.84% -
XYZ 30.22 17.88 6.42 -
YUV 106.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 214 60 62 0 0.72 0.71 0.16 359.22 0.65 0.54
Hex D6 3C 3E 0 48 47 10 167 41 36
Octal 326 74 76 0 110 107 20 547 101 66
Binary 11010110 111100 111110 0 1001000 1000111 10000 101100111 1000001 110110

Color Harmonies of #D63C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C3E

Black with #D63C3E

Text Example


Text Example

White with #D63C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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