Html Css Color HEX #D72F30 Mahogany

📋 copy color: '#D72F30'

red 215 ◦ green 47 ◦ blue 48

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

Shades of Mahogany #D72F30

Tints of Mahogany #D72F30

RGB

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

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

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

R = 69.35%
G = 15.16%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D72F30 (or 0xD72F30) is known color: Mahogany. HEX triplet: D7, 2F and 30. RGB value is (215,47,48). Sum of RGB (Red+Green+Blue) = 215+47+48=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72F30 is #28D0CF. Grayscale: #616161. Windows color (decimal): -2674896 or 3157975. OLE color: 3157975.

HSL color Cylindrical-coordinate representation of color #D72F30: 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.78%. Process color model (Four color, CMYK) of #D72F30 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 47 48 -
CMYK 0 0.78 0.78 0.16
HSL 359.64º 0.68% 0.51% -
HSV(B) 359.64º 0.78% 0.84% -
XYZ 29.57 16.69 4.46 -
YUV 97.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 215 47 48 0 0.78 0.78 0.16 359.64 0.68 0.51
Hex D7 2F 30 0 4E 4E 10 168 44 33
Octal 327 57 60 0 116 116 20 550 104 63
Binary 11010111 101111 110000 0 1001110 1001110 10000 101101000 1000100 110011

Color Harmonies of #D72F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F30

Black with #D72F30

Text Example


Text Example

White with #D72F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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