Html Css Color HEX #D72E2F Mahogany

📋 copy color: '#D72E2F'

red 215 ◦ green 46 ◦ blue 47

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

Shades of Mahogany #D72E2F

Tints of Mahogany #D72E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 69.81%
G = 14.94%
B = 15.26%

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

#D72E2F (or 0xD72E2F) is known color: Mahogany. HEX triplet: D7, 2E and 2F. RGB value is (215,46,47). Sum of RGB (Red+Green+Blue) = 215+46+47=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D72E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72E2F is #28D1D0. Grayscale: #606060. Windows color (decimal): -2675153 or 3092183. OLE color: 3092183.

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

Color convert

RGB 215 46 47 -
CMYK 0 0.79 0.78 0.16
HSL 359.65º 0.68% 0.51% -
HSV(B) 359.65º 0.79% 0.84% -
XYZ 29.51 16.61 4.34 -
YUV 96.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 215 46 47 0 0.79 0.78 0.16 359.65 0.68 0.51
Hex D7 2E 2F 0 4F 4E 10 168 44 33
Octal 327 56 57 0 117 116 20 550 104 63
Binary 11010111 101110 101111 0 1001111 1001110 10000 101101000 1000100 110011

Color Harmonies of #D72E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72E2F

Black with #D72E2F

Text Example


Text Example

White with #D72E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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