Html Css Color HEX #D72E30 Mahogany

📋 copy color: '#D72E30'

red 215 ◦ green 46 ◦ blue 48

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

Shades of Mahogany #D72E30

Tints of Mahogany #D72E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 69.58%
G = 14.89%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D72E30 (or 0xD72E30) is known color: Mahogany. HEX triplet: D7, 2E and 30. RGB value is (215,46,48). Sum of RGB (Red+Green+Blue) = 215+46+48=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E30 is #28D1CF. Grayscale: #606060. Windows color (decimal): -2675152 or 3157719. OLE color: 3157719.

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

Color convert

RGB 215 46 48 -
CMYK 0 0.79 0.78 0.16
HSL 359.29º 0.68% 0.51% -
HSV(B) 359.29º 0.79% 0.84% -
XYZ 29.53 16.61 4.45 -
YUV 96.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 215 46 48 0 0.79 0.78 0.16 359.29 0.68 0.51
Hex D7 2E 30 0 4F 4E 10 167 44 33
Octal 327 56 60 0 117 116 20 547 104 63
Binary 11010111 101110 110000 0 1001111 1001110 10000 101100111 1000100 110011

Color Harmonies of #D72E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E30

Black with #D72E30

Text Example


Text Example

White with #D72E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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