Html Css Color HEX #D63A45 Mahogany

📋 copy color: '#D63A45'

red 214 ◦ green 58 ◦ blue 69

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

Shades of Mahogany #D63A45

Tints of Mahogany #D63A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 62.76%
G = 17.01%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D63A45 (or 0xD63A45) is known color: Mahogany. HEX triplet: D6, 3A and 45. RGB value is (214,58,69). Sum of RGB (Red+Green+Blue) = 214+58+69=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A45 is #29C5BA. Grayscale: #6A6A6A. Windows color (decimal): -2737595 or 4537046. OLE color: 4537046.

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

Color convert

RGB 214 58 69 -
CMYK 0 0.73 0.68 0.16
HSL 355.77º 0.66% 0.53% -
HSV(B) 355.77º 0.73% 0.84% -
XYZ 30.32 17.75 7.46 -
YUV 105.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 214 58 69 0 0.73 0.68 0.16 355.77 0.66 0.53
Hex D6 3A 45 0 49 44 10 164 42 35
Octal 326 72 105 0 111 104 20 544 102 65
Binary 11010110 111010 1000101 0 1001001 1000100 10000 101100100 1000010 110101

Color Harmonies of #D63A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A45

Black with #D63A45

Text Example


Text Example

White with #D63A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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