Html Css Color HEX #D73B40 Mahogany

📋 copy color: '#D73B40'

red 215 ◦ green 59 ◦ blue 64

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

Shades of Mahogany #D73B40

Tints of Mahogany #D73B40

RGB

 RED value IS 215 (84.38% from 255) = 63.61%

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

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

R = 63.61%
G = 17.46%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D73B40 (or 0xD73B40) is known color: Mahogany. HEX triplet: D7, 3B and 40. RGB value is (215,59,64). Sum of RGB (Red+Green+Blue) = 215+59+64=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B40 is #28C4BF. Grayscale: #6A6A6A. Windows color (decimal): -2671808 or 4209623. OLE color: 4209623.

HSL color Cylindrical-coordinate representation of color #D73B40: hue angle of 358.08º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73B40 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 59 64 -
CMYK 0 0.73 0.70 0.16
HSL 358.08º 0.66% 0.54% -
HSV(B) 358.08º 0.73% 0.84% -
XYZ 30.51 17.95 6.71 -
YUV 106.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 215 59 64 0 0.73 0.70 0.16 358.08 0.66 0.54
Hex D7 3B 40 0 49 46 10 166 42 36
Octal 327 73 100 0 111 106 20 546 102 66
Binary 11010111 111011 1000000 0 1001001 1000110 10000 101100110 1000010 110110

Color Harmonies of #D73B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73B40

Black with #D73B40

Text Example


Text Example

White with #D73B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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