Html Css Color HEX #D63B40 Mahogany

📋 copy color: '#D63B40'

red 214 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #D63B40

Tints of Mahogany #D63B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 63.5%
G = 17.51%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D63B40 (or 0xD63B40) is known color: Mahogany. HEX triplet: D6, 3B and 40. RGB value is (214,59,64). Sum of RGB (Red+Green+Blue) = 214+59+64=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B40 is #29C4BF. Grayscale: #6A6A6A. Windows color (decimal): -2737344 or 4209622. OLE color: 4209622.

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

Color convert

RGB 214 59 64 -
CMYK 0 0.72 0.70 0.16
HSL 358.06º 0.65% 0.54% -
HSV(B) 358.06º 0.72% 0.84% -
XYZ 30.22 17.79 6.69 -
YUV 105.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 214 59 64 0 0.72 0.70 0.16 358.06 0.65 0.54
Hex D6 3B 40 0 48 46 10 166 41 36
Octal 326 73 100 0 110 106 20 546 101 66
Binary 11010110 111011 1000000 0 1001000 1000110 10000 101100110 1000001 110110

Color Harmonies of #D63B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B40

Black with #D63B40

Text Example


Text Example

White with #D63B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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