Html Css Color HEX #D72F34 Mahogany

📋 copy color: '#D72F34'

red 215 ◦ green 47 ◦ blue 52

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

Shades of Mahogany #D72F34

Tints of Mahogany #D72F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

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

R = 68.47%
G = 14.97%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D72F34 (or 0xD72F34) is known color: Mahogany. HEX triplet: D7, 2F and 34. RGB value is (215,47,52). Sum of RGB (Red+Green+Blue) = 215+47+52=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F34 is #28D0CB. Grayscale: #616161. Windows color (decimal): -2674892 or 3420119. OLE color: 3420119.

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

Color convert

RGB 215 47 52 -
CMYK 0 0.78 0.76 0.16
HSL 358.21º 0.68% 0.51% -
HSV(B) 358.21º 0.78% 0.84% -
XYZ 29.66 16.73 4.91 -
YUV 97.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 215 47 52 0 0.78 0.76 0.16 358.21 0.68 0.51
Hex D7 2F 34 0 4E 4C 10 166 44 33
Octal 327 57 64 0 116 114 20 546 104 63
Binary 11010111 101111 110100 0 1001110 1001100 10000 101100110 1000100 110011

Color Harmonies of #D72F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F34

Black with #D72F34

Text Example


Text Example

White with #D72F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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