Html Css Color HEX #D63D3F Mahogany

📋 copy color: '#D63D3F'

red 214 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #D63D3F

Tints of Mahogany #D63D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 63 (25% from 255) = 18.64%

R = 63.31%
G = 18.05%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D63D3F (or 0xD63D3F) is known color: Mahogany. HEX triplet: D6, 3D and 3F. RGB value is (214,61,63). Sum of RGB (Red+Green+Blue) = 214+61+63=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D3F is #29C2C0. Grayscale: #6B6B6B. Windows color (decimal): -2736833 or 4144598. OLE color: 4144598.

HSL color Cylindrical-coordinate representation of color #D63D3F: 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.71%. Process color model (Four color, CMYK) of #D63D3F is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 61 63 -
CMYK 0 0.71 0.71 0.16
HSL 359.22º 0.65% 0.54% -
HSV(B) 359.22º 0.71% 0.84% -
XYZ 30.3 17.99 6.58 -
YUV 106.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 214 61 63 0 0.71 0.71 0.16 359.22 0.65 0.54
Hex D6 3D 3F 0 47 47 10 167 41 36
Octal 326 75 77 0 107 107 20 547 101 66
Binary 11010110 111101 111111 0 1000111 1000111 10000 101100111 1000001 110110

Color Harmonies of #D63D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D3F

Black with #D63D3F

Text Example


Text Example

White with #D63D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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