Html Css Color HEX #D72E34 Mahogany

📋 copy color: '#D72E34'

red 215 ◦ green 46 ◦ blue 52

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

Shades of Mahogany #D72E34

Tints of Mahogany #D72E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 68.69%
G = 14.7%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D72E34 (or 0xD72E34) is known color: Mahogany. HEX triplet: D7, 2E and 34. RGB value is (215,46,52). Sum of RGB (Red+Green+Blue) = 215+46+52=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E34 is #28D1CB. Grayscale: #616161. Windows color (decimal): -2675148 or 3419863. OLE color: 3419863.

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

Color convert

RGB 215 46 52 -
CMYK 0 0.79 0.76 0.16
HSL 357.87º 0.68% 0.51% -
HSV(B) 357.87º 0.79% 0.84% -
XYZ 29.62 16.65 4.9 -
YUV 97.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 215 46 52 0 0.79 0.76 0.16 357.87 0.68 0.51
Hex D7 2E 34 0 4F 4C 10 166 44 33
Octal 327 56 64 0 117 114 20 546 104 63
Binary 11010111 101110 110100 0 1001111 1001100 10000 101100110 1000100 110011

Color Harmonies of #D72E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E34

Black with #D72E34

Text Example


Text Example

White with #D72E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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