Html Css Color HEX #D72E32 Mahogany

📋 copy color: '#D72E32'

red 215 ◦ green 46 ◦ blue 50

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

Shades of Mahogany #D72E32

Tints of Mahogany #D72E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 69.13%
G = 14.79%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D72E32 (or 0xD72E32) is known color: Mahogany. HEX triplet: D7, 2E and 32. RGB value is (215,46,50). Sum of RGB (Red+Green+Blue) = 215+46+50=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E32 is #28D1CD. Grayscale: #616161. Windows color (decimal): -2675150 or 3288791. OLE color: 3288791.

HSL color Cylindrical-coordinate representation of color #D72E32: hue angle of 358.58º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72E32 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 46 50 -
CMYK 0 0.79 0.77 0.16
HSL 358.58º 0.68% 0.51% -
HSV(B) 358.58º 0.79% 0.84% -
XYZ 29.58 16.63 4.67 -
YUV 96.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 215 46 50 0 0.79 0.77 0.16 358.58 0.68 0.51
Hex D7 2E 32 0 4F 4D 10 167 44 33
Octal 327 56 62 0 117 115 20 547 104 63
Binary 11010111 101110 110010 0 1001111 1001101 10000 101100111 1000100 110011

Color Harmonies of #D72E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E32

Black with #D72E32

Text Example


Text Example

White with #D72E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E32; }

 p { color: rgb(215,46,50); }

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

background-color css

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

 a { background-color: rgb(215,46,50); }

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

border-color css

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

 span { border-color: rgb(215,46,50); }

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