Html Css Color HEX #D73C40 Mahogany

📋 copy color: '#D73C40'

red 215 ◦ green 60 ◦ blue 64

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

Shades of Mahogany #D73C40

Tints of Mahogany #D73C40

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

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

R = 63.42%
G = 17.7%
B = 18.88%

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

#D73C40 (or 0xD73C40) is known color: Mahogany. HEX triplet: D7, 3C and 40. RGB value is (215,60,64). Sum of RGB (Red+Green+Blue) = 215+60+64=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C40 is #28C3BF. Grayscale: #6A6A6A. Windows color (decimal): -2671552 or 4209879. OLE color: 4209879.

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

Color convert

RGB 215 60 64 -
CMYK 0 0.72 0.70 0.16
HSL 358.45º 0.66% 0.54% -
HSV(B) 358.45º 0.72% 0.84% -
XYZ 30.57 18.05 6.72 -
YUV 106.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 215 60 64 0 0.72 0.70 0.16 358.45 0.66 0.54
Hex D7 3C 40 0 48 46 10 166 42 36
Octal 327 74 100 0 110 106 20 546 102 66
Binary 11010111 111100 1000000 0 1001000 1000110 10000 101100110 1000010 110110

Color Harmonies of #D73C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73C40

Black with #D73C40

Text Example


Text Example

White with #D73C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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