Html Css Color HEX #D63A3F Mahogany

📋 copy color: '#D63A3F'

red 214 ◦ green 58 ◦ blue 63

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

Shades of Mahogany #D63A3F

Tints of Mahogany #D63A3F

RGB

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

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

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

R = 63.88%
G = 17.31%
B = 18.81%

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

#D63A3F (or 0xD63A3F) is known color: Mahogany. HEX triplet: D6, 3A and 3F. RGB value is (214,58,63). Sum of RGB (Red+Green+Blue) = 214+58+63=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A3F is #29C5C0. Grayscale: #696969. Windows color (decimal): -2737601 or 4143830. OLE color: 4143830.

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

Color convert

RGB 214 58 63 -
CMYK 0 0.73 0.71 0.16
HSL 358.08º 0.66% 0.53% -
HSV(B) 358.08º 0.73% 0.84% -
XYZ 30.14 17.68 6.53 -
YUV 105.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 214 58 63 0 0.73 0.71 0.16 358.08 0.66 0.53
Hex D6 3A 3F 0 49 47 10 166 42 35
Octal 326 72 77 0 111 107 20 546 102 65
Binary 11010110 111010 111111 0 1001001 1000111 10000 101100110 1000010 110101

Color Harmonies of #D63A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A3F

Black with #D63A3F

Text Example


Text Example

White with #D63A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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