Html Css Color HEX #D63B3E Mahogany

📋 copy color: '#D63B3E'

red 214 ◦ green 59 ◦ blue 62

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

Shades of Mahogany #D63B3E

Tints of Mahogany #D63B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.61%

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

R = 63.88%
G = 17.61%
B = 18.51%

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

#D63B3E (or 0xD63B3E) is known color: Mahogany. HEX triplet: D6, 3B and 3E. RGB value is (214,59,62). Sum of RGB (Red+Green+Blue) = 214+59+62=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B3E is #29C4C1. Grayscale: #696969. Windows color (decimal): -2737346 or 4078550. OLE color: 4078550.

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

Color convert

RGB 214 59 62 -
CMYK 0 0.72 0.71 0.16
HSL 358.84º 0.65% 0.54% -
HSV(B) 358.84º 0.72% 0.84% -
XYZ 30.17 17.77 6.4 -
YUV 105.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 214 59 62 0 0.72 0.71 0.16 358.84 0.65 0.54
Hex D6 3B 3E 0 48 47 10 167 41 36
Octal 326 73 76 0 110 107 20 547 101 66
Binary 11010110 111011 111110 0 1001000 1000111 10000 101100111 1000001 110110

Color Harmonies of #D63B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B3E

Black with #D63B3E

Text Example


Text Example

White with #D63B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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